Home
last modified time | relevance | path

Searched refs:IR3_INSTR_UNUSED (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_dce.c51 instr->flags &= ~IR3_INSTR_UNUSED; in instr_dce()
74 if (instr->flags & IR3_INSTR_UNUSED) { in remove_unused_by_block()
91 while (n->flags & IR3_INSTR_UNUSED) { in remove_unused_by_block()
133 instr->flags |= IR3_INSTR_UNUSED; in find_and_remove_unused()
184 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
190 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
196 if (in->flags & IR3_INSTR_UNUSED) in find_and_remove_unused()
Dir3_ra.c121 if (a->flags & IR3_INSTR_UNUSED) in instr_before()
184 while (f && (f->flags & IR3_INSTR_UNUSED)) { in get_definer()
1294 if (!instr || (instr->flags & IR3_INSTR_UNUSED)) in assign_arr_base()
1352 if (precolor[i] && !(precolor[i]->flags & IR3_INSTR_UNUSED)) { in ra_precolor()
Dir3_print.c75 if (instr->flags & IR3_INSTR_UNUSED) { in print_instr_name()
Dir3_sched.c358 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()
849 if (src->flags & IR3_INSTR_UNUSED) { in sched_node_add_dep()
Dir3_postsched.c547 if (src->flags & IR3_INSTR_UNUSED) in sched_dag_init()
Dir3.h232 IR3_INSTR_UNUSED= 0x8000, enumerator