Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5628 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal() local
5647 if (--ConstantBusLimit <= 0) in isOperandLegal()
5655 if (--ConstantBusLimit <= 0) in isOperandLegal()
5881 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3() local
5887 --ConstantBusLimit; in legalizeOperandsVOP3()
5899 if (LiteralLimit > 0 && ConstantBusLimit > 0) { in legalizeOperandsVOP3()
5901 --ConstantBusLimit; in legalizeOperandsVOP3()
5906 --ConstantBusLimit; in legalizeOperandsVOP3()
5924 if (ConstantBusLimit > 0) { in legalizeOperandsVOP3()
5926 --ConstantBusLimit; in legalizeOperandsVOP3()
H A DVOP3Instructions.td489 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
494 if (++ConstantBusUses > ConstantBusLimit)