HomeSort by: relevance | last modified time | path
    Searched refs:getMMI (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EHContGuardCatchret.cpp 66 if (!MF.getMMI().getModule()->getModuleFlag("ehcontguard"))
CFGuardLongjmp.cpp 64 if (!MF.getMMI().getModule()->getModuleFlag("cfguard"))
MachineStripDebug.cpp 44 getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
MachineCheckDebugify.cpp 31 getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
MachineFunctionPass.cpp 43 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
LLVMTargetMachine.cpp 221 if (addAsmPrinter(PM, Out, DwoOut, FileType, MMIWP->getMMI().getContext()))
250 Ctx = &MMIWP->getMMI().getContext();
MachineDebugify.cpp 173 getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
RegAllocBase.cpp 135 MI->getParent()->getParent()->getMMI().getModule()->getContext();
MachineModuleInfo.cpp 337 getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
MachineOutliner.cpp 639 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
1007 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 293 MachineModuleInfo &getMMI() { return MMI; }
294 const MachineModuleInfo &getMMI() const { return MMI; }
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
Assembler.cpp 170 FunctionID, Module.get(), &MMIWP.get()->getMMI());
185 FunctionID, Module.get(), &MMIWP.get()->getMMI());
222 MCContext &MCContext = MMIWP->getMMI().getContext();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 123 const MCAsmInfo &MAI = *MF->getMMI().getContext().getAsmInfo();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 58 MachineModuleInfo &MMI = MF.getMMI();
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86IndirectBranchTracking.cpp 103 MF.getMMI().getModule()->getModuleFlag("cf-protection-branch");
X86IndirectThunks.cpp 267 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
X86FrameLowering.cpp 444 const MachineModuleInfo &MMI = MF.getMMI();
463 MachineModuleInfo &MMI = MF.getMMI();
1322 MachineModuleInfo &MMI = MF.getMMI();
2766 MF.getMMI().setHasNosplitStack(true);
2950 MF.getMMI().setUsesMorestackAddr(true);
3034 NamedMDNode *HiPELiteralsMD = MF.getMMI().getModule()
3383 MF.getMMI().getContext().getObjectFileInfo()->getCompactUnwindSection() !=
X86AsmPrinter.cpp 67 Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag();
  /src/external/apache2/llvm/dist/llvm/tools/llc/
llc.cpp 666 ->Initialize(MMIWP->getMMI().getContext(), *Target);
669 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64SLSHardening.cpp 445 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
AArch64LowerHomogeneousPrologEpilog.cpp 106 &getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp 249 MachineModuleInfo &MMI = MF.getMMI();
455 MachineModuleInfo &MMI = MF.getMMI();
482 MachineModuleInfo &MMI = MF.getMMI();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSLSHardening.cpp 418 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI();
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 404 MachineModuleInfo &MMI = MF.getMMI();
422 MachineModuleInfo &MMI = MF.getMMI();
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCFrameLowering.cpp 119 MachineModuleInfo &MMI = MF.getMMI();

Completed in 34 milliseconds

1 2 3