Home
last modified time | relevance | path

Searched refs:can_use_DPP (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp389 if (!instr->isVALU() || instr->isDPP() || !can_use_DPP(instr, false)) in try_combine_dpp()
Daco_ir.cpp295 can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra) in can_use_DPP() function
Daco_ir.h1763 bool can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra);
Daco_optimizer.cpp3814 (i == 0 || can_swap_operands(instr, &swapped_op)) && can_use_DPP(instr, true) && in select_instruction()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst3550 - aco: add can_use_DPP() and convert_to_DPP()