Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_dce.c51 instr->flags &= ~IR3_INSTR_UNUSED; in instr_dce()
75 if (instr->flags & IR3_INSTR_UNUSED) { in remove_unused_by_block()
118 instr->flags |= IR3_INSTR_UNUSED; in find_and_remove_unused()
163 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
169 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
175 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()
181 if (in->flags & IR3_INSTR_UNUSED) in find_and_remove_unused()
Dir3_spill.c1198 pcopy->flags |= IR3_INSTR_UNUSED; in handle_pcopy()
1531 phi->flags |= IR3_INSTR_UNUSED; in rewrite_phi()
1782 phi->flags |= IR3_INSTR_UNUSED; in simplify_phi_node()
1818 if (instr->opc == OPC_META_PHI || (instr->flags & IR3_INSTR_UNUSED)) in simplify_phi_nodes()
1831 if (instr->flags & IR3_INSTR_UNUSED) in simplify_phi_nodes()
1847 instr->flags &= ~IR3_INSTR_UNUSED; in unmark_dead()
1860 if (instr->flags & IR3_INSTR_UNUSED) in cleanup_dead()
Dir3_sched.c470 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()
982 if (src->flags & IR3_INSTR_UNUSED) { in sched_node_add_dep()
Dir3_print.c79 if (instr->flags & IR3_INSTR_UNUSED) { in print_instr_name()
Dir3_postsched.c587 if (src->flags & IR3_INSTR_UNUSED) in sched_dag_init()
Dir3.h295 IR3_INSTR_UNUSED = 0x10000, enumerator