Searched refs:NumVGPRSpillLanes (Results 1 – 2 of 2) sorted by relevance
272 for (int I = 0; I < NumLanes; ++I, ++NumVGPRSpillLanes) { in allocateSGPRSpillToVGPR()274 unsigned VGPRIndex = (NumVGPRSpillLanes % WaveSize); in allocateSGPRSpillToVGPR()282 NumVGPRSpillLanes -= I; in allocateSGPRSpillToVGPR()
223 unsigned NumVGPRSpillLanes = 0; variable