Searched refs:isVOP3 (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer.cpp480 if (instr->isVOP3())
581 if (instr->isVOP3())
838 } else if (instr->isVOP3() && sel.size() == 2 &&
881 } else if (instr->isVOP3()) {
1052 else if (instr->isVOP3() && !instr->vop3().abs[i])
1080 } else if (!instr->isVOP3() && can_swap_operands(instr, &instr->opcode)) {
1454 VOP3_instruction* vop3 = instr->isVOP3() ? &instr->vop3() : NULL;
1787 if (op_instr[i]->isVOP3()) {
1900 if (cmp->isVOP3()) {
1993 if (nan_test->isVOP3()) {
[all...]
H A Daco_ir.cpp196 if (instr->isVOP3()) {
266 if (tmp->isVOP3()) {
315 if (instr->isVOP3()) {
353 if (tmp->isVOP3()) {
H A Daco_opt_value_numbering.cpp87 if (instr->isVOP3())
166 if (a->isVOP3()) {
H A Daco_validate.cpp143 if (instr->isVOP3() && instr->format != Format::VOP3) {
224 if (instr->isVOP3()) {
283 (!instr->isVOP3() || program->chip_class >= GFX10) &&
291 check(instr->isSALU() || instr->isVOP3() || instr->isVOP3P() || i == 0 || i == 2,
304 uint32_t scalar_mask = instr->isVOP3() || instr->isVOP3P() ? 0x7 : 0x5;
H A Daco_print_ir.cpp558 if (instr->isVOP3()) {
664 if (instr->isVOP3()) {
H A Daco_ir.h1265 assert(isVOP3());
1270 assert(isVOP3());
1273 constexpr bool isVOP3() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP3; } function in struct:aco::Instruction
1316 return isVOP1() || isVOP2() || isVOPC() || isVOP3() || isVOP3P();
1733 } else if (isVOP3()) {
H A Daco_insert_NOPs.cpp590 if (instr->isVOP3() && instr->definitions.size() == 2)
H A Daco_assembler.cpp586 if (instr->isVOP3()) {
H A Daco_register_allocation.cpp2775 !instr->isVOP3() &&

Completed in 23 milliseconds