Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4448 unsigned SGPRCount = 0; in verifyInstruction() local
4460 ++SGPRCount; in verifyInstruction()
4464 if (SGPRCount > ST.getConstantBusLimit(Opcode)) { in verifyInstruction()