Searched defs:AsmParser (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DAsmParser.cpp1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===//
79 class AsmParser : public MCAsmParser { class in namespace:__anon18654
82 AsmParser(const AsmParser &); // DO NOT IMPLEMENT
83 void operator=(const AsmParser &); // DO NOT IMPLEMENT
126 AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
128 ~AsmParser();
255 AsmParser &getParser() {
256 return (AsmParser&) this->MCAsmParserExtension::getParser();
351 AsmParser function in class:AsmParser
[all...]
/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp698 /// The tablegen AsmParser record.
699 Record *AsmParser; member in class:__anon13736::AsmMatcherInfo
753 AsmMatcherInfo(Record *AsmParser,
1403 : Records(records), AsmParser(asmParser), Target(target) {
1456 bool HasMnemonicFirst = AsmParser->getValueAsBit("HasMnemonicFirst");
2225 OS << " return " << Info.Target.getName() << "AsmParser::Match_"
2333 static void emitMatchRegisterName(CodeGenTarget &Target, Record *AsmParser,
2356 static void emitMatchRegisterAltName(CodeGenTarget &Target, Record *AsmParser,
2464 Info.AsmParser->getValueAsString("AsmParserClassName");
2810 Record *AsmParser
[all...]
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DAsmMatcherEmitter.cpp554 /// The tablegen AsmParser record.
555 Record *AsmParser; member in class:__anon19119::AsmMatcherInfo
560 /// The AsmParser "RegisterPrefix" value.
610 AsmMatcherInfo(Record *AsmParser,
1105 : Records(records), AsmParser(asmParser), Target(target),
1106 RegisterPrefix(AsmParser->getValueAsString("RegisterPrefix")) {
1161 std::string CommentDelimiter = AsmParser->getValueAsString("CommentDelimiter");
1780 static void EmitMatchRegisterName(CodeGenTarget &Target, Record *AsmParser, argument
1826 Info.AsmParser->getValueAsString("AsmParserClassName");
2126 Record *AsmParser local
[all...]
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1 //===- AsmParser.cpp - Parser for Assembly Files --------------------------===//
113 class AsmParser : public MCAsmParser { class in namespace:__anon12734
114 AsmParser(const AsmParser &) = delete;
115 void operator=(const AsmParser &) = delete;
186 AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out,
188 ~AsmParser() override;
559 AsmParser::AsmParser(SourceMgr &SM, MCContext &Ctx, MCStreamer &Out, function in class:AsmParser
592 AsmParser
[all...]
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp594 : MCParsedAsmOperand(), Kind(K), AsmParser(Parser) {}
598 MipsAsmParser &AsmParser; member in class:__anon13062::MipsOperand
653 AsmParser.warnIfRegIndexIsAT(RegIdx.Index, StartLoc);
680 AsmParser.Warning(StartLoc, "Float register should be even.");
859 if (!AsmParser.useOddSPReg() && RegIdx.Index & 1)
860 AsmParser.Error(StartLoc, "-mno-odd-spreg prohibits the use of odd FPU "
971 Inst.addOperand(MCOperand::createReg(AsmParser.getABI().ArePtrs64bit()
999 AsmParser.warnIfRegIndexIsAT(RegNo, StartLoc);
1002 AsmParser.getABI().AreGprs64bit()
1007 AsmParser
[all...]

Completed in 247 milliseconds