Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp810 const unsigned MaxSystemSGPRs = 1 + // WorkGroupIDX in getMaxNumPreloadedSGPRs() local
819 return MaxUserSGPRs + MaxSystemSGPRs + SyntheticSGPRs; in getMaxNumPreloadedSGPRs()