Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gvn.cpp136 if (!v->gvn_source) in process_src()
139 if (rewrite && !v->gvn_source->is_rel()) { in process_src()
140 v = v->gvn_source; in process_src()
153 if (!v->gvn_source) in process_alu_src_constants()
158 if (v->gvn_source->is_kcache()) in process_alu_src_constants()
159 kc.try_reserve(v->gvn_source->select); in process_alu_src_constants()
197 if (rewrite && v->gvn_source && v->gvn_source->is_readonly() && in process_op()
200 } else if (rewrite && v->gvn_source && v->gvn_source->is_const() && in process_op()
Dsb_dce_cleanup.cpp153 if (v->gvn_source && v->gvn_source->is_dead()) in cleanup_dst_vec()
154 v->gvn_source = NULL; in cleanup_dst_vec()
Dsb_valtable.cpp132 if (v->gvn_source) { in add_value()
149 dump::dump_val(v->gvn_source); in add_value()
163 v->gvn_source = c->gvn_source; in add_value()
167 dump::dump_val(v->gvn_source); in add_value()
174 v->gvn_source = v; in add_value()
Dsb_ir.h476 gvn_source(), ghash(), in kind()
498 value *gvn_source; variable
525 while (v->gvn_source && v != v->gvn_source) in gvalue()
527 v = v->gvn_source; in gvalue()
595 assert(!gvn_source || gvn_source == this); in assign_source()
596 gvn_source = v->gvalue(); in assign_source()
Dsb_expr.cpp64 if (!v->gvn_source) in get_const()
70 dst->gvn_source = src->gvn_source; in assign_source()
131 assert(!v->gvn_source); in try_fold()
136 if (v->gvn_source) in try_fold()
170 assert(s->gvn_source); in fold()
Dsb_shader.cpp231 if (!undefined->gvn_source) in set_undef()
241 v->gvn_source = undefined->gvn_source; in set_undef()