Searched defs:getComplexPatternInfo (Results 1 - 1 of 1) sorted by path

/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp740 const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
762 else if (Child->getComplexPatternInfo(CGP))
1456 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
1459 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const { function in class:TreePatternNode
1476 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
1497 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
3040 PTM.getSrcPattern()->getComplexPatternInfo(*this))

Completed in 346 milliseconds