Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getComplexPatternInfo

740   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 {
1476 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
1497 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
3040 PTM.getSrcPattern()->getComplexPatternInfo(*this))