Home
last modified time | relevance | path

Searched refs:VirtRegMapWrapperLegacy (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteAGPRCopyMFMA.cpp252 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
256 AU.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
268 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)
283 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
H A DSILowerWWMCopies.cpp67 AU.addUsedIfAvailable<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
78 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)
118 auto *VRMWrapper = getAnalysisIfAvailable<VirtRegMapWrapperLegacy>(); in runOnMachineFunction()
H A DSIPreAllocateWWMRegs.cpp71 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
83 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)
194 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
H A DGCNNSAReassign.cpp94 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
106 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)
377 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp141 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
194 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
195 AU.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
317 RegAllocBase::init(getAnalysis<VirtRegMapWrapperLegacy>().getVRM(), in runOnMachineFunction()
H A DLiveRegMatrix.cpp42 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
49 AU.addRequiredTransitive<VirtRegMapWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
55 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
H A DVirtRegMap.cpp60 char VirtRegMapWrapperLegacy::ID = 0;
62 INITIALIZE_PASS(VirtRegMapWrapperLegacy, "virtregmap", "Virtual Register Map",
267 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY()
280 AU.addRequired<VirtRegMapWrapperLegacy>(); in INITIALIZE_PASS_DEPENDENCY()
290 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
H A DRegAllocPBQP.cpp559 au.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
560 au.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
798 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
H A DRegAllocGreedy.cpp267 VRM = &P.getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in RequiredAnalyses()
304 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy)
353 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
354 AU.addPreserved<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp52 AU.addRequired<VirtRegMapWrapperLegacy>(); in getAnalysisUsage()
73 INITIALIZE_PASS_DEPENDENCY(VirtRegMapWrapperLegacy) in INITIALIZE_PASS_DEPENDENCY() argument
145 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h194 class VirtRegMapWrapperLegacy : public MachineFunctionPass {
200 VirtRegMapWrapperLegacy() : MachineFunctionPass(ID) {} in VirtRegMapWrapperLegacy() function