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

  /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();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.h 191 MCPhysReg getNextSystemSGPR() const;
265 ArgInfo.WorkGroupIDX = ArgDescriptor::createRegister(getNextSystemSGPR());
271 ArgInfo.WorkGroupIDY = ArgDescriptor::createRegister(getNextSystemSGPR());
277 ArgInfo.WorkGroupIDZ = ArgDescriptor::createRegister(getNextSystemSGPR());
283 ArgInfo.WorkGroupInfo = ArgDescriptor::createRegister(getNextSystemSGPR());
303 = ArgDescriptor::createRegister(getNextSystemSGPR());
SIMachineFunctionInfo.cpp 335 MCPhysReg SIMachineFunctionInfo::getNextSystemSGPR() const {

Completed in 44 milliseconds