Home
last modified time | relevance | path

Searched refs:getMMI (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp208 MCContext &Ctx = MMIWP->getMMI().getContext(); in addPassesToEmitFile()
214 MMIWP->getMMI().getContext())) in addPassesToEmitFile()
238 Ctx = &MMIWP->getMMI().getContext(); in addPassesToEmitMC()
DCFGuardLongjmp.cpp64 if (!MF.getMMI().getModule()->getModuleFlag("cfguard")) in runOnMachineFunction()
DMachineFunctionPass.cpp44 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
DRegAllocBase.cpp130 MI->getParent()->getParent()->getMMI().getModule()->getContext(); in allocatePhysRegs()
DUnreachableBlockElim.cpp108 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in runOnMachineFunction()
DGCRootLowering.cpp314 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction()
DMachineModuleInfo.cpp329 getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
DMachineOutliner.cpp1134 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction()
1433 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline()
DMachineFunction.cpp546 return getMMI().hasDebugInfo() || in needsFrameMoves()
689 getMMI().addPersonality(PF); in addLandingPad()
DPrologEpilogInserter.cpp1116 MF.getMMI().setHasSplitStack(true); in insertPrologEpilogCode()
1118 MF.getMMI().setHasNosplitStack(true); in insertPrologEpilogCode()
DTailDuplicator.cpp90 MMI = &MF->getMMI(); in initMF()
DIfConversion.cpp468 MMIWP ? &MMIWP->getMMI() : nullptr); in INITIALIZE_PASS_DEPENDENCY()
610 MMIWP ? &MMIWP->getMMI() : nullptr); in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h274 MachineModuleInfo &getMMI() { return MMI; } in getMMI() function
275 const MachineModuleInfo &getMMI() const { return MMI; } in getMMI() function
DMachineFunction.h447 MachineModuleInfo &getMMI() const { return MMI; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86IndirectBranchTracking.cpp104 MF.getMMI().getModule()->getModuleFlag("cf-protection-branch"); in runOnMachineFunction()
DX86RetpolineThunks.cpp100 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction()
DX86FrameLowering.cpp465 MachineModuleInfo &MMI = MF.getMMI(); in emitCalleeSavedFrameMoves()
978 MachineModuleInfo &MMI = MF.getMMI(); in emitPrologue()
2321 MF.getMMI().setHasNosplitStack(true); in adjustForSegmentedStacks()
2505 MF.getMMI().setUsesMorestackAddr(true); in adjustForSegmentedStacks()
2589 NamedMDNode *HiPELiteralsMD = MF.getMMI().getModule() in adjustForHiPEPrologue()
DX86AsmPrinter.cpp64 Subtarget->isTargetWin32() && MF.getMMI().getModule()->getCodeViewFlag(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCFIException.cpp124 shouldEmitCFI = MF->getMMI().getContext().getAsmInfo()->usesCFIForEH() && in beginFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16FrameLowering.cpp58 MachineModuleInfo &MMI = MF.getMMI(); in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCFrameLowering.cpp120 MachineModuleInfo &MMI = MF.getMMI(); in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFrameLowering.cpp427 MachineModuleInfo &MMI = MF.getMMI(); in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreFrameLowering.cpp228 MachineModuleInfo *MMI = &MF.getMMI(); in emitPrologue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFrameLowering.cpp361 MachineModuleInfo &MMI = MF.getMMI(); in emitPrologue()
2260 MachineModuleInfo &MMI = MF.getMMI(); in adjustForSegmentedStacks()
2278 MF.getMMI().setHasNosplitStack(true); in adjustForSegmentedStacks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp513 MMI = &MF.getMMI().getObjFileInfo<AMDGPUMachineModuleInfo>(); in SIMemOpAccess()

12