Lines Matching defs:current
205 /* Set the last instruction because we'll delete the current one. */
234 /* Set the last instruction because we'll delete the current one. */
285 nir_instr *current, unsigned max_distance)
288 (!current || current->index > (*first)->index + max_distance)) {
350 * if the phi points to the current block (such as a loop body).
420 nir_foreach_instr(current, block) {
422 if (is_barrier(current)) {
431 if (is_grouped_load(current) && current->pass_flags == level) {
437 first_load = current;
439 last_load = current;
443 current_resource = get_uniform_inst_resource(current);
447 first_load = current;
450 last_load = current;
457 handle_load_range(&first_load, &last_load, current, max_distance);