Lines Matching defs:value
84 get_loop_var(nir_ssa_def *value, loop_info_state *state)
86 nir_loop_variable *var = &(state->loop_vars[value->index]);
88 if (!BITSET_TEST(state->loop_vars_init, value->index)) {
90 var->def = value;
95 if (value->parent_instr->type == nir_instr_type_load_const)
100 BITSET_SET(state->loop_vars_init, value->index);
442 /* Update value of induction variable is a statement
463 /* Initial value of induction variable is a constant */
477 /* Initial value of induction variable is a uniform */
836 /* Add the initial value to the accumulated induction variable total */
876 /* do-while loops can increment the starting value before the condition is
884 * condition and if so we assume we need to step the initial value.
1138 * - Starting value