Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp2488 unsigned NumSGPRsMax = ST->getAddressableNumSGPRs(); in runOnMachineFunction() local
2490 assert(NumSGPRsMax <= SQ_MAX_PGM_SGPRS); in runOnMachineFunction()
2498 Encoding.SGPRL = Encoding.SGPR0 + NumSGPRsMax - 1; in runOnMachineFunction()