Lines Matching refs:isVOP3
480 if (instr->isVOP3())
581 if (instr->isVOP3())
838 } else if (instr->isVOP3() && sel.size() == 2 &&
881 } else if (instr->isVOP3()) {
1052 else if (instr->isVOP3() && !instr->vop3().abs[i])
1080 } else if (!instr->isVOP3() && can_swap_operands(instr, &instr->opcode)) {
1454 VOP3_instruction* vop3 = instr->isVOP3() ? &instr->vop3() : NULL;
1787 if (op_instr[i]->isVOP3()) {
1900 if (cmp->isVOP3()) {
1993 if (nan_test->isVOP3()) {
2026 if (cmp->isVOP3()) {
2078 if (cmp->isVOP3()) {
2144 VOP3_instruction* op1_vop3 = op1_instr->isVOP3() ? &op1_instr->vop3() : NULL;
2145 VOP3_instruction* op2_vop3 = op2_instr->isVOP3() ? &op2_instr->vop3() : NULL;
2303 if (instr->isVOP3())
2749 if (!info.is_extract() && num_sgprs && ctx.uses[sgpr_info_id] > 1 && !instr->isVOP3() &&
2761 if (sgpr_idx == 0 || instr->isVOP3() || instr->isSDWA() || instr->isVOP3P() ||
2886 if (instr->isVOP3() && sel.size() == 2 && !sel.sign_extend() &&
3311 if (mul_instr->isVOP3() && mul_instr->vop3().clamp)
3327 if (mul_instr->isVOP3()) {
3374 if (info.instr->isVOP3() && (info.instr->vop3().clamp || info.instr->vop3().omod))
3404 if (mul_instr->isVOP3()) {
3412 if (instr->isVOP3()) {
3462 else if (instr->opcode == aco_opcode::v_mul_f32 && !instr->isVOP3()) {
3840 if (instr->isSDWA() || (instr->isVOP3() && ctx.program->chip_class < GFX10) ||