Searched refs:LaneVGPR (Results 1 – 1 of 1) sorted by relevance
345 Register LaneVGPR; in allocateVirtualVGPRForSGPRSpills() local348 SpillVGPRs.push_back(LaneVGPR); in allocateVirtualVGPRForSGPRSpills()350 LaneVGPR = SpillVGPRs.back(); in allocateVirtualVGPRForSGPRSpills()354 SIRegisterInfo::SpilledReg(LaneVGPR, LaneIndex)); in allocateVirtualVGPRForSGPRSpills()363 Register LaneVGPR; in allocatePhysicalVGPRForSGPRSpills() local370 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 …]