Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp3970 int ConstantBusLimit = ST.getConstantBusLimit(MI.getOpcode()); in isOperandLegal() local
3988 if (--ConstantBusLimit <= 0) in isOperandLegal()
3993 if (--ConstantBusLimit <= 0) in isOperandLegal()
3999 if (--ConstantBusLimit <= 0) in isOperandLegal()
4164 int ConstantBusLimit = ST.getConstantBusLimit(Opc); in legalizeOperandsVOP3() local
4170 --ConstantBusLimit; in legalizeOperandsVOP3()
4183 if (LiteralLimit > 0 && ConstantBusLimit > 0) { in legalizeOperandsVOP3()
4185 --ConstantBusLimit; in legalizeOperandsVOP3()
4190 --ConstantBusLimit; in legalizeOperandsVOP3()
4208 if (ConstantBusLimit > 0) { in legalizeOperandsVOP3()
[all …]