Home | History | Annotate | Download | only in TableGen

Lines Matching defs:AsmParser

562   /// The tablegen AsmParser record.
563 Record *AsmParser;
616 AsmMatcherInfo(Record *AsmParser,
770 "multiline instruction is not valid for the asmparser, "
1120 AsmMatcherInfo::AsmMatcherInfo(Record *asmParser,
1123 : Records(records), AsmParser(asmParser), Target(target) {
1445 // Find out what operand from the asmparser this MCInst operand comes from.
1493 // Find out what operand from the asmparser that this MCInst operand
1818 static void EmitMatchRegisterName(CodeGenTarget &Target, Record *AsmParser,
1864 Info.AsmParser->getValueAsString("AsmParserClassName");
2191 Record *AsmParser = Target.getAsmParser();
2192 std::string ClassName = AsmParser->getValueAsString("AsmParserClassName");
2195 AsmMatcherInfo Info(AsmParser, Target, Records);
2280 EmitMatchRegisterName(Target, AsmParser, OS);
2518 AsmParser->getValueAsString("AsmParserInstCleanup");