Searched refs:IR3_INSTR_UNUSED (Results 1 – 6 of 6) sorted by relevance
51 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()
121 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()
75 if (instr->flags & IR3_INSTR_UNUSED) { in print_instr_name()
358 if (baryf->flags & IR3_INSTR_UNUSED) in check_instr()849 if (src->flags & IR3_INSTR_UNUSED) { in sched_node_add_dep()
547 if (src->flags & IR3_INSTR_UNUSED) in sched_dag_init()
232 IR3_INSTR_UNUSED= 0x8000, enumerator