| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassManager.h | 40 template <typename PassT> class MFPropsModifier { 42 MFPropsModifier(const PassT &P_, MachineFunction &MF_) : P(P_), MF(MF_) { in MFPropsModifier() function 64 ~MFPropsModifier() { in ~MFPropsModifier() 102 MFPropsModifier(PassT &P, MachineFunction &MF) -> MFPropsModifier<PassT>;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PatchableFunction.cpp | 50 MFPropsModifier _(*this, MF); in run()
|
| H A D | TailDuplication.cpp | 110 MFPropsModifier _(static_cast<DerivedT &>(*this), MF); in run()
|
| H A D | RemoveLoadsIntoFakeUses.cpp | 93 MFPropsModifier _(*this, MF); in run()
|
| H A D | MachineLateInstrsCleanup.cpp | 107 MFPropsModifier _(*this, MF); in run()
|
| H A D | PostRASchedulerList.cpp | 375 MFPropsModifier _(*this, MF); in run()
|
| H A D | ShrinkWrap.cpp | 996 MFPropsModifier _(*this, MF); in run()
|
| H A D | VirtRegMap.cpp | 304 MFPropsModifier _(*this, MF); in run()
|
| H A D | MachineCSE.cpp | 952 MFPropsModifier _(*this, MF); in run()
|
| H A D | MachineCopyPropagation.cpp | 1581 MFPropsModifier _(*this, MF); in run()
|
| H A D | PeepholeOptimizer.cpp | 1650 MFPropsModifier _(*this, MF); in run()
|
| H A D | RegAllocFast.cpp | 1871 MFPropsModifier _(*this, MF); in run()
|
| H A D | BranchFolding.cpp | 125 MFPropsModifier _(*this, MF); in run()
|
| H A D | LiveDebugVariables.cpp | 1326 MFPropsModifier _(*this, MF); in run()
|
| H A D | TwoAddressInstructionPass.cpp | 242 MFPropsModifier _(*this, MF); in run()
|
| H A D | MachineSink.cpp | 2387 MFPropsModifier _(*this, MF); in run()
|
| H A D | RegAllocGreedy.cpp | 246 MFPropsModifier _(*this, MF); in run()
|
| H A D | RegisterCoalescer.cpp | 4245 MFPropsModifier _(*this, MF); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerSGPRSpills.cpp | 574 MFPropsModifier _(*this, MF); in run()
|
| H A D | SIOptimizeVGPRLiveRange.cpp | 652 MFPropsModifier _(*this, MF); in run()
|
| H A D | GCNDPPCombine.cpp | 797 MFPropsModifier _(*this, MF); in run()
|
| H A D | SIWholeQuadMode.cpp | 1831 MFPropsModifier _(*this, MF); in run()
|
| H A D | SIFoldOperands.cpp | 2786 MFPropsModifier _(*this, MF); in run()
|
| H A D | SILoadStoreOptimizer.cpp | 2589 MFPropsModifier _(*this, MF); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilder.cpp | 455 MFPropsModifier _(*this, MF); in run()
|