Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4036 unsigned SGPRCount = 0; in verifyInstruction() local
4048 ++SGPRCount; in verifyInstruction()
4052 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()