Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getComplexPatternInfo

703   const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
721 else if (Child->getComplexPatternInfo(CGP))
1326 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
1329 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const {
1342 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
2784 PTM.getSrcPattern()->getComplexPatternInfo(*this))