Home
last modified time | relevance | path

Searched refs:is_mad (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_cp.c268 if (!is_mad(instr->opc)) in try_swap_mad_two_srcs()
432 (is_mad(instr->opc) && (n == 0))); in reg_cp()
Dir3_delay.c109 } else if ((is_mad(consumer->opc) || is_madsh(consumer->opc)) && in ir3_delayslots()
Dinstr-a3xx.h1041 static inline bool is_mad(opc_t opc) in is_mad() function
/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp321 bool is_mad() in is_mad() function
2578 assert(!ctx.info[instr->definitions[0].tempId()].is_mad()); in apply_omod_clamp()
3025 if (!instr->definitions.empty() && ctx.info[instr->definitions[0].tempId()].is_mad()) { in select_instruction()
3209 if (!instr->definitions.empty() && ctx.info[instr->definitions[0].tempId()].is_mad()) { in apply_literals()