Searched refs:isDPP (Results 1 – 13 of 13) sorted by relevance
51 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()68 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoops()
351 static bool isDPP(const MachineInstr &MI) { in isDPP() function355 bool isDPP(uint16_t Opcode) const { in isDPP() function
86 if (instr->isDPP()) in operator ()()192 if (a->isDPP()) { in operator ()()
164 if (chip < GFX8 || instr->isDPP()) in can_use_SDWA()
596 } else if (instr->isDPP()) { in print_instr_format_specific()693 } else if (instr->isDPP()) { in aco_print_instr()
606 if (instr->isDPP() || instr->isSDWA()) in can_use_VOP3()909 can_use_mod = can_use_mod && (instr->isDPP() || can_use_VOP3(ctx, instr)); in label_instruction()912 if (!instr->isDPP() && !instr->isSDWA()) in label_instruction()915 if (instr->isDPP()) in label_instruction()931 if (!instr->isDPP() && !instr->isSDWA()) in label_instruction()934 if (instr->isDPP()) in label_instruction()3125 if (instr->isSDWA() || instr->isDPP() || (instr->isVOP3() && ctx.program->chip_class < GFX10)) in select_instruction()
942 constexpr bool isDPP() const noexcept in isDPP() function1348 if (isDPP() || isSDWA()) in usesModifiers()
364 if (instr->isDPP()) { in handle_instruction_gfx6()
628 } 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()
580 static bool isDPP(const MachineInstr &MI) { in isDPP() function584 bool isDPP(uint16_t Opcode) const { in isDPP() function
173 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()282 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoopsCommon()