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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1186 unsigned ConstantBusCount = 0; local
1196 if (ST.hasSDWAScalar() && ConstantBusCount == 0 && Op.isReg() &&
1198 ++ConstantBusCount;
H A DSIInstrInfo.cpp3748 unsigned ConstantBusCount = 0; local
3752 ++ConstantBusCount;
3757 ++ConstantBusCount;
3771 ++ConstantBusCount;
3775 ++ConstantBusCount;
3783 if (ConstantBusCount > ST.getConstantBusLimit(Opcode) &&

Completed in 50 milliseconds