Searched refs:isDPP (Results 1 – 8 of 8) sorted by relevance
208 if (gfx_level < GFX8 || gfx_level >= GFX11 || instr->isDPP() || instr->isVOP3P()) in can_use_SDWA()319 if (instr->isDPP()) in can_use_DPP()358 if (instr->isDPP()) in convert_to_DPP()758 if (instr->isDPP()) in can_swap_operands()
412 if (!instr->isVALU() || instr->isDPP()) in try_combine_dpp()421 if (mov->opcode != aco_opcode::v_mov_b32 || !mov->isDPP()) in try_combine_dpp()
522 if (instr->isDPP() || instr->isSDWA()) in can_use_VOP3()1356 if (!instr->isDPP() && !instr->isSDWA()) in label_instruction()1368 if (!instr->isDPP() && !instr->isSDWA()) in label_instruction()1774 if (!instr->isDPP() && !instr->isSDWA() && in label_instruction()2493 if (op1_instr->isDPP() || op2_instr->isDPP()) in match_op3_for_vop3()2606 if (instr->isSDWA() || instr->isDPP()) in combine_add_or_then_and_lshl()3714 } else if (conv->isDPP()) { in combine_mad_mix()3830 if (instr->isSDWA() || instr->isDPP()) in combine_instruction()3869 if (mul_instr->isSDWA() || mul_instr->isDPP() || mul_instr->isVOP3P()) in combine_instruction()3975 if (info.instr->isSDWA() || info.instr->isDPP() || !check_vop3_operands(ctx, 3, op) || in combine_instruction()[all …]
292 check(!instr->isDPP() && !instr->isSDWA() && in validate_ir()317 else if (instr->isDPP()) in validate_ir()
1325 constexpr bool isDPP() const noexcept { return isDPP16() || isDPP8(); } in isDPP() function1758 if (isDPP() || isSDWA()) in usesModifiers()
412 if (instr->isDPP()) { in handle_instruction_gfx6()
558 static bool isDPP(const MachineInstr &MI) { in isDPP() function562 bool isDPP(uint16_t Opcode) const { in isDPP() function
158 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()268 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoopsCommon()