Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_search.c45 const struct per_op_table *pass_op_table; member
57 const struct per_op_table *pass_op_table);
511 nir_algebraic_automaton(&alu->instr, state->states, state->pass_op_table); in construct_value()
564 state->pass_op_table); in construct_value()
664 const struct per_op_table *pass_op_table) in nir_algebraic_update_automaton() argument
676 if (nir_algebraic_automaton(instr, states, pass_op_table)) { in nir_algebraic_update_automaton()
690 const struct per_op_table *pass_op_table, in nir_replace_instr() argument
706 state.pass_op_table = pass_op_table; in nir_replace_instr()
789 nir_algebraic_automaton(ssa_val->parent_instr, states, pass_op_table); in nir_replace_instr()
797 states, pass_op_table); in nir_replace_instr()
[all …]
Dnir_search.h204 const struct per_op_table *pass_op_table,
213 const struct per_op_table *pass_op_table);