HomeSort by relevance Sort by last modified time
    Searched refs:MAI (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/llvm/lib/MC/
MCInst.cpp 18 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,
62 getOperand(i).print(OS, MAI);
MCSectionELF.cpp 25 const MCAsmInfo &MAI) const {
29 (Name == ".bss" && !MAI.usesELFSectionDirectiveForBSS()))
58 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI,
62 if (ShouldOmitSectionDirective(SectionName, MAI)) {
74 if (MAI.usesSunStyleELFSectionSwitchSyntax() &&
119 if (MAI.getCommentString()[0] == '@')
MCSectionCOFF.cpp 22 const MCAsmInfo &MAI) const {
39 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
44 if (ShouldOmitSectionDirective(SectionName, MAI)) {
MCAsmStreamer.cpp 43 const MCAsmInfo *MAI;
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->getCode64Directive();break
    [all...]
MCValue.cpp 18 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 28 const MCAsmInfo &MAI;
42 AsmLexer(const MCAsmInfo &MAI);
55 const MCAsmInfo &getMAI() const { return MAI; }
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/InstPrinter/
AMDGPUInstPrinter.h 13 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
15 : MCInstPrinter(MAI, MII, MRI) {}
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 69 unsigned MAI, MAC;
71 T.ParseArgs(std::begin(Args), std::end(Args), MAI, MAC));
113 unsigned MAI, MAC;
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;
146 T.ParseArgs(std::begin(MyArgs), std::end(MyArgs), MAI, MAC));
152 unsigned MAI, MAC;
156 T.ParseArgs(std::begin(MyArgs), std::end(MyArgs), MAI, MAC))
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
AMDGPUInstPrinter.h 13 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
15 : MCInstPrinter(MAI, MII, MRI) {}
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 24 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
26 : MCInstPrinter(MAI, MII, MRI) {}
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.h 26 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
28 : MCInstPrinter(MAI, MII, MRI) {}
  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 34 void PrintSwitchToSection(const MCAsmInfo &MAI,
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCTargetDesc.cpp 59 MCAsmInfo *MAI = new HexagonMCAsmInfo(TT);
64 MAI->addInitialFrameState(Inst);
66 return MAI;
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 51 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(*MRI, Triple);
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();
152 const char *CommentBegin = MAI->getCommentString();
153 unsigned CommentColumn = MAI->getCommentColumn();
331 const MCAsmInfo *MAI = DC->getAsmInfo()
    [all...]
Disassembler.h 62 std::unique_ptr<const llvm::MCAsmInfo> MAI;
88 const Target *theTarget, const MCAsmInfo *mAI,
98 MAI.reset(mAI);
115 const MCAsmInfo *getAsmInfo() const { return MAI.get(); }
  /external/llvm/include/llvm/MC/
MCSection.h 51 virtual void PrintSwitchToSection(const MCAsmInfo &MAI,
MCSectionCOFF.h 60 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
75 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
MCSectionELF.h 63 bool ShouldOmitSectionDirective(StringRef Name, const MCAsmInfo &MAI) const;
81 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 64 MCAsmInfo *MAI;
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);
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 63 const MCAsmInfo &MAI,
68 return new MSP430InstPrinter(MAI, MII, MRI);
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.h 27 SparcInstPrinter(const MCAsmInfo &MAI,
31 : MCInstPrinter(MAI, MII, MRI), STI(sti) {}
  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcMCTargetDesc.cpp 38 MCAsmInfo *MAI = new SparcELFMCAsmInfo(TT);
41 MAI->addInitialFrameState(Inst);
42 return MAI;
47 MCAsmInfo *MAI = new SparcELFMCAsmInfo(TT);
50 MAI->addInitialFrameState(Inst);
51 return MAI;
150 const MCAsmInfo &MAI,
154 return new SparcInstPrinter(MAI, MII, MRI, STI);
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 58 MCAsmInfo *MAI = new XCoreMCAsmInfo(TT);
62 MAI->addInitialFrameState(Inst);
64 return MAI;
86 const MCAsmInfo &MAI,
90 return new XCoreInstPrinter(MAI, MII, MRI);
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 264 MCAsmInfo *MAI;
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;
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.cpp 74 MCAsmInfo *MAI;
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);

Completed in 356 milliseconds

1 2 3 4