Home | History | Annotate | Download | only in TableGen

Lines Matching refs:ComplexPattern

703   const ComplexPattern *AM = P->getComplexPatternInfo(CGP);
1289 if (R->isSubClassOf("ComplexPattern")) {
1290 assert(ResNo == 0 && "FIXME: ComplexPattern with multiple results?");
1326 /// getComplexPatternInfo - If this node corresponds to a ComplexPattern,
1327 /// return the ComplexPattern information, otherwise return null.
1328 const ComplexPattern *
1333 if (DI && DI->getDef()->isSubClassOf("ComplexPattern"))
1342 if (const ComplexPattern *CP = getComplexPatternInfo(CGP))
2082 std::vector<Record*> AMs = Records.getAllDerivedDefinitions("ComplexPattern");
2424 // Handle ComplexPattern leaves.
2425 if (LeafRec->isSubClassOf("ComplexPattern")) {
2426 const ComplexPattern &CP = CDP.getComplexPattern(LeafRec);
2670 if (Op.Rec != InRec && !InRec->isSubClassOf("ComplexPattern"))
2783 if (const ComplexPattern *CP =
2786 Pattern->error("ComplexPattern at root must specify list of opcodes it"