HomeSort by relevance Sort by last modified time
    Searched refs:MAI (Results 51 - 75 of 87) sorted by null

1 23 4

  /external/llvm/lib/CodeGen/
LLVMTargetMachine.cpp 164 const MCAsmInfo &MAI = *getMCAsmInfo();
173 getTarget().createMCInstPrinter(MAI.getAssemblerDialect(), MAI,
TargetInstrInfo.cpp 73 const MCAsmInfo &MAI) const {
80 if (*Str == '\n' || strncmp(Str, MAI.getSeparatorString(),
81 strlen(MAI.getSeparatorString())) == 0)
84 Length += MAI.getMaxInstLength();
87 if (atInsnStart && strncmp(Str, MAI.getCommentString(),
88 strlen(MAI.getCommentString())) == 0)
MachineFunction.cpp 443 const MCAsmInfo &MAI = *getTarget().getMCAsmInfo();
445 const char *Prefix = isLinkerPrivate ? MAI.getLinkerPrivateGlobalPrefix() :
446 MAI.getPrivateGlobalPrefix();
456 const MCAsmInfo &MAI = *Target.getMCAsmInfo();
457 return Ctx.GetOrCreateSymbol(Twine(MAI.getPrivateGlobalPrefix())+
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 294 OwningPtr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, Opts.Triple));
295 assert(MAI && "Unable to create target asm info!");
305 MCContext Ctx(MAI.get(), MRI.get(), MOFI.get(), &SrcMgr);
339 TheTarget->createMCInstPrinter(Opts.OutputAsmVariant, *MAI, *MCII, *MRI,
367 *Str.get(), *MAI));
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.cpp 271 if (SawPotentiallyThrowing && Asm->MAI->isExceptionHandlingDwarf()) {
293 if (PreviousIsInvoke && Asm->MAI->isExceptionHandlingDwarf()) {
303 if (Asm->MAI->isExceptionHandlingDwarf())
321 if (SawPotentiallyThrowing && Asm->MAI->isExceptionHandlingDwarf()) {
389 bool IsSJLJ = Asm->MAI->getExceptionHandlingType() == ExceptionHandling::SjLj;
551 assert(Asm->MAI->isExceptionHandlingDwarf());
DwarfCFIException.cpp 55 if (!Asm->MAI->isExceptionHandlingDwarf())
AsmPrinterDwarf.cpp 144 if (MAI->needsDwarfSectionOffsetDirective()) {
  /external/llvm/include/llvm/MC/
MCContext.h 56 const MCAsmInfo *MAI;
168 explicit MCContext(const MCAsmInfo *MAI, const MCRegisterInfo *MRI,
175 const MCAsmInfo *getAsmInfo() const { return MAI; }
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 278 const MCAsmInfo &MAI = *getTM().getMCAsmInfo();
284 getTarget().get()->createMCInstPrinter(MAI.getAssemblerDialect(), MAI,
  /external/llvm/lib/Target/MSP430/
MSP430AsmPrinter.cpp 105 O << MAI->getGlobalPrefix() << MO.getSymbolName();
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.cpp 211 const MCAsmInfo &MAI,
216 return new ARMInstPrinter(MAI, MII, MRI, STI);
  /external/llvm/lib/Target/Hexagon/
HexagonAsmPrinter.cpp 299 const MCAsmInfo &MAI,
304 return(new HexagonInstPrinter(MAI, MII, MRI));
  /external/llvm/lib/Target/NVPTX/InstPrinter/
NVPTXInstPrinter.cpp 30 NVPTXInstPrinter::NVPTXInstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
33 : MCInstPrinter(MAI, MII, MRI) {
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 40 Name += AP.MAI->getGlobalPrefix();
56 const char *PGP = AP.MAI->getPrivateGlobalPrefix();
PPCAsmPrinter.cpp 160 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
165 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber()
179 OutContext.GetOrCreateSymbol(StringRef(MAI->getGlobalPrefix())+
312 if (OutContext.LookupSymbol(Twine(MAI->getPrivateGlobalPrefix()) +
    [all...]
  /external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp 393 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix() << "JTI"
401 raw_svector_ostream(Name) << MAI->getPrivateGlobalPrefix() << "SJLJEH"
    [all...]
  /external/llvm/include/llvm/Support/
TargetRegistry.h 115 const MCAsmInfo &MAI,
408 const MCAsmInfo &MAI,
414 return MCInstPrinterCtorFn(*this, SyntaxVariant, MAI, MII, MRI, STI);
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 39 AArch64InstPrinter::AArch64InstPrinter(const MCAsmInfo &MAI,
43 MCInstPrinter(MAI, MII, MRI) {
AArch64InstPrinter.h 28 AArch64InstPrinter(const MCAsmInfo &MAI, const MCInstrInfo &MII,
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 502 O << MAI->getPrivateGlobalPrefix() << "JTI" << getFunctionNumber()
507 O << MAI->getPrivateGlobalPrefix() << "CPI"
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 65 const MCAsmInfo *MAI;
MachineModuleInfo.h 178 MachineModuleInfo(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
  /external/llvm/lib/MC/
MCSectionMachO.cpp 93 void MCSectionMachO::PrintSwitchToSection(const MCAsmInfo &MAI,
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 128 O << MAI->getPrivateGlobalPrefix() << "CPI" << getFunctionNumber() << "_"
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 40 const MCAsmInfo &MAI;
60 MAI(*TM.getMCAsmInfo()), AsmPrinter(asmprinter) {}
86 Name += MAI.getGlobalPrefix();
205 if (MO.isJTI() && MAI.hasSetDirective()) {

Completed in 982 milliseconds

1 23 4