Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_lower_vars_to_ssa.c135 get_deref_node(nir_deref_var *deref, struct lower_variables_state *state) in get_deref_node() function
282 struct deref_node *node = get_deref_node(&var_deref, state); in foreach_deref_node_match()
364 struct deref_node *node = get_deref_node(load_instr->variables[0], state); in register_load_instr()
379 struct deref_node *node = get_deref_node(store_instr->variables[0], state); in register_store_instr()
396 get_deref_node(copy_instr->variables[idx], state); in register_copy_instr()
459 get_deref_node(copy->variables[i], state); in lower_copies_to_load_store()
501 get_deref_node(intrin->variables[0], state); in rename_variables()
549 get_deref_node(intrin->variables[0], state); in rename_variables()