Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineModuleInfo.cpp144 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
145 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
150 getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
168 MachineModuleInfoWrapperPass::MachineModuleInfoWrapperPass( in MachineModuleInfoWrapperPass() function in MachineModuleInfoWrapperPass
174 MachineModuleInfoWrapperPass::MachineModuleInfoWrapperPass( in MachineModuleInfoWrapperPass() function in MachineModuleInfoWrapperPass
181 INITIALIZE_PASS(MachineModuleInfoWrapperPass, "machinemoduleinfo",
183 char MachineModuleInfoWrapperPass::ID = 0;
210 bool MachineModuleInfoWrapperPass::doInitialization(Module &M) { in doInitialization()
230 bool MachineModuleInfoWrapperPass::doFinalization(Module &M) { in doFinalization()
DMachineStripDebug.cpp44 getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnModule()
87 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
88 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
DLLVMTargetMachine.cpp109 MachineModuleInfoWrapperPass &MMIWP) { in addPassesToGenerateCode()
227 MachineModuleInfoWrapperPass *MMIWP) { in addPassesToEmitFile()
230 MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitFile()
258 MachineModuleInfoWrapperPass *MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitMC()
DMachineFunctionPass.cpp45 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
168 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
169 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
DMachineDebugify.cpp178 getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnModule()
189 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
190 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
DMachineCheckDebugify.cpp39 getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnModule()
109 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
DMachineOutliner.cpp369 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
370 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
654 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in createOutlinedFunction()
1034 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in doOutline()
DMachineFunctionSplitter.cpp244 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
/external/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()
DMachineFunctionPass.cpp44 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnFunction()
104 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
105 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
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()
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()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h75 friend class MachineModuleInfoWrapperPass; variable
203 class MachineModuleInfoWrapperPass : public ImmutablePass {
208 explicit MachineModuleInfoWrapperPass(const LLVMTargetMachine *TM = nullptr);
210 explicit MachineModuleInfoWrapperPass(const LLVMTargetMachine *TM,
/external/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);
/external/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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h28 class MachineModuleInfoWrapperPass; variable
284 MachineModuleInfoWrapperPass *MMIWP = nullptr) {
342 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
DDirectXTargetMachine.cpp126 MachineModuleInfoWrapperPass *MMIWP) { in addPassesToEmitFile()
144 MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitFile()
DDirectXTargetMachine.h36 MachineModuleInfoWrapperPass *MMIWP) override;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
DTargetMachine.h39 class MachineModuleInfoWrapperPass; variable
375 MachineModuleInfoWrapperPass *MMIWP = nullptr) {
445 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCLowerPrePass.cpp72 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnModule()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMSLSHardening.cpp399 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
400 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
438 auto &MMI = getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnMachineFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUResourceUsageAnalysis.h63 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64LowerHomogeneousPrologEpilog.cpp83 AU.addRequired<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
84 AU.addPreserved<MachineModuleInfoWrapperPass>(); in getAnalysisUsage()
108 &getAnalysis<MachineModuleInfoWrapperPass>().getMMI(); in runOnModule()

12