Searched refs:LaneVGPR (Results 1 – 1 of 1) sorted by relevance
322 Register LaneVGPR; in allocateSGPRSpillToVGPR() local326 LaneVGPR = TRI->findUnusedRegister(MRI, &AMDGPU::VGPR_32RegClass, MF); in allocateSGPRSpillToVGPR()327 if (LaneVGPR == AMDGPU::NoRegister) { in allocateSGPRSpillToVGPR()351 SpillVGPRs.push_back(SGPRSpillVGPR(LaneVGPR, SpillFI)); in allocateSGPRSpillToVGPR()356 BB.addLiveIn(LaneVGPR); in allocateSGPRSpillToVGPR()358 LaneVGPR = SpillVGPRs.back().VGPR; in allocateSGPRSpillToVGPR()361 SpillLanes.push_back(SIRegisterInfo::SpilledReg(LaneVGPR, VGPRIndex)); in allocateSGPRSpillToVGPR()