Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp103 MachineModuleInfoWrapperPass &MMIWP) { in addPassesToGenerateCode() argument
110 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()
203 if (addAsmPrinter(PM, Out, DwoOut, FileType, MMIWP->getMMI().getContext())) in addPassesToEmitFile()
224 MachineModuleInfoWrapperPass *MMIWP = new MachineModuleInfoWrapperPass(this); in addPassesToEmitMC() local
226 addPassesToGenerateCode(*this, PM, DisableVerify, *MMIWP); in addPassesToEmitMC()
232 Ctx = &MMIWP->getMMI().getContext(); in addPassesToEmitMC()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DAssembler.cpp162 std::unique_ptr<MachineModuleInfoWrapperPass> MMIWP = in getFunctionReservedRegs() local
165 FunctionID, Module.get(), &MMIWP.get()->getMMI()); in getFunctionReservedRegs()
178 auto MMIWP = std::make_unique<MachineModuleInfoWrapperPass>(TM.get()); in assembleToStream() local
180 FunctionID, Module.get(), &MMIWP.get()->getMMI()); in assembleToStream()
217 MCContext &MCContext = MMIWP->getMMI().getContext(); in assembleToStream()
225 PM.add(MMIWP.release()); in assembleToStream()
/external/llvm-project/llvm/tools/llc/
Dllc.cpp596 MachineModuleInfoWrapperPass *MMIWP = in compileModule() local
617 PM.add(MMIWP); in compileModule()
628 codegen::getFileType(), NoVerify, MMIWP)) { in compileModule()
636 ->Initialize(MMIWP->getMMI().getContext(), *Target); in compileModule()
638 assert(MMIWP && "Forgot to create MMIWP?"); in compileModule()
639 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in compileModule()
/external/llvm-project/llvm/unittests/MI/
DLiveIntervalTest.cpp67 MachineModuleInfoWrapperPass *MMIWP = new MachineModuleInfoWrapperPass(&TM); in parseMIR() local
68 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI())) in parseMIR()
70 PM.add(MMIWP); in parseMIR()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetMachine.h284 MachineModuleInfoWrapperPass *MMIWP = nullptr) {
342 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
/external/llvm-project/llvm/include/llvm/Target/
DTargetMachine.h331 MachineModuleInfoWrapperPass *MMIWP = nullptr) {
393 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
/external/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()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp259 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in doInitialization() local
260 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in doInitialization()