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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_optimizer_postRA.cpp389 if (!instr->isVALU() || instr->isDPP() || !can_use_DPP(instr, false))
H A Daco_ir.cpp295 can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra) function in namespace:aco
H A Daco_ir.h1763 bool can_use_DPP(const aco_ptr<Instruction>& instr, bool pre_ra);
H A Daco_optimizer.cpp3818 (i == 0 || can_swap_operands(instr, &swapped_op)) && can_use_DPP(instr, true) &&
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst3550 - aco: add can_use_DPP() and convert_to_DPP()

Completed in 20 milliseconds