Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DGCNHazardRecognizer.cpp51 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
68 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoops()
DSIInstrInfo.h351 static bool isDPP(const MachineInstr &MI) { in isDPP() function
355 bool isDPP(uint16_t Opcode) const { in isDPP() function
/external/mesa3d/src/amd/compiler/
Daco_opt_value_numbering.cpp86 if (instr->isDPP()) in operator ()()
192 if (a->isDPP()) { in operator ()()
Daco_ir.cpp164 if (chip < GFX8 || instr->isDPP()) in can_use_SDWA()
Daco_print_ir.cpp596 } else if (instr->isDPP()) { in print_instr_format_specific()
693 } else if (instr->isDPP()) { in aco_print_instr()
Daco_optimizer.cpp606 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()
Daco_ir.h942 constexpr bool isDPP() const noexcept in isDPP() function
1348 if (isDPP() || isSDWA()) in usesModifiers()
Daco_insert_NOPs.cpp364 if (instr->isDPP()) { in handle_instruction_gfx6()
Daco_assembler.cpp628 } else if (instr->isDPP()){ in emit_instruction()
/external/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()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h580 static bool isDPP(const MachineInstr &MI) { in isDPP() function
584 bool isDPP(uint16_t Opcode) const { in isDPP() function
DGCNHazardRecognizer.cpp173 if (SIInstrInfo::isDPP(*MI) && checkDPPHazards(MI) > 0) in getHazardType()
282 if (SIInstrInfo::isDPP(*MI)) in PreEmitNoopsCommon()