Lines Matching refs:isVOP3
600 if (instr->isVOP3()) in can_use_VOP3()
635 if (instr->isVOP3()) in to_VOP3()
951 } else if (!instr->isVOP3() && can_swap_operands(instr)) { in label_instruction()
1650 if (op_instr[i]->isVOP3()) { in combine_ordering_test()
1765 if (cmp->isVOP3()) { in combine_comparison_ordering()
1853 if (nan_test->isVOP3()) { in combine_constant_comparison_ordering()
1884 if (cmp->isVOP3()) { in combine_constant_comparison_ordering()
1933 if (cmp->isVOP3()) { in combine_inverse_comparison()
1988 …VOP3A_instruction *op1_vop3 = op1_instr->isVOP3() ? static_cast<VOP3A_instruction *>(op1_instr) : … in match_op3_for_vop3()
1989 …VOP3A_instruction *op2_vop3 = op2_instr->isVOP3() ? static_cast<VOP3A_instruction *>(op2_instr) : … in match_op3_for_vop3()
2499 if (num_sgprs && ctx.uses[sgpr_info_id] > 1 && !instr->isVOP3() && !instr->isSDWA()) in apply_sgprs()
2507 if (sgpr_idx == 0 || instr->isVOP3() || instr->isSDWA()) { in apply_sgprs()
2679 if (mul_instr->isVOP3() && static_cast<VOP3A_instruction*>(mul_instr)->clamp) in combine_instruction()
2694 if (mul_instr->isVOP3()) { in combine_instruction()
2768 if (mul_instr->isVOP3()) { in combine_instruction()
2788 if (instr->isVOP3()) { in combine_instruction()
2833 else if (instr->opcode == aco_opcode::v_mul_f32 && !instr->isVOP3()) { in combine_instruction()
3125 if (instr->isSDWA() || instr->isDPP() || (instr->isVOP3() && ctx.program->chip_class < GFX10)) in select_instruction()