Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4852 unsigned SGPRCount = 0; in verifyInstruction() local
4864 ++SGPRCount; in verifyInstruction()
4868 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()