Home
last modified time | relevance | path

Searched refs:is_rel (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_def_use.cpp102 if (v->is_rel()) { in process_defs()
114 if (v->is_rel()) { in process_uses()
132 if (!v || !v->is_rel()) in process_uses()
Dsb_ssa_builder.cpp56 if (v->is_rel()) { in add_defs()
345 if (v->is_rel()) { in rename_src_vec()
370 if (v->is_rel()) { in rename_dst_vec()
Dsb_ra_checker.cpp125 if (v->is_rel()) { in check_src_vec()
165 } else if (v->is_rel()) { in process_op_dst()
Dsb_gcm.cpp235 if (v->is_rel()) in td_release_uses()
481 if (v->is_rel()) { in bu_release_defs()
693 if (v->is_rel()) in get_uc_vec()
773 if (v->is_rel()) { in get_dc_vec()
Dsb_liveness.cpp258 if (v->is_rel()) { in remove_vec()
288 if (v->is_rel()) { in add_vec()
Dsb_sched.cpp473 if (!v->is_any_gpr() && !v->is_rel()) in try_reserve()
753 if (v->is_rel()) { in init_uc_vec()
1030 } else if (v->is_rel()) { in update_live_src_vec()
1044 if (v->is_rel()) { in update_live_dst_vec()
1388 if (!d->is_rel()) { in unmap_dst()
1488 if ((!v->is_any_gpr() || !v->is_fixed()) && !v->is_rel()) in map_src_vec()
1491 if (v->is_rel()) { in map_src_vec()
1935 if (v->is_rel()) { in release_src_vec()
Dsb_dce_cleanup.cpp156 if (v->is_dead() || (remove_unused && !v->is_rel() && !v->uses.size())) in cleanup_dst_vec()
Dsb_shader.cpp69 if (!v->is_rel()) { in add_pinned_gpr_values()
240 assert(!v->is_readonly() && !v->is_rel()); in set_undef()
367 assert(!v->is_readonly() && !v->is_rel()); in get_value_version()
Dsb_gvn.cpp139 if (rewrite && !v->gvn_source->is_rel()) { in process_src()
Dsb_valtable.cpp120 if (v.is_rel()) { in operator <<()
186 if (is_rel()) in hash()
Dsb_dump.cpp324 if (!v || !v->is_rel()) in dump_rels()
Dsb_expr.cpp85 if (l->is_rel() && r->is_rel()) in equal()
Dsb_ra_init.cpp811 if (s->is_rel()) { in split_vector_inst()
Dsb_bc_finalize.cpp329 if (d && d->is_rel() && d->rel && !d->rel->is_const()) { in finalize_alu_group()
Dsb_bc_parser.cpp491 if (d->is_rel()) { in prepare_alu_group()
Dsb_ir.h545 bool is_rel() { return kind == VLK_REL_REG; } in is_rel() function