Home
last modified time | relevance | path

Searched refs:nir_compare_derefs_and_paths (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_deref.h74 nir_deref_compare_result nir_compare_derefs_and_paths(void *mem_ctx,
H A Dnir_opt_copy_prop_vars.c458 nir_compare_derefs_and_paths(state->mem_ctx, &iter->dst, deref); in lookup_entry_for_deref()
484 nir_compare_derefs_and_paths(state->mem_ctx, &iter->dst, deref); in lookup_entry_and_kill_aliases_copy_array()
1238 nir_compare_derefs_and_paths(state->mem_ctx, &src, &dst); in copy_prop_vars_block()
1264 comp = nir_compare_derefs_and_paths(state->mem_ctx, &value.deref, &dst); in copy_prop_vars_block()
H A Dnir_deref.c776 nir_compare_derefs_and_paths(void *mem_ctx, in nir_compare_derefs_and_paths() function