Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4987 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal() local
5005 if (--ConstantBusLimit <= 0) in isOperandLegal()
5014 if (--ConstantBusLimit <= 0) in isOperandLegal()
5213 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3() local
5219 --ConstantBusLimit; in legalizeOperandsVOP3()
5231 if (LiteralLimit > 0 && ConstantBusLimit > 0) { in legalizeOperandsVOP3()
5233 --ConstantBusLimit; in legalizeOperandsVOP3()
5238 --ConstantBusLimit; in legalizeOperandsVOP3()
5256 if (ConstantBusLimit > 0) { in legalizeOperandsVOP3()
5258 --ConstantBusLimit; in legalizeOperandsVOP3()
H A DVOP3Instructions.td454 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
459 if (++ConstantBusUses > ConstantBusLimit)