Searched refs:MatchClass (Results 1 – 2 of 2) sorted by relevance
1086 Record *MatchClass = DI->getDef(); in getOperandClass() local1087 if (ClassInfo *CI = AsmOperandClasses[MatchClass]) in getOperandClass()1111 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in getOperandClass() local1112 if (ClassInfo *CI = AsmOperandClasses[MatchClass]) in getOperandClass()1554 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in buildInstructionOperandReference() local1555 if (MatchClass && MatchClass->getValueAsString("Name") == "Imm") { in buildInstructionOperandReference()
107 TEST(DeclarationMatcher, MatchClass) { in TEST() argument