Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1358 unsigned ConstantBusCount = 0; in legalizeScalarOperands() local
1368 if (ST.hasSDWAScalar() && ConstantBusCount == 0 && Op.isReg() && in legalizeScalarOperands()
1370 ++ConstantBusCount; in legalizeScalarOperands()
H A DSIInstrInfo.cpp5093 unsigned ConstantBusCount = 0; in verifyInstruction() local
5099 ++ConstantBusCount; in verifyInstruction()
5118 ++ConstantBusCount; in verifyInstruction()
5123 ++ConstantBusCount; in verifyInstruction()
5141 ++ConstantBusCount; in verifyInstruction()
5148 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) && in verifyInstruction()