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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.cpp304 unsigned VGPRIndex = (NumVGPRSpillLanes % WaveSize); local
315 } else if (VGPRIndex == 0) {
341 SpillLanes.push_back(SpilledReg(LaneVGPR, VGPRIndex));

Completed in 172 milliseconds