Lines Matching refs:NumInstructions
179 for (i = prog->NumInstructions - 1; i >= 0; i--) { in remove_instructions()
223 for (i = 0; i < prog->NumInstructions; i++) { in replace_regs()
264 calloc(1, prog->NumInstructions * sizeof(GLboolean)); in _mesa_remove_dead_code_global()
267 for (i = 0; i < prog->NumInstructions; i++) { in _mesa_remove_dead_code_global()
322 for (i = 0; i < prog->NumInstructions; i++) { in _mesa_remove_dead_code_global()
390 for (i = start; i < prog->NumInstructions; i++) { in find_next_use()
514 for (i = 0; i + 1 < prog->NumInstructions; i++) { in _mesa_remove_extra_move_use()
530 for (j = i + 1; j < prog->NumInstructions; j++) { in _mesa_remove_extra_move_use()
608 calloc(1, prog->NumInstructions * sizeof(GLboolean)); in _mesa_remove_dead_code_local()
610 for (i = 0; i < prog->NumInstructions; i++) { in _mesa_remove_dead_code_local()
749 calloc(1, prog->NumInstructions * sizeof(GLboolean)); in _mesa_remove_extra_moves()
759 for (i = 0; i < prog->NumInstructions; i++) { in _mesa_remove_extra_moves()
1069 if (!_mesa_find_temp_intervals(prog->Instructions, prog->NumInstructions, in find_live_intervals()
1244 fprintf(stderr, "%s (%u inst):\n", txt, program->NumInstructions);
1292 for (i = 0; i < program->NumInstructions; i++) { in _mesa_simplify_cmp()