Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1594 unsigned NumSGPRsMax = ST->getAddressableNumSGPRs(); in runOnMachineFunction() local
1596 assert(NumSGPRsMax <= SQ_MAX_PGM_SGPRS); in runOnMachineFunction()
1601 RegisterEncoding.SGPRL = RegisterEncoding.SGPR0 + NumSGPRsMax - 1; in runOnMachineFunction()