HomeSort by relevance Sort by last modified time
    Searched defs:NumSystemSGPRs (Results 1 - 2 of 2) 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;
  /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;

Completed in 73 milliseconds