Lines Matching refs:isLiteral
200 if (chip >= GFX8 && !op16.isLiteral() && op16.constantValue64() == constant) in set_constant()
203 if (!op32.isLiteral()) in set_constant()
486 if (instr->operands.size() && instr->operands[0].isLiteral() && ctx.program->chip_class < GFX10) in can_use_VOP3()
681 } else if (op.isLiteral()) { in check_vop3_operands()
2406 if (instr->operands[!i].isLiteral() && op2_instr->operands[0].isLiteral() && in combine_salu_n2()
2447 if (instr->operands[!i].isLiteral() && op2_instr->operands[0].isLiteral() && in combine_salu_lshl_add()
2482 (instr->operands[!i].isConstant() && !instr->operands[!i].isLiteral())) { in combine_add_sub_b2i()
2706 if (instr->operands[i].isLiteral()) in apply_sgprs()
2979 (instr->operands[!i].isConstant() && !instr->operands[!i].isLiteral())) { in combine_and_subbrev()
3309 if (mul_instr->operands[0].isLiteral()) in combine_instruction()
3867 if (op.isLiteral()) { in select_instruction()