Searched refs:MAI (Results 1 - 25 of 91) sorted by relevance

1234

/external/llvm/lib/MC/
H A DMCInst.cpp18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
42 void MCInst::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
46 getOperand(i).print(OS, MAI);
51 void MCInst::dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, argument
62 getOperand(i).print(OS, MAI);
H A DMCSectionELF.cpp25 const MCAsmInfo &MAI) const {
29 (Name == ".bss" && !MAI.usesELFSectionDirectiveForBSS()))
58 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, argument
62 if (ShouldOmitSectionDirective(SectionName, MAI)) {
74 if (MAI.usesSunStyleELFSectionSwitchSyntax() &&
119 if (MAI.getCommentString()[0] == '@')
H A DMCSectionCOFF.cpp22 const MCAsmInfo &MAI) const {
39 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, argument
44 if (ShouldOmitSectionDirective(SectionName, MAI)) {
H A DMCAsmStreamer.cpp43 const MCAsmInfo *MAI; member in class:__anon25877::MCAsmStreamer
65 : MCStreamer(Context), OS(os), MAI(Context.getAsmInfo()),
277 OS.PadToColumn(MAI->getCommentColumn());
279 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
297 OS << MAI->getCommentString() << T;
304 Section->PrintSwitchToSection(*MAI, OS, Subsection);
311 OS << *Symbol << MAI->getLabelSuffix();
340 case MCAF_Code16: OS << '\t'<< MAI->getCode16Directive();break;
341 case MCAF_Code32: OS << '\t'<< MAI->getCode32Directive();break;
342 case MCAF_Code64: OS << '\t'<< MAI
[all...]
H A DMCValue.cpp18 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
/external/llvm/include/llvm/MC/MCParser/
H A DAsmLexer.h28 const MCAsmInfo &MAI; member in class:llvm::AsmLexer
42 AsmLexer(const MCAsmInfo &MAI);
55 const MCAsmInfo &getMAI() const { return MAI; }
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/InstPrinter/
H A DAMDGPUInstPrinter.h13 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
15 : MCInstPrinter(MAI, MII, MRI) {}
/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp69 unsigned MAI, MAC; local
71 T.ParseArgs(std::begin(Args), std::end(Args), MAI, MAC));
113 unsigned MAI, MAC; local
117 AL.reset(T.ParseArgs(std::begin(Args), std::end(Args), MAI, MAC,
125 AL.reset(T.ParseArgs(std::begin(Args), std::end(Args), MAI, MAC,
133 AL.reset(T.ParseArgs(std::begin(NewArgs), std::end(NewArgs), MAI, MAC));
142 unsigned MAI, MAC; local
146 T.ParseArgs(std::begin(MyArgs), std::end(MyArgs), MAI, MAC));
152 unsigned MAI, MAC; local
156 T.ParseArgs(std::begin(MyArgs), std::end(MyArgs), MAI, MA
164 unsigned MAI, MAC; local
175 unsigned MAI, MAC; local
186 unsigned MAI, MAC; local
198 unsigned MAI, MAC; local
[all...]
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
H A DAMDGPUInstPrinter.h13 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
15 : MCInstPrinter(MAI, MII, MRI) {}
/external/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h24 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
26 : MCInstPrinter(MAI, MII, MRI) {}
/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.h26 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
28 : MCInstPrinter(MAI, MII, MRI) {}
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp59 MCAsmInfo *MAI = new HexagonMCAsmInfo(TT); local
64 MAI->addInitialFrameState(Inst);
66 return MAI;
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp51 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(*MRI, Triple); local
52 if (!MAI)
68 MCContext *Ctx = new MCContext(MAI, MRI, nullptr);
87 int AsmPrinterVariant = MAI->getAssemblerDialect();
89 *MAI, *MII, *MRI, *STI);
95 TheTarget, MAI, MRI,
151 const MCAsmInfo *MAI = DC->getAsmInfo(); local
152 const char *CommentBegin = MAI->getCommentString();
153 unsigned CommentColumn = MAI->getCommentColumn();
331 const MCAsmInfo *MAI local
[all...]
H A DDisassembler.h62 std::unique_ptr<const llvm::MCAsmInfo> MAI; member in class:llvm::LLVMDisasmContext
98 MAI.reset(mAI);
115 const MCAsmInfo *getAsmInfo() const { return MAI.get(); }
/external/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h34 void PrintSwitchToSection(const MCAsmInfo &MAI,
/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h60 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
75 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
H A DMCSectionELF.h63 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
81 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
H A DMCSection.h51 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp64 MCAsmInfo *MAI; local
66 MAI = new AArch64MCAsmInfoDarwin();
69 MAI = new AArch64MCAsmInfoELF(TT);
75 MAI->addInitialFrameState(Inst);
77 return MAI;
114 const MCAsmInfo &MAI,
119 return new AArch64InstPrinter(MAI, MII, MRI, STI);
121 return new AArch64AppleInstPrinter(MAI, MII, MRI, STI);
112 createAArch64MCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/external/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp63 const MCAsmInfo &MAI,
68 return new MSP430InstPrinter(MAI, MII, MRI);
61 createMSP430MCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/external/llvm/lib/Target/Sparc/InstPrinter/
H A DSparcInstPrinter.h27 SparcInstPrinter(const MCAsmInfo &MAI, argument
31 : MCInstPrinter(MAI, MII, MRI), STI(sti) {}
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp38 MCAsmInfo *MAI = new SparcELFMCAsmInfo(TT); local
41 MAI->addInitialFrameState(Inst);
42 return MAI;
47 MCAsmInfo *MAI = new SparcELFMCAsmInfo(TT); local
50 MAI->addInitialFrameState(Inst);
51 return MAI;
150 const MCAsmInfo &MAI,
154 return new SparcInstPrinter(MAI, MII, MRI, STI);
148 createSparcMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/external/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreMCTargetDesc.cpp58 MCAsmInfo *MAI = new XCoreMCAsmInfo(TT); local
62 MAI->addInitialFrameState(Inst);
64 return MAI;
86 const MCAsmInfo &MAI,
90 return new XCoreInstPrinter(MAI, MII, MRI);
84 createXCoreMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp264 MCAsmInfo *MAI; local
267 MAI = new X86_64MCAsmInfoDarwin(TheTriple);
269 MAI = new X86MCAsmInfoDarwin(TheTriple);
272 MAI = new X86ELFMCAsmInfo(TheTriple);
274 MAI = new X86MCAsmInfoMicrosoft(TheTriple);
276 MAI = new X86MCAsmInfoGNUCOFF(TheTriple);
279 MAI = new X86ELFMCAsmInfo(TheTriple);
290 MAI->addInitialFrameState(Inst);
296 MAI->addInitialFrameState(Inst2);
298 return MAI;
372 createX86MCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.cpp74 MCAsmInfo *MAI; local
76 MAI = new PPCMCAsmInfoDarwin(isPPC64, TheTriple);
78 MAI = new PPCLinuxMCAsmInfo(isPPC64, TheTriple);
84 MAI->addInitialFrameState(Inst);
86 return MAI;
190 const MCAsmInfo &MAI,
195 return new PPCInstPrinter(MAI, MII, MRI, isDarwin);
188 createPPCMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument

Completed in 515 milliseconds

1234