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 DGCNSubtarget.cpp491 const unsigned MaxSystemSGPRs = 1 + // WorkGroupIDX in getMaxNumPreloadedSGPRs() local
500 return MaxUserSGPRs + MaxSystemSGPRs + SyntheticSGPRs; in getMaxNumPreloadedSGPRs()