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

12 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 66 const MCAsmInfo &MAI,
70 return new AMDGPUInstPrinter(MAI, MII, MRI);
  /external/llvm/include/llvm/MC/
MCInstPrinter.h 39 const MCAsmInfo &MAI;
58 MCInstPrinter(const MCAsmInfo &mai, const MCInstrInfo &mii,
60 : CommentStream(nullptr), MAI(mai), MII(mii), MRI(mri),
MCInst.h 142 void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
181 void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
187 void dump_pretty(raw_ostream &OS, const MCAsmInfo *MAI = nullptr,
MCSectionMachO.h 88 void PrintSwitchToSection(const MCAsmInfo &MAI, raw_ostream &OS,
MCValue.h 58 void print(raw_ostream &OS, const MCAsmInfo *MAI) const;
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 80 MipsInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
82 : MCInstPrinter(MAI, MII, MRI) {}
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCTargetDesc.cpp 63 const MCAsmInfo &MAI,
68 return new NVPTXInstPrinter(MAI, MII, MRI, STI);
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.h 26 PPCInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
28 : MCInstPrinter(MAI, MII, MRI), IsDarwin(isDarwin) {}
  /external/llvm/lib/Target/R600/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 67 const MCAsmInfo &MAI,
71 return new AMDGPUInstPrinter(MAI, MII, MRI);
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.h 25 SystemZInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
27 : MCInstPrinter(MAI, MII, MRI) {}
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUMCTargetDesc.cpp 66 const MCAsmInfo &MAI,
70 return new AMDGPUInstPrinter(MAI, MII, MRI);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 223 MCAsmInfo *MAI;
228 MAI = new ARMMCAsmInfoDarwin(TT);
233 MAI = new ARMCOFFMCAsmInfoGNU();
236 MAI = new ARMCOFFMCAsmInfoMicrosoft();
244 MAI = new ARMMCAsmInfoDarwin(TT);
246 MAI = new ARMELFMCAsmInfo(TT);
251 MAI->addInitialFrameState(MCCFIInstruction::createDefCfa(nullptr, Reg, 0));
253 return MAI;
297 const MCAsmInfo &MAI,
302 return new ARMInstPrinter(MAI, MII, MRI, STI)
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCTargetDesc.cpp 79 MCAsmInfo *MAI = new MipsMCAsmInfo(TT);
83 MAI->addInitialFrameState(Inst);
85 return MAI;
102 const MCAsmInfo &MAI,
106 return new MipsInstPrinter(MAI, MII, MRI);
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 99 MCAsmInfo *MAI = new SystemZMCAsmInfo(TT);
104 MAI->addInitialFrameState(Inst);
105 return MAI;
177 const MCAsmInfo &MAI,
181 return new SystemZInstPrinter(MAI, MII, MRI);
  /external/llvm/tools/llvm-mc/
Disassembler.cpp 171 std::unique_ptr<const MCAsmInfo> MAI(T.createMCAsmInfo(*MRI, Triple));
172 if (!MAI) {
178 MCContext Ctx(MAI.get(), MRI.get(), nullptr);
llvm-mc.cpp 241 static int AsLexInput(SourceMgr &SrcMgr, MCAsmInfo &MAI,
244 AsmLexer Lexer(MAI);
322 MCAsmInfo &MAI, MCSubtargetInfo &STI,
325 createMCAsmParser(SrcMgr, Ctx, Str, MAI));
390 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName));
391 assert(MAI && "Unable to create target asm info!");
399 MAI->setCompressDebugSections(true);
405 MCContext Ctx(MAI.get(), MRI.get(), &MOFI, &SrcMgr);
452 TheTarget->createMCInstPrinter(OutputAsmVariant, *MAI, *MCII, *MRI, *STI);
483 Res = AsLexInput(SrcMgr, *MAI, Out.get())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
ARMException.cpp 59 if (Asm->MAI->getExceptionHandlingType() == ExceptionHandling::ARM)
106 if (Asm->MAI->getExceptionHandlingType() == ExceptionHandling::ARM)
DwarfCFIException.cpp 54 if (!Asm->MAI->isExceptionHandlingDwarf())
117 if (Asm->MAI->useAssignmentForEHBegin()) {
AsmPrinterInlineAsm.cpp 123 createMCAsmParser(SrcMgr, OutContext, OutStreamer, *MAI));
448 OutStreamer.emitRawComment(MAI->getInlineAsmStart());
449 OutStreamer.emitRawComment(MAI->getInlineAsmEnd());
455 OutStreamer.emitRawComment(MAI->getInlineAsmStart());
478 int AsmPrinterVariant = MAI->getAssemblerDialect();
491 OutStreamer.emitRawComment(MAI->getInlineAsmEnd());
507 OS << MAI->getCommentString();
AsmPrinter.cpp 102 TM(tm), MAI(tm.getMCAsmInfo()), MII(tm.getInstrInfo()),
204 if (MAI->hasSingleParameterDotFile()) {
224 if (MAI->doesSupportDebugInformation()) {
236 switch (MAI->getExceptionHandlingType()) {
255 static bool canBeHidden(const GlobalValue *GV, const MCAsmInfo &MAI) {
260 if (!MAI.hasWeakDefCanBeHiddenDirective())
293 if (MAI->hasWeakDefDirective()) {
297 if (!canBeHidden(GV, *MAI))
302 } else if (MAI->hasLinkOnceDirective()) {
359 if (MAI->hasDotTypeDotSizeDirective()
    [all...]
  /external/llvm/lib/Target/Hexagon/InstPrinter/
HexagonInstPrinter.h 25 explicit HexagonInstPrinter(const MCAsmInfo &MAI,
28 : MCInstPrinter(MAI, MII, MRI), MII(MII) {}
  /external/llvm/lib/Target/R600/InstPrinter/
AMDGPUInstPrinter.h 24 AMDGPUInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
26 : MCInstPrinter(MAI, MII, MRI) {}
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.h 27 NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
  /external/llvm/lib/MC/MCParser/
AsmLexer.cpp 24 AsmLexer::AsmLexer(const MCAsmInfo &_MAI) : MAI(_MAI) {
27 AllowAtInIdentifier = !StringRef(MAI.getCommentString()).startswith("@");
463 return Char == *MAI.getCommentString();
467 return strncmp(Ptr, MAI.getSeparatorString(),
468 strlen(MAI.getSeparatorString())) == 0;
486 CurPtr += strlen(MAI.getSeparatorString()) - 1;
488 StringRef(TokStart, strlen(MAI.getSeparatorString())));
  /external/clang/tools/driver/
cc1as_main.cpp 307 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, Opts.Triple));
308 assert(MAI && "Unable to create target asm info!");
313 MAI->setCompressDebugSections(true);
325 MCContext Ctx(MAI.get(), MRI.get(), MOFI.get(), &SrcMgr);
360 TheTarget->createMCInstPrinter(Opts.OutputAsmVariant, *MAI, *MCII, *MRI,
389 createMCAsmParser(SrcMgr, Ctx, *Str.get(), *MAI));

Completed in 296 milliseconds

12 3 4