Home
last modified time | relevance | path

Searched defs:VRM (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerWWMCopies.cpp36 SILowerWWMCopies(LiveIntervals *LIS, SlotIndexes *SI, VirtRegMap *VRM) in SILowerWWMCopies()
46 VirtRegMap *VRM; member in __anon72eb24b60111::SILowerWWMCopies
119 auto *VRM = VRMWrapper ? &VRMWrapper->getVRM() : nullptr; in runOnMachineFunction() local
130 auto *VRM = MFAM.getCachedResult<VirtRegMapAnalysis>(MF); in run() local
H A DSIPreAllocateWWMRegs.cpp44 VirtRegMap *VRM; member in __anonf07969e70111::SIPreAllocateWWMRegs
56 VirtRegMap *VRM) in SIPreAllocateWWMRegs()
194 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
267 auto *VRM = &MFAM.getResult<VirtRegMapAnalysis>(MF); in run() local
H A DAMDGPURewriteAGPRCopyMFMA.cpp49 VirtRegMap &VRM; member in __anone22991190111::AMDGPURewriteAGPRCopyMFMAImpl
54 AMDGPURewriteAGPRCopyMFMAImpl(MachineFunction &MF, VirtRegMap &VRM, in AMDGPURewriteAGPRCopyMFMAImpl()
283 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
294 VirtRegMap &VRM = MFAM.getResult<VirtRegMapAnalysis>(MF); in run() local
H A DGCNNSAReassign.cpp60 VirtRegMap *VRM; member in __anond94b4ce90111::GCNNSAReassignImpl
377 auto *VRM = &getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
388 auto &VRM = MFAM.getResult<VirtRegMapAnalysis>(MF); in run() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.cpp25 bool VRegRenamer::doVRegRenaming(const VRegRenameMap &VRM) { in doVRegRenaming()
46 VRegRenameMap VRM; in getVRegRenameMap() local
H A DVirtRegMap.cpp184 VirtRegMap VRM; in run() local
208 VirtRegMap *VRM = nullptr; member in __anonbe45f4950111::VirtRegRewriter
226 LiveRegMatrix *LRM, VirtRegMap *VRM, in VirtRegRewriter()
290 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
306 VirtRegMap &VRM = MFAM.getResult<VirtRegMapAnalysis>(MF); in run() local
H A DAllocationOrder.cpp29 AllocationOrder AllocationOrder::create(Register VirtReg, const VirtRegMap &VRM, in create()
H A DRegAllocBase.h69 VirtRegMap *VRM = nullptr; variable
H A DRegAllocPBQP.cpp526 PBQPVirtRegAuxInfo(MachineFunction &MF, LiveIntervals &LIS, VirtRegMap &VRM, in PBQPVirtRegAuxInfo()
587 void RegAllocPBQP::initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, in initializeGraph()
690 VirtRegMap &VRM, Spiller &VRegSpiller) { in spillVReg()
715 VirtRegMap &VRM, in mapPBQPToRegAlloc()
798 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
H A DSplitKit.h99 const VirtRegMap &VRM; variable
266 VirtRegMap &VRM; variable
H A DLiveRegMatrix.cpp55 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
298 auto &VRM = MFAM.getResult<VirtRegMapAnalysis>(MF); in run() local
H A DInlineSpiller.cpp84 VirtRegMap &VRM; member in __anon2f89086e0111::HoistSpillHelper
149 VirtRegMap &VRM; member in __anon2f89086e0111::InlineSpiller
190 VirtRegMap &VRM, VirtRegAuxInfo &VRAI, LiveRegMatrix *Matrix) in InlineSpiller()
235 MachineFunction &MF, VirtRegMap &VRM, in createInlineSpiller()
H A DCalcSpillWeights.cpp83 const VirtRegMap &VRM, in isRematerializable()
H A DLiveDebugVariables.cpp1558 void UserValue::rewriteLocations(VirtRegMap &VRM, const MachineFunction &MF, in rewriteLocations()
1790 void UserValue::emitDebugValues(VirtRegMap *VRM, LiveIntervals &LIS, in emitDebugValues()
1857 void LiveDebugVariables::LDVImpl::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
2005 void LiveDebugVariables::emitDebugValues(VirtRegMap *VRM) { in emitDebugValues()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TileConfig.cpp93 static void collectVirtRegShapes(MachineRegisterInfo *MRI, VirtRegMap &VRM, in collectVirtRegShapes()
145 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
H A DX86RegisterInfo.cpp1049 static ShapeT getTileShape(Register VirtReg, VirtRegMap *VRM, in getTileShape()
1156 const VirtRegMap *VRM, in getRegAllocationHints()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h49 const VirtRegMap &VRM; variable
H A DLiveRegMatrix.h45 VirtRegMap *VRM = nullptr; variable
H A DRegAllocPriorityAdvisor.h42 VirtRegMap *const VRM; variable
H A DLiveRangeEdit.h71 VirtRegMap *VRM; variable
H A DVirtRegMap.h195 VirtRegMap VRM; variable
H A DRegAllocEvictionAdvisor.h142 VirtRegMap *const VRM; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZRegisterInfo.cpp28 const VirtRegMap *VRM, in getRC32()
76 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp907 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp368 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints() argument

12