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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 80 unsigned NumSystemSGPRs;
114 assert(NumSystemSGPRs == 0 && "System SGPRs must be added after user SGPRs");
119 return AMDGPU::SGPR0 + NumUserSGPRs + NumSystemSGPRs;
151 NumSystemSGPRs += 1;
157 NumSystemSGPRs += 1;
163 NumSystemSGPRs += 1;
169 NumSystemSGPRs += 1;
175 NumSystemSGPRs += 1;
256 return NumUserSGPRs + NumSystemSGPRs;
SIMachineFunctionInfo.cpp 61 NumSystemSGPRs(0),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 141 unsigned NumSystemSGPRs = 0;
266 NumSystemSGPRs += 1;
272 NumSystemSGPRs += 1;
278 NumSystemSGPRs += 1;
284 NumSystemSGPRs += 1;
304 NumSystemSGPRs += 1;
406 return NumUserSGPRs + NumSystemSGPRs;
SIMachineFunctionInfo.cpp 331 assert(NumSystemSGPRs == 0 && "System SGPRs must be added after user SGPRs");
336 return AMDGPU::SGPR0 + NumUserSGPRs + NumSystemSGPRs;

Completed in 159 milliseconds