Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp5104 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal() local
5123 if (--ConstantBusLimit <= 0) in isOperandLegal()
5132 if (--ConstantBusLimit <= 0) in isOperandLegal()
5330 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3() local
5336 --ConstantBusLimit; in legalizeOperandsVOP3()
5348 if (LiteralLimit > 0 && ConstantBusLimit > 0) { in legalizeOperandsVOP3()
5350 --ConstantBusLimit; in legalizeOperandsVOP3()
5355 --ConstantBusLimit; in legalizeOperandsVOP3()
5373 if (ConstantBusLimit > 0) { in legalizeOperandsVOP3()
5375 --ConstantBusLimit; in legalizeOperandsVOP3()
H A DVOP3Instructions.td457 const int ConstantBusLimit = Subtarget->getConstantBusLimit(AMDGPU::V_ADD3_U32_e64);
462 if (++ConstantBusUses > ConstantBusLimit)