Home
last modified time | relevance | path

Searched refs:isDPP (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp208 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()
Daco_optimizer_postRA.cpp412 if (!instr->isVALU() || instr->isDPP()) in try_combine_dpp()
421 if (mov->opcode != aco_opcode::v_mov_b32 || !mov->isDPP()) in try_combine_dpp()
Daco_optimizer.cpp522 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 …]
Daco_validate.cpp292 check(!instr->isDPP() && !instr->isSDWA() && in validate_ir()
317 else if (instr->isDPP()) in validate_ir()
Daco_ir.h1325 constexpr bool isDPP() const noexcept { return isDPP16() || isDPP8(); } in isDPP() function
1758 if (isDPP() || isSDWA()) in usesModifiers()
Daco_insert_NOPs.cpp412 if (instr->isDPP()) { in handle_instruction_gfx6()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h558 static bool isDPP(const MachineInstr &MI) { in isDPP() function
562 bool isDPP(uint16_t Opcode) const { in isDPP() function
DGCNHazardRecognizer.cpp158 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
268 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoopsCommon()