Lines Matching defs:tbl
153775 const struct per_op_table *tbl = &nir_opt_algebraic_table[search_op];
153776 if (tbl->num_filtered_states == 0)
153786 index *= tbl->num_filtered_states;
153787 index += tbl->filter[states[alu->src[i].src.ssa->index]];
153789 states[alu->dest.dest.ssa.index] = tbl->table[index];
163690 const struct per_op_table *tbl = &nir_opt_algebraic_before_ffma_table[search_op];
163691 if (tbl->num_filtered_states == 0)
163701 index *= tbl->num_filtered_states;
163702 index += tbl->filter[states[alu->src[i].src.ssa->index]];
163704 states[alu->dest.dest.ssa.index] = tbl->table[index];
165472 const struct per_op_table *tbl = &nir_opt_algebraic_late_table[search_op];
165473 if (tbl->num_filtered_states == 0)
165483 index *= tbl->num_filtered_states;
165484 index += tbl->filter[states[alu->src[i].src.ssa->index]];
165486 states[alu->dest.dest.ssa.index] = tbl->table[index];