Home
last modified time | relevance | path

Searched refs:NumSystemSGPRs (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h141 unsigned NumSystemSGPRs = 0; variable
266 NumSystemSGPRs += 1; in addWorkGroupIDX()
272 NumSystemSGPRs += 1; in addWorkGroupIDY()
278 NumSystemSGPRs += 1; in addWorkGroupIDZ()
284 NumSystemSGPRs += 1; in addWorkGroupInfo()
304 NumSystemSGPRs += 1; in addPrivateSegmentWaveByteOffset()
406 return NumUserSGPRs + NumSystemSGPRs; in getNumPreloadedSGPRs()
H A DSIMachineFunctionInfo.cpp326 assert(NumSystemSGPRs == 0 && "System SGPRs must be added after user SGPRs"); in getNextUserSGPR()
331 return AMDGPU::SGPR0 + NumUserSGPRs + NumSystemSGPRs; in getNextSystemSGPR()