Searched refs:can_swap_operands (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp412 if (i && !can_swap_operands(instr, &instr->opcode))
H A Daco_ir.cpp674 can_swap_operands(aco_ptr<Instruction>& instr, aco_opcode* new_op) function in namespace:aco
H A Daco_optimizer.cpp1080 } else if (!instr->isVOP3() && can_swap_operands(instr, &instr->opcode)) {
2769 } else if (can_swap_operands(instr, &instr->opcode)) {
3818 (i == 0 || can_swap_operands(instr, &swapped_op)) && can_use_DPP(instr, true) &&
H A Daco_ir.h1776 bool can_swap_operands(aco_ptr<Instruction>& instr, aco_opcode* new_op);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst3843 - aco: add more opcodes to can_swap_operands
3884 - aco: add 32-bit integer addition to can_swap_operands
H A D20.0.0.rst2852 - aco: add integer min/max to can_swap_operands

Completed in 24 milliseconds