Home
last modified time | relevance | path

Searched refs:MFPropsModifier (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassManager.h40 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 DPatchableFunction.cpp50 MFPropsModifier _(*this, MF); in run()
H A DTailDuplication.cpp110 MFPropsModifier _(static_cast<DerivedT &>(*this), MF); in run()
H A DRemoveLoadsIntoFakeUses.cpp93 MFPropsModifier _(*this, MF); in run()
H A DMachineLateInstrsCleanup.cpp107 MFPropsModifier _(*this, MF); in run()
H A DPostRASchedulerList.cpp375 MFPropsModifier _(*this, MF); in run()
H A DShrinkWrap.cpp996 MFPropsModifier _(*this, MF); in run()
H A DVirtRegMap.cpp304 MFPropsModifier _(*this, MF); in run()
H A DMachineCSE.cpp952 MFPropsModifier _(*this, MF); in run()
H A DMachineCopyPropagation.cpp1581 MFPropsModifier _(*this, MF); in run()
H A DPeepholeOptimizer.cpp1650 MFPropsModifier _(*this, MF); in run()
H A DRegAllocFast.cpp1871 MFPropsModifier _(*this, MF); in run()
H A DBranchFolding.cpp125 MFPropsModifier _(*this, MF); in run()
H A DLiveDebugVariables.cpp1326 MFPropsModifier _(*this, MF); in run()
H A DTwoAddressInstructionPass.cpp242 MFPropsModifier _(*this, MF); in run()
H A DMachineSink.cpp2387 MFPropsModifier _(*this, MF); in run()
H A DRegAllocGreedy.cpp246 MFPropsModifier _(*this, MF); in run()
H A DRegisterCoalescer.cpp4245 MFPropsModifier _(*this, MF); in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerSGPRSpills.cpp574 MFPropsModifier _(*this, MF); in run()
H A DSIOptimizeVGPRLiveRange.cpp652 MFPropsModifier _(*this, MF); in run()
H A DGCNDPPCombine.cpp797 MFPropsModifier _(*this, MF); in run()
H A DSIWholeQuadMode.cpp1831 MFPropsModifier _(*this, MF); in run()
H A DSIFoldOperands.cpp2786 MFPropsModifier _(*this, MF); in run()
H A DSILoadStoreOptimizer.cpp2589 MFPropsModifier _(*this, MF); in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp455 MFPropsModifier _(*this, MF); in run()