/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 100 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 …]
|
D | UnreachableBlockElim.cpp | 107 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction() local 108 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in runOnMachineFunction()
|
D | IfConversion.cpp | 465 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()
|
D | BranchFolding.cpp | 137 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction() local 140 MMIWP ? &MMIWP->getMMI() : nullptr); in runOnMachineFunction()
|
D | MachineBlockPlacement.cpp | 3110 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in runOnMachineFunction() local 3112 MMIWP ? &MMIWP->getMMI() : nullptr, MLI, in runOnMachineFunction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 103 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/ |
D | Assembler.cpp | 162 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/ |
D | llc.cpp | 596 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/ |
D | LiveIntervalTest.cpp | 67 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/ |
D | TargetMachine.h | 284 MachineModuleInfoWrapperPass *MMIWP = nullptr) { 342 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetMachine.h | 331 MachineModuleInfoWrapperPass *MMIWP = nullptr) { 393 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 259 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in doInitialization() local 260 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in doInitialization()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 259 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); in doInitialization() local 260 MMI = MMIWP ? &MMIWP->getMMI() : nullptr; in doInitialization()
|