Searched refs:MatchClass (Results 1 – 2 of 2) sorted by relevance
686 class NamedOperandBit<string Name, AsmOperandClass MatchClass> : Operand<i1> {688 let ParserMatchClass = MatchClass;691 class NamedOperandU8<string Name, AsmOperandClass MatchClass> : Operand<i8> {693 let ParserMatchClass = MatchClass;696 class NamedOperandU12<string Name, AsmOperandClass MatchClass> : Operand<i16> {698 let ParserMatchClass = MatchClass;703 let ParserMatchClass = MatchClass;708 let ParserMatchClass = MatchClass;713 let ParserMatchClass = MatchClass;716 class NamedOperandU32Default0<string Name, AsmOperandClass MatchClass> :[all …]
1167 Record *MatchClass = DI->getDef(); in getOperandClass() local1168 if (ClassInfo *CI = AsmOperandClasses[MatchClass]) in getOperandClass()1191 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in getOperandClass() local1192 if (ClassInfo *CI = AsmOperandClasses[MatchClass]) in getOperandClass()1687 Record *MatchClass = Rec->getValueAsDef("ParserMatchClass"); in buildInstructionOperandReference() local1688 if (MatchClass && MatchClass->getValueAsString("Name") == "Imm") { in buildInstructionOperandReference()