Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp345 Register LaneVGPR; in allocateVirtualVGPRForSGPRSpills() local
348 SpillVGPRs.push_back(LaneVGPR); in allocateVirtualVGPRForSGPRSpills()
350 LaneVGPR = SpillVGPRs.back(); in allocateVirtualVGPRForSGPRSpills()
354 SIRegisterInfo::SpilledReg(LaneVGPR, LaneIndex)); in allocateVirtualVGPRForSGPRSpills()
363 Register LaneVGPR; in allocatePhysicalVGPRForSGPRSpills() local
370 if (LaneVGPR == AMDGPU::NoRegister) { in allocatePhysicalVGPRForSGPRSpills()
377 allocateWWMSpill(MF, LaneVGPR); in allocatePhysicalVGPRForSGPRSpills()
378 reserveWWMRegister(LaneVGPR); in allocatePhysicalVGPRForSGPRSpills()
380 MBB.addLiveIn(LaneVGPR); in allocatePhysicalVGPRForSGPRSpills()
383 SpillPhysVGPRs.push_back(LaneVGPR); in allocatePhysicalVGPRForSGPRSpills()
[all …]