Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.cpp272 for (int I = 0; I < NumLanes; ++I, ++NumVGPRSpillLanes) { in allocateSGPRSpillToVGPR()
274 unsigned VGPRIndex = (NumVGPRSpillLanes % WaveSize); in allocateSGPRSpillToVGPR()
282 NumVGPRSpillLanes -= I; in allocateSGPRSpillToVGPR()
DSIMachineFunctionInfo.h223 unsigned NumVGPRSpillLanes = 0; variable