Searched refs:isVOP3 (Results 1 – 14 of 14) sorted by relevance
170 if (instr->isVOP3()) { in can_use_SDWA()235 if (tmp->isVOP3()) { in convert_to_SDWA()
600 if (instr->isVOP3()) in can_use_VOP3()635 if (instr->isVOP3()) in to_VOP3()951 } else if (!instr->isVOP3() && can_swap_operands(instr)) { in label_instruction()1650 if (op_instr[i]->isVOP3()) { in combine_ordering_test()1765 if (cmp->isVOP3()) { in combine_comparison_ordering()1853 if (nan_test->isVOP3()) { in combine_constant_comparison_ordering()1884 if (cmp->isVOP3()) { in combine_constant_comparison_ordering()1933 if (cmp->isVOP3()) { in combine_inverse_comparison()1988 …VOP3A_instruction *op1_vop3 = op1_instr->isVOP3() ? static_cast<VOP3A_instruction *>(op1_instr) : … in match_op3_for_vop3()1989 …VOP3A_instruction *op2_vop3 = op2_instr->isVOP3() ? static_cast<VOP3A_instruction *>(op2_instr) : … in match_op3_for_vop3()[all …]
194 if (instr->isVOP3()) { in validate_ir()243 (instr->isVOP3() && program->chip_class >= GFX10), in validate_ir()248 …check(!instr->isVALU() || instr->isVOP3() || i == 0 || i == 2, "Wrong source position for Literal … in validate_ir()260 uint32_t scalar_mask = instr->isVOP3() ? 0x7 : 0x5; in validate_ir()
83 if (instr->isVOP3()) in operator ()()180 if (a->isVOP3()) { in operator ()()
947 constexpr bool isVOP3() const noexcept in isVOP3() function1358 } else if (isVOP3()) { in usesModifiers()
579 if (instr->isVOP3()) { in print_instr_format_specific()
545 if (instr->isVOP3() && instr->definitions.size() == 2) in VALU_writes_sgpr()
2326 bool instr_needs_vop3 = !instr->isVOP3() && in register_allocation()
263 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function267 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
985 if (NewMI || !Src1.isImm() || (!isVOP2(MI) && !isVOP3(MI))) { in commuteInstructionImpl()1055 if (!isVOP2(MI.getOpcode()) && !isVOP3(MI.getOpcode())) in findCommutedOpIndices()1722 if (isVOP1(MI) || isVOP2(MI) || isVOP3(MI) || isVOPC(MI)) { in verifyInstruction()2216 if (isVOP3(MI)) { in legalizeOperands()
3240 if (TII->isVOP3(MI.getOpcode())) { in AdjustInstrPostInstrSelection()
380 static bool isVOP3(const MachineInstr &MI) { in isVOP3() function384 bool isVOP3(uint16_t Opcode) const { in isVOP3() function
2811 && (isVOP1(MI) || isVOP2(MI) || isVOP3(MI) || isVOPC(MI) || isSDWA(MI))) { in verifyInstruction()2847 if (isVOP3(MI) && LiteralCount) { in verifyInstruction()3489 if (isVOP3(MI)) { in legalizeOperands()
8187 if (TII->isVOP3(MI.getOpcode())) { in AdjustInstrPostInstrSelection()