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

  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 67 unsigned NumSystemSGPRs;
97 assert(NumSystemSGPRs == 0 && "System SGPRs must be added after user SGPRs");
102 return AMDGPU::SGPR0 + NumUserSGPRs + NumSystemSGPRs;
132 NumSystemSGPRs += 1;
138 NumSystemSGPRs += 1;
144 NumSystemSGPRs += 1;
150 NumSystemSGPRs += 1;
156 NumSystemSGPRs += 1;
233 return NumUserSGPRs + NumSystemSGPRs;
SIMachineFunctionInfo.cpp 52 NumSystemSGPRs(0),

Completed in 503 milliseconds