Searched refs:LaneVGPR (Results 1 – 1 of 1) sorted by relevance
268 unsigned LaneVGPR; in allocateSGPRSpillToVGPR() local272 LaneVGPR = TRI->findUnusedRegister(MRI, &AMDGPU::VGPR_32RegClass, MF); in allocateSGPRSpillToVGPR()273 if (LaneVGPR == AMDGPU::NoRegister) { in allocateSGPRSpillToVGPR()283 isCalleeSavedReg(CSRegs, LaneVGPR)) { in allocateSGPRSpillToVGPR()287 SpillVGPRs.push_back(SGPRSpillVGPRCSR(LaneVGPR, CSRSpillFI)); in allocateSGPRSpillToVGPR()292 BB.addLiveIn(LaneVGPR); in allocateSGPRSpillToVGPR()294 LaneVGPR = SpillVGPRs.back().VGPR; in allocateSGPRSpillToVGPR()297 SpillLanes.push_back(SpilledReg(LaneVGPR, VGPRIndex)); in allocateSGPRSpillToVGPR()