Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp268 unsigned LaneVGPR; in allocateSGPRSpillToVGPR() local
272 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()