Home
last modified time | relevance | path

Searched refs:store_entry (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c698 struct copy_entry *store_entry = in copy_prop_vars_block() local
700 if (!store_entry) in copy_prop_vars_block()
701 store_entry = copy_entry_create(state, src); in copy_prop_vars_block()
708 store_to_entry(state, store_entry, &value, in copy_prop_vars_block()
Dnir_lower_vars_to_ssa.c717 struct set_entry *store_entry; in nir_lower_vars_to_ssa_impl() local
718 set_foreach(node->stores, store_entry) { in nir_lower_vars_to_ssa_impl()
720 (nir_intrinsic_instr *)store_entry->key; in nir_lower_vars_to_ssa_impl()