Searched refs:LaneVGPR (Results 1 – 1 of 1) sorted by relevance
314 Register LaneVGPR; in allocateSGPRSpillToVGPR() local325 LaneVGPR = FuncInfo->VGPRReservedForSGPRSpill; in allocateSGPRSpillToVGPR()328 if (LaneVGPR == AMDGPU::NoRegister) { in allocateSGPRSpillToVGPR()350 SpillVGPRs.push_back(SGPRSpillVGPR(LaneVGPR, SpillFI)); in allocateSGPRSpillToVGPR()355 BB.addLiveIn(LaneVGPR); in allocateSGPRSpillToVGPR()357 LaneVGPR = SpillVGPRs.back().VGPR; in allocateSGPRSpillToVGPR()360 SpillLanes.push_back(SpilledReg(LaneVGPR, VGPRIndex)); in allocateSGPRSpillToVGPR()372 Register LaneVGPR = TRI->findUnusedRegister( in reserveVGPRforSGPRSpills() local374 if (LaneVGPR == Register()) in reserveVGPRforSGPRSpills()376 SpillVGPRs.push_back(SGPRSpillVGPR(LaneVGPR, None)); in reserveVGPRforSGPRSpills()[all …]