Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp322 Register LaneVGPR; in allocateSGPRSpillToVGPR() local
326 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()