Searched refs:getNextSystemSGPR (Results 1 – 3 of 3) sorted by relevance
118 MCPhysReg getNextSystemSGPR() const { in getNextSystemSGPR() function150 WorkGroupIDXSystemSGPR = getNextSystemSGPR(); in addWorkGroupIDX()156 WorkGroupIDYSystemSGPR = getNextSystemSGPR(); in addWorkGroupIDY()162 WorkGroupIDZSystemSGPR = getNextSystemSGPR(); in addWorkGroupIDZ()168 WorkGroupInfoSystemSGPR = getNextSystemSGPR(); in addWorkGroupInfo()174 PrivateSegmentWaveByteOffsetSystemSGPR = getNextSystemSGPR(); in addPrivateSegmentWaveByteOffset()
191 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()
335 MCPhysReg SIMachineFunctionInfo::getNextSystemSGPR() const { in getNextSystemSGPR() function in SIMachineFunctionInfo