Searched defs:MAI (Results 1 - 25 of 54) sorted by relevance

123

/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/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/R600/InstPrinter/
H A DAMDGPUInstPrinter.h24 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
26 : MCInstPrinter(MAI, MII, MRI) {}
/external/llvm/lib/Target/SystemZ/InstPrinter/
H A DSystemZInstPrinter.h25 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
27 : 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/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/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 DMCSectionCOFF.cpp22 const MCAsmInfo &MAI) const {
39 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, argument
44 if (ShouldOmitSectionDirective(SectionName, 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 DMCSectionMachO.cpp90 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, 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/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/llvm/lib/Target/Hexagon/InstPrinter/
H A DHexagonInstPrinter.h25 explicit HexagonInstPrinter(const MCAsmInfo &MAI, argument
28 : MCInstPrinter(MAI, MII, MRI), MII(MII) {}
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.h26 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
28 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {}
/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/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/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp63 const MCAsmInfo &MAI,
68 return new NVPTXInstPrinter(MAI, MII, MRI, STI);
61 createNVPTXMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
H A DAMDGPUMCTargetDesc.cpp66 const MCAsmInfo &MAI,
70 return new AMDGPUInstPrinter(MAI, MII, MRI);
64 createAMDGPUMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/external/llvm/include/llvm/MC/
H A DMCInstPrinter.h39 const MCAsmInfo &MAI; member in class:llvm::MCInstPrinter
60 : CommentStream(nullptr), MAI(mai), MII(mii), MRI(mri),
/external/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp168 const MCAsmInfo &MAI = *getMCAsmInfo(); local
177 getTarget().createMCInstPrinter(MAI.getAssemblerDialect(), 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/ARM/InstPrinter/
H A DARMInstPrinter.cpp61 ARMInstPrinter::ARMInstPrinter(const MCAsmInfo &MAI, argument
65 MCInstPrinter(MAI, MII, MRI) {
/external/llvm/lib/Target/Hexagon/
H A DHexagonAsmPrinter.cpp221 const MCAsmInfo &MAI,
226 return(new HexagonInstPrinter(MAI, MII, MRI));
219 createHexagonMCInstPrinter(const Target &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI, const MCSubtargetInfo &STI) argument
/external/llvm/lib/Target/NVPTX/InstPrinter/
H A DNVPTXInstPrinter.cpp32 NVPTXInstPrinter::NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
35 : MCInstPrinter(MAI, MII, MRI) {

Completed in 1546 milliseconds

123