/external/llvm/lib/Target/AMDGPU/InstPrinter/ |
H A D | AMDGPUInstPrinter.h | 24 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 26 : MCInstPrinter(MAI, MII, MRI) {}
|
/external/llvm/lib/Target/BPF/InstPrinter/ |
H A D | BPFInstPrinter.h | 24 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 26 : MCInstPrinter(MAI, MII, MRI) {}
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
H A D | MSP430InstPrinter.h | 24 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 26 : MCInstPrinter(MAI, MII, MRI) {}
|
/external/llvm/lib/Target/Sparc/InstPrinter/ |
H A D | SparcInstPrinter.h | 26 SparcInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 28 : MCInstPrinter(MAI, MII, MRI) {}
|
/external/llvm/lib/Target/SystemZ/InstPrinter/ |
H A D | SystemZInstPrinter.h | 25 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 27 : MCInstPrinter(MAI, MII, MRI) {} 38 static void printOperand(const MCOperand &MO, const MCAsmInfo *MAI,
|
/external/llvm/lib/Target/XCore/InstPrinter/ |
H A D | XCoreInstPrinter.h | 26 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 28 : MCInstPrinter(MAI, MII, MRI) {}
|
H A D | XCoreInstPrinter.cpp | 48 static void printExpr(const MCExpr *Expr, const MCAsmInfo *MAI, argument 64 SRE->getSymbol().print(OS, MAI); 87 printExpr(Op.getExpr(), &MAI, O);
|
/external/mesa3d/src/gallium/drivers/radeon/InstPrinter/ |
H A D | AMDGPUInstPrinter.h | 13 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 15 : MCInstPrinter(MAI, MII, MRI) {}
|
/external/llvm/include/llvm/MC/MCParser/ |
H A D | AsmLexer.h | 28 const MCAsmInfo &MAI; member in class:llvm::AsmLexer 42 AsmLexer(const MCAsmInfo &MAI); 56 const MCAsmInfo &getMAI() const { return MAI; }
|
/external/llvm/lib/MC/ |
H A D | MCSectionCOFF.cpp | 23 const MCAsmInfo &MAI) const { 40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, argument 45 if (ShouldOmitSectionDirective(SectionName, MAI)) { 98 COMDATSymbol->print(OS, &MAI);
|
H A D | MCSectionELF.cpp | 25 const MCAsmInfo &MAI) const { 30 return MAI.shouldOmitSectionDirective(Name); 56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, argument 60 if (ShouldOmitSectionDirective(SectionName, MAI)) { 64 Subsection->print(OS, &MAI); 74 if (MAI.usesSunStyleELFSectionSwitchSyntax() && 119 if (MAI.getCommentString()[0] == '@') 157 Subsection->print(OS, &MAI);
|
H A D | MCSectionMachO.cpp | 92 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI, argument
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
H A D | PPCInstPrinter.h | 26 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 28 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {}
|
/external/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 44 const MCAsmInfo &MAI; member in class:llvm::MCInstPrinter 63 : CommentStream(nullptr), MAI(mai), MII(mii), MRI(mri), UseMarkup(0),
|
/external/llvm/lib/Target/BPF/MCTargetDesc/ |
H A D | BPFMCTargetDesc.cpp | 71 const MCAsmInfo &MAI, 75 return new BPFInstPrinter(MAI, MII, MRI); 69 createBPFMCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
|
/external/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430MCTargetDesc.cpp | 62 const MCAsmInfo &MAI, 66 return new MSP430InstPrinter(MAI, MII, MRI); 60 createMSP430MCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
|
/external/llvm/lib/Target/NVPTX/MCTargetDesc/ |
H A D | NVPTXMCTargetDesc.cpp | 66 const MCAsmInfo &MAI, 70 return new NVPTXInstPrinter(MAI, MII, MRI); 64 createNVPTXMCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
|
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
H A D | WebAssemblyInstPrinter.cpp | 33 WebAssemblyInstPrinter::WebAssemblyInstPrinter(const MCAsmInfo &MAI, argument 36 : MCInstPrinter(MAI, MII, MRI) {} 112 Op.getExpr()->print(O, &MAI);
|
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCTargetDesc.cpp | 59 const MCAsmInfo &MAI, const MCInstrInfo &MII, 62 return new WebAssemblyInstPrinter(MAI, MII, MRI); 58 createWebAssemblyMCInstPrinter(const Triple & , unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
|
/external/llvm/unittests/Option/ |
H A D | OptionParsingTest.cpp | 69 unsigned MAI, MAC; local 70 InputArgList AL = T.ParseArgs(Args, MAI, MAC); 112 unsigned MAI, MAC; local 115 InputArgList AL = T.ParseArgs(Args, MAI, MAC, 123 AL = T.ParseArgs(Args, MAI, MAC, 131 AL = T.ParseArgs(NewArgs, MAI, MAC); 140 unsigned MAI, MAC; local 143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC); 149 unsigned MAI, MAC; local 152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MA 160 unsigned MAI, MAC; local 170 unsigned MAI, MAC; local 180 unsigned MAI, MAC; local 191 unsigned MAI, MAC; local 207 unsigned MAI, MAC; local [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MCTargetDesc.cpp | 59 MCAsmInfo *MAI; local 61 MAI = new AArch64MCAsmInfoDarwin(); 64 MAI = new AArch64MCAsmInfoELF(TheTriple); 70 MAI->addInitialFrameState(Inst); 72 return MAI; 109 const MCAsmInfo &MAI, 113 return new AArch64InstPrinter(MAI, MII, MRI); 115 return new AArch64AppleInstPrinter(MAI, MII, MRI); 107 createAArch64MCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUMCTargetDesc.cpp | 70 const MCAsmInfo &MAI, 73 return new AMDGPUInstPrinter(MAI, MII, MRI); 68 createAMDGPUMCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
|
/external/llvm/lib/Target/ARM/InstPrinter/ |
H A D | ARMInstPrinter.cpp | 61 ARMInstPrinter::ARMInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument 63 : MCInstPrinter(MAI, MII, MRI) {} 333 Expr->print(O, &MAI); 343 Expr->print(O, &MAI); 353 Expr->print(O, &MAI); 364 MO1.getExpr()->print(O, &MAI); 1060 MO.getExpr()->print(O, &MAI);
|
/external/llvm/lib/Target/Mips/InstPrinter/ |
H A D | MipsInstPrinter.cpp | 125 static void printExpr(const MCExpr *Expr, const MCAsmInfo *MAI, argument 136 ME->print(OS, MAI); 174 SRE->getSymbol().print(OS, MAI); 203 printExpr(Op.getExpr(), &MAI, O);
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsMCTargetDesc.cpp | 76 MCAsmInfo *MAI = new MipsMCAsmInfo(TT); local 80 MAI->addInitialFrameState(Inst); 82 return MAI; 99 const MCAsmInfo &MAI, 102 return new MipsInstPrinter(MAI, MII, MRI); 97 createMipsMCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
|