Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1166 unsigned ConstantBusCount = 0; in legalizeScalarOperands() local
1176 if (ST.hasSDWAScalar() && ConstantBusCount == 0 && Op.isReg() && in legalizeScalarOperands()
1178 ++ConstantBusCount; in legalizeScalarOperands()
H A DSIInstrInfo.cpp4024 unsigned ConstantBusCount = 0; in verifyInstruction() local
4029 ++ConstantBusCount; in verifyInstruction()
4044 ++ConstantBusCount; in verifyInstruction()
4049 ++ConstantBusCount; in verifyInstruction()
4067 ++ConstantBusCount; in verifyInstruction()
4074 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()