Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp323 unsigned VGPRIndex = (NumVGPRSpillLanes % WaveSize); in allocateSGPRSpillToVGPR() local
325 if (VGPRIndex == 0) { in allocateSGPRSpillToVGPR()
361 SpillLanes.push_back(SIRegisterInfo::SpilledReg(LaneVGPR, VGPRIndex)); in allocateSGPRSpillToVGPR()