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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_search.c56 nir_algebraic_automaton(nir_instr *instr, struct util_dynarray *states,
511 nir_algebraic_automaton(&alu->instr, state->states, state->pass_op_table);
562 nir_algebraic_automaton(cval->parent_instr, state->states,
658 if (nir_algebraic_automaton(use_src->parent_instr, states, pass_op_table))
789 nir_algebraic_automaton(ssa_val->parent_instr, states, pass_op_table);
809 nir_algebraic_automaton(nir_instr *instr, struct util_dynarray *states, function in typeref:typename:bool
929 nir_algebraic_automaton(instr, &states, pass_op_table);

Completed in 3 milliseconds