| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SILowerWWMCopies.cpp | 36 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 D | SIPreAllocateWWMRegs.cpp | 44 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 D | AMDGPURewriteAGPRCopyMFMA.cpp | 49 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 D | GCNNSAReassign.cpp | 60 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 D | MIRVRegNamerUtils.cpp | 25 bool VRegRenamer::doVRegRenaming(const VRegRenameMap &VRM) { in doVRegRenaming() 46 VRegRenameMap VRM; in getVRegRenameMap() local
|
| H A D | VirtRegMap.cpp | 184 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 D | AllocationOrder.cpp | 29 AllocationOrder AllocationOrder::create(Register VirtReg, const VirtRegMap &VRM, in create()
|
| H A D | RegAllocBase.h | 69 VirtRegMap *VRM = nullptr; variable
|
| H A D | RegAllocPBQP.cpp | 526 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 D | SplitKit.h | 99 const VirtRegMap &VRM; variable 266 VirtRegMap &VRM; variable
|
| H A D | LiveRegMatrix.cpp | 55 auto &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local 298 auto &VRM = MFAM.getResult<VirtRegMapAnalysis>(MF); in run() local
|
| H A D | InlineSpiller.cpp | 84 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 D | CalcSpillWeights.cpp | 83 const VirtRegMap &VRM, in isRematerializable()
|
| H A D | LiveDebugVariables.cpp | 1558 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 D | X86TileConfig.cpp | 93 static void collectVirtRegShapes(MachineRegisterInfo *MRI, VirtRegMap &VRM, in collectVirtRegShapes() 145 VirtRegMap &VRM = getAnalysis<VirtRegMapWrapperLegacy>().getVRM(); in runOnMachineFunction() local
|
| H A D | X86RegisterInfo.cpp | 1049 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 D | CalcSpillWeights.h | 49 const VirtRegMap &VRM; variable
|
| H A D | LiveRegMatrix.h | 45 VirtRegMap *VRM = nullptr; variable
|
| H A D | RegAllocPriorityAdvisor.h | 42 VirtRegMap *const VRM; variable
|
| H A D | LiveRangeEdit.h | 71 VirtRegMap *VRM; variable
|
| H A D | VirtRegMap.h | 195 VirtRegMap VRM; variable
|
| H A D | RegAllocEvictionAdvisor.h | 142 VirtRegMap *const VRM; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZRegisterInfo.cpp | 28 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 D | RISCVRegisterInfo.cpp | 907 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMBaseRegisterInfo.cpp | 368 const VirtRegMap *VRM, const LiveRegMatrix *Matrix) const { in getRegAllocationHints() argument
|