Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_cp.c276 if (!is_mad(instr->opc)) in try_swap_mad_two_srcs()
450 (is_mad(instr->opc) && (n == 0))); in reg_cp()
Dir3_delay.c102 if ((is_mad(consumer->opc) || is_madsh(consumer->opc)) && (n == 2)) { in ir3_delayslots()
Dinstr-a3xx.h541 is_mad(opc_t opc) in is_mad() function
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp292 bool is_mad() { return label & label_mad; } in is_mad() function
2845 assert(!ctx.info[instr->definitions[0].tempId()].is_mad()); in apply_omod_clamp()
2881 assert(!ctx.info[instr->definitions[0].tempId()].is_mad()); in apply_insert()
3695 if (!instr->definitions.empty() && ctx.info[instr->definitions[0].tempId()].is_mad()) { in select_instruction()
3921 if (!instr->definitions.empty() && ctx.info[instr->definitions[0].tempId()].is_mad()) { in apply_literals()