Lines Matching refs:isVOP3
480 if (instr->isVOP3()) in can_use_VOP3()
581 if (instr->isVOP3()) in to_VOP3()
838 } else if (instr->isVOP3() && sel.size() == 2 && in can_apply_extract()
881 } else if (instr->isVOP3()) { in apply_extract()
1052 else if (instr->isVOP3() && !instr->vop3().abs[i]) in label_instruction()
1080 } else if (!instr->isVOP3() && can_swap_operands(instr, &instr->opcode)) { in label_instruction()
1454 VOP3_instruction* vop3 = instr->isVOP3() ? &instr->vop3() : NULL; in label_instruction()
1787 if (op_instr[i]->isVOP3()) { in combine_ordering_test()
1900 if (cmp->isVOP3()) { in combine_comparison_ordering()
1993 if (nan_test->isVOP3()) { in combine_constant_comparison_ordering()
2026 if (cmp->isVOP3()) { in combine_constant_comparison_ordering()
2078 if (cmp->isVOP3()) { in combine_inverse_comparison()
2144 VOP3_instruction* op1_vop3 = op1_instr->isVOP3() ? &op1_instr->vop3() : NULL; in match_op3_for_vop3()
2145 VOP3_instruction* op2_vop3 = op2_instr->isVOP3() ? &op2_instr->vop3() : NULL; in match_op3_for_vop3()
2303 if (instr->isVOP3()) in combine_add_or_then_and_lshl()
2749 if (!info.is_extract() && num_sgprs && ctx.uses[sgpr_info_id] > 1 && !instr->isVOP3() && in apply_sgprs()
2761 if (sgpr_idx == 0 || instr->isVOP3() || instr->isSDWA() || instr->isVOP3P() || in apply_sgprs()
2886 if (instr->isVOP3() && sel.size() == 2 && !sel.sign_extend() && in apply_insert()
3311 if (mul_instr->isVOP3() && mul_instr->vop3().clamp) in combine_instruction()
3327 if (mul_instr->isVOP3()) { in combine_instruction()
3370 if (info.instr->isVOP3() && (info.instr->vop3().clamp || info.instr->vop3().omod)) in combine_instruction()
3400 if (mul_instr->isVOP3()) { in combine_instruction()
3408 if (instr->isVOP3()) { in combine_instruction()
3458 else if (instr->opcode == aco_opcode::v_mul_f32 && !instr->isVOP3()) { in combine_instruction()
3836 if (instr->isSDWA() || (instr->isVOP3() && ctx.program->chip_class < GFX10) || in select_instruction()