HomeSort by relevance Sort by last modified time
    Searched refs:NumVGPRSpillLanes (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.cpp 272 for (int I = 0; I < NumLanes; ++I, ++NumVGPRSpillLanes) {
274 unsigned VGPRIndex = (NumVGPRSpillLanes % WaveSize);
282 NumVGPRSpillLanes -= I;
SIMachineFunctionInfo.h 223 unsigned NumVGPRSpillLanes = 0;

Completed in 247 milliseconds