Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_liveness.c66 src->flags &= ~IR3_REG_FIRST_KILL; in compute_block_liveness()
68 src->flags |= IR3_REG_FIRST_KILL; in compute_block_liveness()
Dir3_ra.c1218 if (!(src->flags & IR3_REG_FIRST_KILL) || interval->is_killed || in mark_src_killed()
1310 if (src->flags & IR3_REG_FIRST_KILL) in assign_src()
1431 if (src->flags & IR3_REG_FIRST_KILL) { in handle_collect()
1620 if (src->flags & IR3_REG_FIRST_KILL) in handle_chmask()
2185 if (src->flags & IR3_REG_FIRST_KILL) in calc_min_limit_pressure()
Dir3_print.c239 if (reg->flags & IR3_REG_FIRST_KILL) in print_reg_name()
Dir3_spill.c967 if (tied_src && !(tied_src->flags & IR3_REG_FIRST_KILL)) in handle_instr()
984 if (src->flags & IR3_REG_FIRST_KILL) in handle_instr()
1001 if (src->flags & IR3_REG_FIRST_KILL) in handle_instr()
Dir3.h144 IR3_REG_FIRST_KILL = 0x20000, enumerator