Searched refs:can_use_DPP (Results 1 – 5 of 5) sorted by relevance
389 if (!instr->isVALU() || instr->isDPP() || !can_use_DPP(instr, false)) in try_combine_dpp()
295 can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra) in can_use_DPP() function
1763 bool can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra);
3814 (i == 0 || can_swap_operands(instr, &swapped_op)) && can_use_DPP(instr, true) && in select_instruction()
3550 - aco: add can_use_DPP() and convert_to_DPP()