Lines Matching defs:CGP
1424 const CodeGenDAGPatterns &CGP) {
1431 if (const ComplexPattern *AM = P.getComplexPatternInfo(CGP)) {
1449 Size += getPatternSize(Child, CGP);
1456 else if (Child.getComplexPatternInfo(CGP))
1457 Size += getPatternSize(Child, CGP);
1470 int PatternToMatch::getPatternComplexity(const CodeGenDAGPatterns &CGP) const {
1471 return getPatternSize(getSrcPattern(), CGP) + getAddedComplexity();
2386 TreePatternNode::getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const {
2398 return &CGP.getComplexPattern(Rec);
2401 unsigned TreePatternNode::getNumMIResults(const CodeGenDAGPatterns &CGP) const {
2403 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
2422 const CodeGenDAGPatterns &CGP) const {
2424 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
2434 if (const CodeGenIntrinsic *Int = getIntrinsicInfo(CGP))
2441 return CGP.getSDNodeInfo(getOperator()).hasProperty(Property);
2447 const CodeGenDAGPatterns &CGP) const {
2448 if (NodeHasProperty(Property, CGP))
2451 if (Child.TreeHasProperty(Property, CGP))