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

1 2 3 4 5 6 7 8 910

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 69 unsigned MAI, MAC;
70 InputArgList AL = T.ParseArgs(Args, MAI, MAC);
112 unsigned MAI, MAC;
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;
143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
149 unsigned MAI, MAC;
152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC)
    [all...]
  /external/llvm/lib/MC/
MCSymbol.cpp 54 void MCSymbol::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
59 if (!MAI || MAI->isValidUnquotedName(Name)) {
64 if (MAI && !MAI->supportsNameQuoting())
MCSectionELF.cpp 25 const MCAsmInfo &MAI) const {
30 return MAI.shouldOmitSectionDirective(Name);
56 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI,
60 if (ShouldOmitSectionDirective(SectionName, MAI)) {
64 Subsection->print(OS, &MAI);
74 if (MAI.usesSunStyleELFSectionSwitchSyntax() &&
119 if (MAI.getCommentString()[0] == '@')
157 Subsection->print(OS, &MAI);
MCSectionCOFF.cpp 23 const MCAsmInfo &MAI) const {
40 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
45 if (ShouldOmitSectionDirective(SectionName, MAI)) {
98 COMDATSymbol->print(OS, &MAI);
MCAsmStreamer.cpp 44 const MCAsmInfo *MAI;
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, OS, Subsection)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCInst.cpp 18 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,
58 getOperand(i).print(OS, MAI);
MCSectionCOFF.cpp 22 const MCAsmInfo &MAI) const {
31 void MCSectionCOFF::PrintSwitchToSection(const MCAsmInfo &MAI,
35 if (ShouldOmitSectionDirective(SectionName, MAI)) {
MCInstPrinter.cpp 34 OS << " " << MAI.getCommentString() << " " << Annot;
MCValue.cpp 17 void MCValue::print(raw_ostream &OS, const MCAsmInfo *MAI) const {
MCSectionELF.cpp 24 const MCAsmInfo &MAI) const {
28 (Name == ".bss" && !MAI.usesELFSectionDirectiveForBSS()))
34 void MCSectionELF::PrintSwitchToSection(const MCAsmInfo &MAI,
37 if (ShouldOmitSectionDirective(SectionName, MAI)) {
65 if (MAI.usesSunStyleELFSectionSwitchSyntax() &&
106 if (MAI.getCommentString()[0] == '@')
  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 28 const MCAsmInfo &MAI;
43 AsmLexer(const MCAsmInfo &MAI);
53 const MCAsmInfo &getMAI() const { return MAI; }
  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiMCExpr.cpp 23 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/
AsmLexer.h 31 const MCAsmInfo &MAI;
45 AsmLexer(const MCAsmInfo &MAI);
56 const MCAsmInfo &getMAI() const { return MAI; }
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.cpp 58 MCAsmInfo *MAI;
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);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 24 void ARMMCExpr::printImpl(raw_ostream &OS, const MCAsmInfo *MAI) const {
34 Expr->print(OS, MAI);
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.h 22 BPFInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
24 : MCInstPrinter(MAI, MII, MRI) {}
  /external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
AMDGPUInstPrinter.h 13 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
15 : MCInstPrinter(MAI, MII, MRI) {}
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstPrinter.h 27 const MCAsmInfo &MAI;
35 MCInstPrinter(const MCAsmInfo &mai)
36 : CommentStream(0), MAI(mai), AvailableFeatures(0) {}
  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/InstPrinter/
MBlazeInstPrinter.h 24 MBlazeInstPrinter(const MCAsmInfo &MAI)
25 : MCInstPrinter(MAI) {}
  /external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 24 MSP430InstPrinter(const MCAsmInfo &MAI)
25 : MCInstPrinter(MAI) {}
  /external/llvm/lib/Target/NVPTX/
NVPTXSection.h 32 void PrintSwitchToSection(const MCAsmInfo &MAI,
  /external/swiftshader/third_party/LLVM/lib/Target/
Mangler.cpp 48 static bool NameNeedsEscaping(StringRef Str, const MCAsmInfo &MAI) {
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();
116 const char *Prefix = MAI.getPrivateGlobalPrefix();
119 const char *Prefix = MAI.getLinkerPrivateGlobalPrefix();
123 const char *Prefix = MAI.getGlobalPrefix()
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmLexer.cpp 78 ARMBaseAsmLexer(const Target &T, const MCAsmInfo &MAI)
79 : MCTargetAsmLexer(T), AsmInfo(MAI) {
85 ARMAsmLexer(const Target &T, const MCRegisterInfo &MRI, const MCAsmInfo &MAI)
86 : ARMBaseAsmLexer(T, MAI) {
93 ThumbAsmLexer(const Target &T, const MCRegisterInfo &MRI,const MCAsmInfo &MAI)
94 : ARMBaseAsmLexer(T, MAI) {
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXMCAsmStreamer.cpp 32 const MCAsmInfo &MAI;
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.getData8bitsDirective(AddrSpace); break
    [all...]
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 22 MSP430InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
24 : MCInstPrinter(MAI, MII, MRI) {}

Completed in 539 milliseconds

1 2 3 4 5 6 7 8 910