Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1156 unsigned ConstantBusCount = 0; in legalizeScalarOperands() local
1166 if (ST.hasSDWAScalar() && ConstantBusCount == 0 && Op.isReg() && in legalizeScalarOperands()
1168 ++ConstantBusCount; in legalizeScalarOperands()
H A DSIInstrInfo.cpp4378 unsigned ConstantBusCount = 0; in verifyInstruction() local
4384 ++ConstantBusCount; in verifyInstruction()
4403 ++ConstantBusCount; in verifyInstruction()
4408 ++ConstantBusCount; in verifyInstruction()
4426 ++ConstantBusCount; in verifyInstruction()
4433 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()