Home
last modified time | relevance | path

Searched defs:dpp8 (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_ir.cpp361 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()
Daco_optimizer_postRA.cpp595 bool dpp8 = mov->isDPP8(); in try_combine_dpp() local
Daco_ir.h1352 DPP8_instruction& dpp8() noexcept in dpp8() function
1357 const DPP8_instruction& dpp8() const noexcept in dpp8() function
Daco_optimizer.cpp4634 bool dpp8 = info.is_dpp8(); in select_instruction() local
/external/mesa3d/src/amd/compiler/tests/
Dtest_optimizer.cpp1872 Temp dpp8 = bld.vop1_dpp8(aco_opcode::v_mov_b32, bld.def(v1), a); variable