Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h113 TRAP_NUM_SGPRS = 16 enumerator
H A DAMDGPUBaseInfo.cpp1039 MinNumSGPRs -= std::min(MinNumSGPRs, (unsigned)TRAP_NUM_SGPRS); in getMinNumSGPRs()
1056 MaxNumSGPRs -= std::min(MaxNumSGPRs, (unsigned)TRAP_NUM_SGPRS); in getMaxNumSGPRs()