Searched refs:copy_prop_var_state (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opt_copy_prop_vars.c | 74 struct copy_prop_var_state { struct 90 copy_entry_create(struct copy_prop_var_state *state, in copy_entry_create() argument 110 copy_entry_remove(struct copy_prop_var_state *state, struct copy_entry *entry) in copy_entry_remove() 221 remove_dead_writes(struct copy_prop_var_state *state, in remove_dead_writes() 259 lookup_entry_for_deref(struct copy_prop_var_state *state, in lookup_entry_for_deref() 272 mark_aliased_entries_as_read(struct copy_prop_var_state *state, in mark_aliased_entries_as_read() 282 get_entry_and_kill_aliases(struct copy_prop_var_state *state, in get_entry_and_kill_aliases() 318 apply_barrier_for_modes(struct copy_prop_var_state *state, in apply_barrier_for_modes() 329 store_to_entry(struct copy_prop_var_state *state, struct copy_entry *entry, in store_to_entry() 376 load_from_ssa_entry_value(struct copy_prop_var_state *state, in load_from_ssa_entry_value() [all …]
|