Searched defs:dpp8 (Results 1 – 5 of 5) sorted by relevance
361 can_use_DPP(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool dpp8) in can_use_DPP()439 convert_to_DPP(amd_gfx_level gfx_level, aco_ptr<Instruction>& instr, bool dpp8) in convert_to_DPP()
595 bool dpp8 = mov->isDPP8(); in try_combine_dpp() local
1352 DPP8_instruction& dpp8() noexcept in dpp8() function1357 const DPP8_instruction& dpp8() const noexcept in dpp8() function
4634 bool dpp8 = info.is_dpp8(); in select_instruction() local
1872 Temp dpp8 = bld.vop1_dpp8(aco_opcode::v_mov_b32, bld.def(v1), a); variable