Searched refs:MMIWP (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp100 MachineModuleInfoWrapperPass &MMIWP) {
107 PM.add(&MMIWP);
190 MachineModuleInfoWrapperPass *MMIWP) {
192 if (!MMIWP)
193 MMIWP = new MachineModuleInfoWrapperPass(this);
195 addPassesToGenerateCode(*this, PM, DisableVerify, *MMIWP);
205 MCContext &Ctx = MMIWP->getMMI().getContext();
211 MMIWP->getMMI().getContext()))
227 MachineModuleInfoWrapperPass *MMIWP = new MachineModuleInfoWrapperPass(this); local
229 addPassesToGenerateCode(*this, PM, DisableVerify, *MMIWP);
98 addPassesToGenerateCode(LLVMTargetMachine &TM, PassManagerBase &PM, bool DisableVerify, MachineModuleInfoWrapperPass &MMIWP) argument
187 addPassesToEmitFile( PassManagerBase &PM, raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, bool DisableVerify, MachineModuleInfoWrapperPass *MMIWP) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp588 MachineModuleInfoWrapperPass *MMIWP = local
609 PM.add(MMIWP);
620 codegen::getFileType(), NoVerify, MMIWP)) {
628 ->Initialize(MMIWP->getMMI().getContext(), *Target);
630 assert(MMIWP && "Forgot to create MMIWP?");
631 if (MIR->parseMachineFunctions(*M, MMIWP->getMMI()))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h297 /// \p MMIWP is an optional parameter that, if set to non-nullptr,
303 MachineModuleInfoWrapperPass *MMIWP = nullptr) {
359 /// \p MMIWP is an optional parameter that, if set to non-nullptr,
365 MachineModuleInfoWrapperPass *MMIWP = nullptr) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp252 auto *MMIWP = getAnalysisIfAvailable<MachineModuleInfoWrapperPass>(); local
253 MMI = MMIWP ? &MMIWP->getMMI() : nullptr;

Completed in 67 milliseconds