Home | History | Annotate | Download | only in TableGen

Lines Matching refs:CP

463   if (const ComplexPattern *CP =
465 const std::vector<Record*> &OpNodes = CP->getRootNodes();
498 const ComplexPattern &CP =
503 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry,
507 NextRecordedOperandNo += CP.getNumOperands();
508 if (CP.hasProperty(SDNPHasChain)) {
538 if (const ComplexPattern *CP = N->getComplexPatternInfo(CGP)) {
549 for (unsigned i = 0, e = CP->getNumOperands(); i != e; ++i)