Home
last modified time | relevance | path

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

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