Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1164 unsigned ConstantBusCount = 0; in legalizeScalarOperands() local
1174 if (ST.hasSDWAScalar() && ConstantBusCount == 0 && Op.isReg() && in legalizeScalarOperands()
1176 ++ConstantBusCount; in legalizeScalarOperands()
H A DSIInstrInfo.cpp3030 unsigned ConstantBusCount = 0; in verifyInstruction() local
3034 ++ConstantBusCount; in verifyInstruction()
3038 ++ConstantBusCount; in verifyInstruction()
3047 ++ConstantBusCount; in verifyInstruction()
3050 ++ConstantBusCount; in verifyInstruction()
3055 if (ConstantBusCount > 1) { in verifyInstruction()