Lines Matching refs:isVOP3P
516 if (instr->isVOP3P()) in can_use_VOP3()
1380 if (instr->isVOP3P()) { in label_instruction()
1553 if (instr->isVOP3P()) { in label_instruction()
3115 if (sgpr_idx == 0 || instr->isVOP3() || instr->isSDWA() || instr->isVOP3P() || in apply_sgprs()
3182 bool can_use_omod = (can_vop3 || ctx.program->gfx_level >= GFX9) && !instr->isVOP3P(); in apply_omod_clamp()
3209 } else if (instr->isVOP3P()) { in apply_omod_clamp()
3567 assert(mul_instr->isVOP3P()); in combine_vop3p()
3682 if (!instr->isVOP3P()) in combine_output_conversion()
3730 if (!instr->isVOP3P()) { in combine_mad_mix()
3826 if (instr->isVOP3P() && instr->opcode != aco_opcode::v_fma_mix_f32 && in combine_instruction()
3869 if (mul_instr->isSDWA() || mul_instr->isDPP() || mul_instr->isVOP3P()) in combine_instruction()
3934 if (info.instr->isVOP3P() && info.instr->vop3p().clamp) in combine_instruction()
3937 if (info.instr->isVOP3P() && instr->isVOP3() && instr->vop3().omod) in combine_instruction()
3947 bool mad_mix = is_add_mix || info.instr->isVOP3P(); in combine_instruction()
4017 } else if (mul_instr->isVOP3P()) { in combine_instruction()
4042 } else if (instr->isVOP3P()) { in combine_instruction()
4067 if (add_instr->isVOP3P() || mul_instr->isVOP3P()) { in combine_instruction()
4379 else if (!instr->usesModifiers() && !instr->isVOP3P() && in select_instruction()
4535 (instr->isVOP3P() && ctx.program->gfx_level < GFX10)) in select_instruction()
4546 (ctx.program->gfx_level >= GFX10 && (can_use_VOP3(ctx, instr) || instr->isVOP3P()))) in select_instruction()