Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getComplexPatternInfo

828   const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
850 else if (Child->getComplexPatternInfo(CGP))
1594 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
1597 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const {
1614 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
1635 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
3226 PTM.getSrcPattern()->getComplexPatternInfo(*this))