Home
last modified time | relevance | path

Searched refs:getNextSystemSGPR (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h118 MCPhysReg getNextSystemSGPR() const { in getNextSystemSGPR() function
150 WorkGroupIDXSystemSGPR = getNextSystemSGPR(); in addWorkGroupIDX()
156 WorkGroupIDYSystemSGPR = getNextSystemSGPR(); in addWorkGroupIDY()
162 WorkGroupIDZSystemSGPR = getNextSystemSGPR(); in addWorkGroupIDZ()
168 WorkGroupInfoSystemSGPR = getNextSystemSGPR(); in addWorkGroupInfo()
174 PrivateSegmentWaveByteOffsetSystemSGPR = getNextSystemSGPR(); in addPrivateSegmentWaveByteOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h191 MCPhysReg getNextSystemSGPR() const;
265 ArgInfo.WorkGroupIDX = ArgDescriptor::createRegister(getNextSystemSGPR()); in addWorkGroupIDX()
271 ArgInfo.WorkGroupIDY = ArgDescriptor::createRegister(getNextSystemSGPR()); in addWorkGroupIDY()
277 ArgInfo.WorkGroupIDZ = ArgDescriptor::createRegister(getNextSystemSGPR()); in addWorkGroupIDZ()
283 ArgInfo.WorkGroupInfo = ArgDescriptor::createRegister(getNextSystemSGPR()); in addWorkGroupInfo()
303 = ArgDescriptor::createRegister(getNextSystemSGPR()); in addPrivateSegmentWaveByteOffset()
DSIMachineFunctionInfo.cpp335 MCPhysReg SIMachineFunctionInfo::getNextSystemSGPR() const { in getNextSystemSGPR() function in SIMachineFunctionInfo