Searched refs:MatchClass (Results 1 – 2 of 2) sorted by relevance
1178 Record *MatchClass = DI->getDef(); in getOperandClass() local1179 if (ClassInfo *CI = AsmOperandClasses[MatchClass]) in getOperandClass()1202 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in getOperandClass() local1203 if (ClassInfo *CI = AsmOperandClasses[MatchClass]) in getOperandClass()1701 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in buildInstructionOperandReference() local1702 if (MatchClass && MatchClass->getValueAsString("Name") == "Imm") { in buildInstructionOperandReference()
1207 class NamedOperandU32<string Name, AsmOperandClass MatchClass> : Operand<i32> {1209 let ParserMatchClass = MatchClass;1212 class NamedOperandU32_0<string Name, AsmOperandClass MatchClass> :1215 let ParserMatchClass = MatchClass;1218 class NamedOperandU32Default0<string Name, AsmOperandClass MatchClass> :1221 let ParserMatchClass = MatchClass;1224 class NamedOperandU32Default1<string Name, AsmOperandClass MatchClass> :1227 let ParserMatchClass = MatchClass;1314 let ParserMatchClass = !cast<AsmOperandClass>("KImmFP"#vt.Size#"MatchClass");