Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp919 unsigned MaxSystemSGPRs = 1 + // WorkGroupIDX in getMaxNumPreloadedSGPRs() local
924 return MaxUserSGPRs + MaxSystemSGPRs; in getMaxNumPreloadedSGPRs()