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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.h204 const struct per_op_table *pass_op_table,
213 const struct per_op_table *pass_op_table);
H A Dnir_search.c45 const struct per_op_table *pass_op_table; member in struct:match_state
57 const struct per_op_table *pass_op_table);
511 nir_algebraic_automaton(&alu->instr, state->states, state->pass_op_table);
563 state->pass_op_table);
653 const struct per_op_table *pass_op_table)
658 if (nir_algebraic_automaton(use_src->parent_instr, states, pass_op_table))
667 const struct per_op_table *pass_op_table)
675 add_uses_to_worklist(new_instr, automaton_worklist, states, pass_op_table);
680 add_uses_to_worklist(instr, automaton_worklist, states, pass_op_table);
690 const struct per_op_table *pass_op_table,
650 add_uses_to_worklist(nir_instr * instr,nir_instr_worklist * worklist,struct util_dynarray * states,const struct per_op_table * pass_op_table) argument
664 nir_algebraic_update_automaton(nir_instr * new_instr,nir_instr_worklist * algebraic_worklist,struct util_dynarray * states,const struct per_op_table * pass_op_table) argument
687 nir_replace_instr(nir_builder * build,nir_alu_instr * instr,struct hash_table * range_ht,struct util_dynarray * states,const struct per_op_table * pass_op_table,const nir_search_expression * search,const nir_search_value * replace,nir_instr_worklist * algebraic_worklist) argument
809 nir_algebraic_automaton(nir_instr * instr,struct util_dynarray * states,const struct per_op_table * pass_op_table) argument
859 nir_algebraic_instr(nir_builder * build,nir_instr * instr,struct hash_table * range_ht,const bool * condition_flags,const struct transform ** transforms,const uint16_t * transform_counts,struct util_dynarray * states,const struct per_op_table * pass_op_table,nir_instr_worklist * worklist) argument
900 nir_algebraic_impl(nir_function_impl * impl,const bool * condition_flags,const struct transform ** transforms,const uint16_t * transform_counts,const struct per_op_table * pass_op_table) argument
[all...]

Completed in 4 milliseconds