Searched refs:isDPP (Results 1 – 11 of 11) sorted by relevance
190 if (chip < GFX8 || instr->isDPP()) in can_use_SDWA()299 if (instr->isDPP()) in can_use_DPP()336 if (instr->isDPP()) in convert_to_DPP()676 if (instr->isDPP()) in can_swap_operands()
389 if (!instr->isVALU() || instr->isDPP() || !can_use_DPP(instr, false)) in try_combine_dpp()398 if (mov->opcode != aco_opcode::v_mov_b32 || !mov->isDPP()) in try_combine_dpp()
489 if (instr->isDPP() || instr->isSDWA()) in can_use_VOP3()1035 can_use_mod = can_use_mod && (instr->isDPP() || can_use_VOP3(ctx, instr)); in label_instruction()1045 if (!instr->isDPP() && !instr->isSDWA()) in label_instruction()1048 if (instr->isDPP() && !instr->dpp().abs[i]) in label_instruction()1056 if (!instr->isDPP() && !instr->isSDWA()) in label_instruction()1059 if (instr->isDPP()) in label_instruction()1428 if (instr->isDPP()) { in label_instruction()1449 if (!instr->isDPP() && !instr->isSDWA() && in label_instruction()2099 } else if (cmp->isDPP()) { in combine_inverse_comparison()2149 if (op1_instr->isDPP() || op2_instr->isDPP()) in match_op3_for_vop3()[all …]
90 if (instr->isDPP()) in operator ()()175 if (a->isDPP()) { in operator ()()
1287 assert(isDPP()); in dpp()1292 assert(isDPP()); in dpp()1295 constexpr bool isDPP() const noexcept { return (uint16_t)format & (uint16_t)Format::DPP; } in isDPP() function1719 if (isDPP() || isSDWA()) in usesModifiers()
569 } else if (instr->isDPP()) { in print_instr_format_specific()671 } else if (instr->isDPP()) { in aco_print_instr()
272 check(!instr->isDPP() && !instr->isSDWA() && in validate_ir()297 else if (instr->isDPP()) in validate_ir()
406 if (instr->isDPP()) { in handle_instruction_gfx6()
665 } else if (instr->isDPP()) { in emit_instruction()
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()