Searched refs:can_swap_operands (Results 1 – 6 of 6) sorted by relevance
412 if (i && !can_swap_operands(instr, &instr->opcode)) in try_combine_dpp()
674 can_swap_operands(aco_ptr<Instruction>& instr, aco_opcode* new_op) in can_swap_operands() function
1080 } 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()
1776 bool can_swap_operands(aco_ptr<Instruction>& instr, aco_opcode* new_op);
3843 - aco: add more opcodes to can_swap_operands3884 - aco: add 32-bit integer addition to can_swap_operands
2852 - aco: add integer min/max to can_swap_operands