Home
last modified time | relevance | path

Searched refs:MMIWP (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp100 MachineModuleInfoWrapperPass &MMIWP) { in addPassesToGenerateCode() argument
107 PM.add(&MMIWP); in addPassesToGenerateCode()
193 MachineModuleInfoWrapperPass *MMIWP) { in addPassesToEmitFile() argument
195 if (!MMIWP) in addPassesToEmitFile()
196 MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitFile()
198 addPassesToGenerateCode(*this, PM, DisableVerify, *MMIWP); in addPassesToEmitFile()
208 MCContext &Ctx = MMIWP->getMMI().getContext(); in addPassesToEmitFile()
214 MMIWP->getMMI().getContext())) in addPassesToEmitFile()
230 MachineModuleInfoWrapperPass *MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitMC() local
232 addPassesToGenerateCode(*this, PM, DisableVerify, *MMIWP); in addPassesToEmitMC()
[all …]
DUnreachableBlockElim.cpp107 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction() local
108 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in runOnMachineFunction()
DIfConversion.cpp465 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() local
468 MMIWP ? &MMIWP->getMMI() : nullptr); in INITIALIZE_PASS_DEPENDENCY()
607 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in INITIALIZE_PASS_DEPENDENCY() local
610 MMIWP ? &MMIWP->getMMI() : nullptr); in INITIALIZE_PASS_DEPENDENCY()
DBranchFolding.cpp137 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction() local
140 MMIWP ? &MMIWP->getMMI() : nullptr); in runOnMachineFunction()
DMachineBlockPlacement.cpp3110 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction() local
3112 MMIWP ? &MMIWP->getMMI() : nullptr, MLI, in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h284 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.cpp259 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in doInitialization() local
260 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in doInitialization()