Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CP

1457     if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
1458 return CP->hasProperty(Property);
2522 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec);
2523 if (CP.hasProperty(SDNPMayStore)) mayStore = true;
2524 if (CP.hasProperty(SDNPMayLoad)) mayLoad = true;
2525 if (CP.hasProperty(SDNPSideEffect)) hasSideEffects = true;
2945 if (const ComplexPattern *CP =
2947 if (CP->getRootNodes().empty())