Searched refs:is_tex_or_prefetch (Results 1 – 8 of 8) sorted by relevance
80 if (src && is_tex_or_prefetch(src) && (src->regs[0]->wrmask > 1)) { in remove_unused_by_block()172 if (!is_tex_or_prefetch(src)) in find_and_remove_unused()
110 if (is_tex_or_prefetch(instr)) { in schedule()112 } else if (check_src_cond(instr, is_tex_or_prefetch)) { in schedule()151 if (check_src_cond(instr, is_tex_or_prefetch)) in would_sync()
219 if (is_tex_or_prefetch(instr)) { in schedule()228 } else if (check_src_cond(instr, is_tex_or_prefetch)) { in schedule()456 if (check_src_cond(instr, is_tex_or_prefetch)) in would_sync()999 if (is_tex_or_prefetch(instr)) in sched_block()
315 if (ctx->scalar_pass && is_tex_or_prefetch(instr) && in __ra_init_def_itr()
726 if (is_tex_or_prefetch(instr)) { in ra_block_compute_live_ranges()1157 if (ctx->scalar_pass && is_tex_or_prefetch(id->defn)) { in reg_assign()1430 if (is_tex_or_prefetch(instr) && in precolor()
239 if (is_tex_or_prefetch(n)) { in legalize_block()
754 static inline bool is_tex_or_prefetch(struct ir3_instruction *instr) in is_tex_or_prefetch() function1330 if (is_tex_or_prefetch(instr)) in ir3_has_latency_to_hide()
3634 - freedreno/ir3: add is_tex_or_prefetch()