Home | History | Annotate | Download | only in TableGen

Lines Matching refs:AsmParser

604   /// The tablegen AsmParser record.
605 Record *AsmParser;
659 AsmMatcherInfo(Record *AsmParser,
855 if (!Info.AsmParser->getValueAsBit("MnemonicContainsDot")) {
897 "multiline instruction is not valid for the asmparser, "
1276 AsmMatcherInfo::AsmMatcherInfo(Record *asmParser,
1279 : Records(records), AsmParser(asmParser), Target(target) {
1606 // Find out what operand from the asmparser this MCInst operand comes from.
1661 // Find out what operand from the asmparser that this MCInst operand
2068 OS << " return " << Info.Target.getName() << "AsmParser::Match_"
2183 static void emitMatchRegisterName(CodeGenTarget &Target, Record *AsmParser,
2291 Info.AsmParser->getValueAsString("AsmParserClassName");
2641 Record *AsmParser = Target.getAsmParser();
2642 std::string ClassName = AsmParser->getValueAsString("AsmParserClassName");
2645 AsmMatcherInfo Info(AsmParser, Target, Records);
2742 if (AsmParser->getValueAsBit("ShouldEmitMatchRegisterName"))
2743 emitMatchRegisterName(Target, AsmParser, OS);
3049 AsmParser->getValueAsString("AsmParserInstCleanup");