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 D | nir_deref.h | 74 nir_deref_compare_result nir_compare_derefs_and_paths(void *mem_ctx,
|
H A D | nir_opt_copy_prop_vars.c | 458 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 D | nir_deref.c | 776 nir_compare_derefs_and_paths(void *mem_ctx, in nir_compare_derefs_and_paths() function
|