Searched refs:can_use_DPP (Results 1 – 5 of 5) sorted by relevance
424 if (!can_use_DPP(instr, false, dpp8)) in try_combine_dpp()
315 can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra, bool dpp8) in can_use_DPP() function
1802 bool can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra, bool dpp8);
4502 can_use_DPP(instr, true, info.is_dpp8()) && !instr->isDPP()) { in select_instruction()
3550 - aco: add can_use_DPP() and convert_to_DPP()