Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOPInstructions.td83 bit VOP3Only = 0, bit isVOP3P = 0, bit isVop3OpSel = 0> :
87 !if(!and(isVOP3P, P.IsPacked), P.InsVOP3P, P.Ins64)),
96 !if(!and(isVOP3P, P.IsPacked), P.AsmVOP3P, P.Asm64));
125 !if(isVOP3P,
DSIInstrInfo.h566 static bool isVOP3P(const MachineInstr &MI) { in isVOP3P() function
570 bool isVOP3P(uint16_t Opcode) const { in isVOP3P() function
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1221 assert(isVOP3P()); in vop3p()
1226 assert(isVOP3P()); in vop3p()
1229 constexpr bool isVOP3P() const noexcept { return format == Format::VOP3P; } in isVOP3P() function
1316 return isVOP1() || isVOP2() || isVOPC() || isVOP3() || isVOP3P(); in isVALU()
1722 if (isVOP3P()) { in usesModifiers()
Daco_validate.cpp274 (!instr->isVOP3P() || program->chip_class >= GFX10), in validate_ir()
281 check(instr->isSALU() || instr->isVOP3() || instr->isVOP3P() || i == 0 || i == 2, in validate_ir()
294 uint32_t scalar_mask = instr->isVOP3() || instr->isVOP3P() ? 0x7 : 0x5; in validate_ir()
Daco_optimizer.cpp483 if (instr->isVOP3P()) in can_use_VOP3()
1074 if (i == 0 || instr->isSDWA() || instr->isVOP3P() || in label_instruction()
1256 if (instr->isVOP3P()) { in label_instruction()
2761 if (sgpr_idx == 0 || instr->isVOP3() || instr->isSDWA() || instr->isVOP3P() || in apply_sgprs()
3206 assert(mul_instr->isVOP3P()); in combine_vop3p()
3276 if (instr->isVOP3P()) in combine_instruction()
3837 (instr->isVOP3P() && ctx.program->chip_class < GFX10)) in select_instruction()
3848 (ctx.program->chip_class >= GFX10 && (can_use_VOP3(ctx, instr) || instr->isVOP3P()))) in select_instruction()
Daco_print_ir.cpp704 if (instr->isVOP3P()) { in aco_print_instr()
Daco_assembler.cpp637 } else if (instr->isVOP3P()) { in emit_instruction()
Daco_register_allocation.cpp524 if (instr->isVOP3P()) { in add_subdword_operand()