Home
last modified time | relevance | path

Searched refs:MachineModuleInfoWrapperPass (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp323 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
324 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
329 getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
347 MachineModuleInfoWrapperPass::MachineModuleInfoWrapperPass( in MachineModuleInfoWrapperPass() function in MachineModuleInfoWrapperPass
354 INITIALIZE_PASS(MachineModuleInfoWrapperPass, "machinemoduleinfo",
356 char MachineModuleInfoWrapperPass::ID = 0;
358 bool MachineModuleInfoWrapperPass::doInitialization(Module &M) { in doInitialization()
365 bool MachineModuleInfoWrapperPass::doFinalization(Module &M) { in doFinalization()
DLLVMTargetMachine.cpp100 MachineModuleInfoWrapperPass &MMIWP) { in addPassesToGenerateCode()
193 MachineModuleInfoWrapperPass *MMIWP) { in addPassesToEmitFile()
196 MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitFile()
230 MachineModuleInfoWrapperPass *MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitMC()
DMachineFunctionPass.cpp44 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
104 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
105 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
DGCRootLowering.cpp253 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
314 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction()
DMachineOutliner.cpp853 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
854 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
1134 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction()
1433 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline()
DUnreachableBlockElim.cpp107 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction()
DIfConversion.cpp465 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
607 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY()
DBranchFolding.cpp137 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction()
DMachineBlockPlacement.cpp3110 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h79 friend class MachineModuleInfoWrapperPass; variable
263 class MachineModuleInfoWrapperPass : public ImmutablePass {
268 explicit MachineModuleInfoWrapperPass(const LLVMTargetMachine *TM = nullptr);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp61 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
62 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
100 MMI = &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction()
DX86InsertPrefetch.cpp176 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h28 class MachineModuleInfoWrapperPass; variable
284 MachineModuleInfoWrapperPass *MMIWP = nullptr) {
342 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp251 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
259 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in doInitialization()