Searched refs:direct_deref_nodes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c94 struct exec_list direct_deref_nodes; member in struct:lower_variables_state
97 * direct_deref_nodes table. This is turned on when we are initially
99 * don't accidentally change the direct_deref_nodes table while we're
243 exec_list_push_tail(&state->direct_deref_nodes,
693 * direct_deref_nodes hash table.
718 exec_list_make_empty(&state.direct_deref_nodes);
720 /* Build the initial deref structures and direct_deref_nodes table */
729 /* We're about to iterate through direct_deref_nodes. Don't modify it. */
733 &state.direct_deref_nodes) {
773 &state.direct_deref_nodes) {
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c86 struct exec_list direct_deref_nodes; member in struct:lower_variables_state
89 * direct_deref_nodes table. This is turned on when we are initially
91 * don't accidentally change the direct_deref_nodes table while we're
226 exec_list_push_tail(&state->direct_deref_nodes,
637 * direct_deref_nodes hash table.
662 exec_list_make_empty(&state.direct_deref_nodes);
664 /* Build the initial deref structures and direct_deref_nodes table */
673 /* We're about to iterate through direct_deref_nodes. Don't modify it. */
677 &state.direct_deref_nodes) {
717 &state.direct_deref_nodes) {
[all...]

Completed in 4 milliseconds