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

12345678910

/external/llvm/unittests/Option/
H A DOptionParsingTest.cpp69 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
218 unsigned MAI, MAC; local
230 unsigned MAI, MAC; local
244 unsigned MAI, MAC; local
258 unsigned MAI, MAC; local
[all...]
/external/llvm/lib/MC/
H A DMCSymbol.cpp54 void MCSymbol::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
59 if (!MAI || MAI->isValidUnquotedName(Name)) {
64 if (MAI && !MAI->supportsNameQuoting())
H A DMCSectionELF.cpp25 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 DMCSectionCOFF.cpp23 const MCAsmInfo &MAI) const {
40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, argument
45 if (ShouldOmitSectionDirective(SectionName, MAI)) {
98 COMDATSymbol->print(OS, &MAI);
H A DMCAsmStreamer.cpp44 const MCAsmInfo *MAI; member in class:__anon12727::final
67 MAI(Context.getAsmInfo()), InstPrinter(printer), Emitter(emitter),
312 OS.PadToColumn(MAI->getCommentColumn());
314 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n';
330 OS << MAI->getCommentString() << T;
336 if (c.equals(StringRef(MAI->getSeparatorString())))
340 ExplicitCommentToEmit.append(MAI->getCommentString());
349 ExplicitCommentToEmit.append(MAI->getCommentString());
356 } else if (c.startswith(StringRef(MAI->getCommentString()))) {
380 Section->PrintSwitchToSection(*MAI, O
[all...]
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCInst.cpp18 void MCOperand::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
38 void MCInst::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
42 getOperand(i).print(OS, MAI);
47 void MCInst::dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI, argument
58 getOperand(i).print(OS, MAI);
H A DMCSectionCOFF.cpp22 const MCAsmInfo &MAI) const {
31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI, argument
35 if (ShouldOmitSectionDirective(SectionName, MAI)) {
H A DMCInstPrinter.cpp34 OS << " " << MAI.getCommentString() << " " << Annot;
H A DMCValue.cpp17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
H A DMCSectionELF.cpp24 const MCAsmInfo &MAI) const {
28 (Name == ".bss" && !MAI.usesELFSectionDirectiveForBSS()))
34 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI, argument
37 if (ShouldOmitSectionDirective(SectionName, MAI)) {
65 if (MAI.usesSunStyleELFSectionSwitchSyntax() &&
106 if (MAI.getCommentString()[0] == '@')
/external/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp23 void LanaiMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const {
25 Expr->print(OS, MAI);
42 Expr->print(OS, MAI);
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DAsmLexer.h31 const MCAsmInfo &MAI; member in class:llvm::AsmLexer
45 AsmLexer(const MCAsmInfo &MAI);
56 const MCAsmInfo &getMAI() const { return MAI; }
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCTargetDesc.cpp58 MCAsmInfo *MAI; local
60 MAI = new AArch64MCAsmInfoDarwin();
63 MAI = new AArch64MCAsmInfoELF(TheTriple);
69 MAI->addInitialFrameState(Inst);
71 return MAI;
93 const MCAsmInfo &MAI,
97 return new AArch64InstPrinter(MAI, MII, MRI);
99 return new AArch64AppleInstPrinter(MAI, MII, MRI);
91 createAArch64MCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp24 void ARMMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const {
34 Expr->print(OS, MAI);
/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/swiftshader/third_party/LLVM/lib/Target/
H A DMangler.cpp48 static bool NameNeedsEscaping(StringRef Str, const MCAsmInfo &MAI) { argument
53 if (!MAI.doesAllowNameToStartWithDigit() && Str[0] >= '0' && Str[0] <= '9')
58 bool AllowPeriod = MAI.doesAllowPeriodsInName();
68 const MCAsmInfo &MAI) {
71 if (!MAI.doesAllowNameToStartWithDigit() && Str[0] >= '0' && Str[0] <= '9') {
76 bool AllowPeriod = MAI.doesAllowPeriodsInName();
109 const MCAsmInfo &MAI = Context.getAsmInfo(); local
116 const char *Prefix = MAI.getPrivateGlobalPrefix();
119 const char *Prefix = MAI.getLinkerPrivateGlobalPrefix();
123 const char *Prefix = MAI
67 appendMangledName(SmallVectorImpl<char> &OutName, StringRef Str, const MCAsmInfo &MAI) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
H A DARMAsmLexer.cpp78 ARMBaseAsmLexer(const Target &T, const MCAsmInfo &MAI) argument
79 : MCTargetAsmLexer(T), AsmInfo(MAI) {
85 ARMAsmLexer(const Target &T, const MCRegisterInfo &MRI, const MCAsmInfo &MAI) argument
86 : ARMBaseAsmLexer(T, MAI) {
93 ThumbAsmLexer(const Target &T, const MCRegisterInfo &MRI,const MCAsmInfo &MAI) argument
94 : ARMBaseAsmLexer(T, MAI) {
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXMCAsmStreamer.cpp32 const MCAsmInfo &MAI; member in class:__anon18803::PTXMCAsmStreamer
49 : MCStreamer(Context), OS(os), MAI(Context.getAsmInfo()),
214 OS.PadToColumn(MAI.getCommentColumn());
216 OS << MAI.getCommentString() << ' ' << Comments.substr(0, Position) << '\n';
240 OS << *Symbol << MAI.getLabelSuffix();
338 OS << MAI.getData8bitsDirective(AddrSpace);
346 if (MAI.getAscizDirective() && Data.back() == 0) {
347 OS << MAI.getAscizDirective();
350 OS << MAI.getAsciiDirective();
364 case 1: Directive = MAI
510 Inst.dump_pretty(GetCommentOS(), &MAI, InstPrinter.get(), "\\n "); local
[all...]
/external/llvm/lib/Target/BPF/InstPrinter/
H A DBPFInstPrinter.h22 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
24 : MCInstPrinter(MAI, MII, MRI) {}
/external/llvm/lib/Target/MSP430/InstPrinter/
H A DMSP430InstPrinter.h22 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
24 : MCInstPrinter(MAI, MII, MRI) {}
/external/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCTargetDesc.cpp52 const MCAsmInfo &MAI,
56 return new MSP430InstPrinter(MAI, MII, MRI);
50 createMSP430MCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
/external/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXMCTargetDesc.cpp53 const MCAsmInfo &MAI,
57 return new NVPTXInstPrinter(MAI, MII, MRI);
51 createNVPTXMCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCTargetDesc.cpp37 MCAsmInfo *MAI = new SparcELFMCAsmInfo(TT); local
40 MAI->addInitialFrameState(Inst);
41 return MAI;
46 MCAsmInfo *MAI = new SparcELFMCAsmInfo(TT); local
49 MAI->addInitialFrameState(Inst);
50 return MAI;
123 const MCAsmInfo &MAI,
126 return new SparcInstPrinter(MAI, MII, MRI);
121 createSparcMCInstPrinter(const Triple &T, unsigned SyntaxVariant, const MCAsmInfo &MAI, const MCInstrInfo &MII, const MCRegisterInfo &MRI) argument
/external/llvm/lib/Target/XCore/InstPrinter/
H A DXCoreInstPrinter.h24 XCoreInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII, argument
26 : MCInstPrinter(MAI, MII, MRI) {}
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstPrinter.h27 const MCAsmInfo &MAI; member in class:llvm::MCInstPrinter
36 : CommentStream(0), MAI(mai), AvailableFeatures(0) {}

Completed in 794 milliseconds

12345678910