Home
last modified time | relevance | path

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

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