Searched refs:nir_algebraic_automaton (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_search.c | 56 nir_algebraic_automaton(nir_instr *instr, struct util_dynarray *states, 511 nir_algebraic_automaton(&alu->instr, state->states, state->pass_op_table); in construct_value() 562 nir_algebraic_automaton(cval->parent_instr, state->states, in construct_value() 658 if (nir_algebraic_automaton(use_src->parent_instr, states, pass_op_table)) in add_uses_to_worklist() 789 nir_algebraic_automaton(ssa_val->parent_instr, states, pass_op_table); in nir_replace_instr() 809 nir_algebraic_automaton(nir_instr *instr, struct util_dynarray *states, in nir_algebraic_automaton() function 929 nir_algebraic_automaton(instr, &states, pass_op_table); in nir_algebraic_impl()
|