Searched refs:IR3_INSTR_UNUSED (Results 1 – 6 of 6) sorted by relevance
51 instr->flags &= ~IR3_INSTR_UNUSED; in instr_dce()77 if (instr->flags & IR3_INSTR_UNUSED) { in remove_unused_by_block()127 instr->flags |= IR3_INSTR_UNUSED; in find_and_remove_unused()172 if (instr && (instr->flags & IR3_INSTR_UNUSED)) in find_and_remove_unused()178 if (instr && (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 (in->flags & IR3_INSTR_UNUSED) in find_and_remove_unused()
553 dst->instr->flags |= IR3_INSTR_UNUSED; in init_dst()702 val->def->instr->flags &= ~IR3_INSTR_UNUSED; in set_src_val()737 reg->instr->flags &= ~IR3_INSTR_UNUSED; in spill()1289 pcopy->flags |= IR3_INSTR_UNUSED; in handle_pcopy()1627 phi->flags |= IR3_INSTR_UNUSED; in rewrite_phi()1880 phi->flags |= IR3_INSTR_UNUSED; in simplify_phi_node()1932 if (instr->opc == OPC_META_PHI || (instr->flags & IR3_INSTR_UNUSED)) in simplify_phi_nodes()1949 if (instr->flags & IR3_INSTR_UNUSED) { in simplify_phi_nodes()1967 instr->flags &= ~IR3_INSTR_UNUSED; in unmark_dead()1980 if (instr->flags & IR3_INSTR_UNUSED) in cleanup_dead()
509 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()1040 if (src->flags & IR3_INSTR_UNUSED) { in sched_node_add_dep()
79 if (instr->flags & IR3_INSTR_UNUSED) { in print_instr_name()
594 if (src->flags & IR3_INSTR_UNUSED) in sched_dag_init()
320 IR3_INSTR_UNUSED = 0x08000, enumerator