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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c33 basic_induction enumerator in enum:__anon432c87240103
53 /* If this is of type basic_induction */
62 /* Could be a basic_induction if following uniforms are inlined */
467 alu_src_var->type = basic_induction;
469 var->type = basic_induction;
505 if (var->type == basic_induction || var->init_src || var->update_src) {
597 if (array_index->type != basic_induction)
978 if (get_loop_var(lhs.def, state)->type == basic_induction) {
983 } else if (get_loop_var(rhs.def, state)->type == basic_induction) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c32 basic_induction enumerator in enum:__anon140e87310103
52 /* If this is of type basic_induction */
387 alu_src_var->type = basic_induction;
389 var->type = basic_induction;
495 if (array_index->type != basic_induction)
829 if (get_loop_var(lhs.def, state)->type == basic_induction) {
834 } else if (get_loop_var(rhs.def, state)->type == basic_induction) {

Completed in 6 milliseconds