Home | History | Annotate | Download | only in TableGen

Lines Matching refs:AsmParser

611   /// The tablegen AsmParser record.
612 Record *AsmParser;
666 AsmMatcherInfo(Record *AsmParser,
861 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) {
903 "multiline instruction is not valid for the asmparser, "
1268 AsmMatcherInfo::AsmMatcherInfo(Record *asmParser,
1271 : Records(records), AsmParser(asmParser), Target(target) {
1584 // Find out what operand from the asmparser this MCInst operand comes from.
1639 // Find out what operand from the asmparser that this MCInst operand
2040 OS << " return " << Info.Target.getName() << "AsmParser::Match_"
2144 static void emitMatchRegisterName(CodeGenTarget &Target, Record *AsmParser,
2248 Info.AsmParser->getValueAsString("AsmParserClassName");
2594 Record *AsmParser = Target.getAsmParser();
2595 std::string ClassName = AsmParser->getValueAsString("AsmParserClassName");
2598 AsmMatcherInfo Info(AsmParser, Target, Records);
2694 if (AsmParser->getValueAsBit("ShouldEmitMatchRegisterName"))
2695 emitMatchRegisterName(Target, AsmParser, OS);
2996 AsmParser->getValueAsString("AsmParserInstCleanup");