Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1210 unsigned ConstantBusCount = 0; in legalizeScalarOperands() local
1220 if (ST.hasSDWAScalar() && ConstantBusCount == 0 && Op.isReg() && in legalizeScalarOperands()
1222 ++ConstantBusCount; in legalizeScalarOperands()
H A DSIInstrInfo.cpp4908 unsigned ConstantBusCount = 0; in verifyInstruction() local
4914 ++ConstantBusCount; in verifyInstruction()
4933 ++ConstantBusCount; in verifyInstruction()
4938 ++ConstantBusCount; in verifyInstruction()
4956 ++ConstantBusCount; in verifyInstruction()
4963 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()