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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.cpp 335 MCPhysReg SIMachineFunctionInfo::getNextSystemSGPR() const {
  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 118 MCPhysReg getNextSystemSGPR() const {
150 WorkGroupIDXSystemSGPR = getNextSystemSGPR();
156 WorkGroupIDYSystemSGPR = getNextSystemSGPR();
162 WorkGroupIDZSystemSGPR = getNextSystemSGPR();
168 WorkGroupInfoSystemSGPR = getNextSystemSGPR();
174 PrivateSegmentWaveByteOffsetSystemSGPR = getNextSystemSGPR();

Completed in 71 milliseconds