Lines Matching defs:mv

128    MoveState mv;
659 DownwardsCursor cursor = ctx.mv.downwards_init(idx, false, false);
700 ctx.mv.downwards_skip(cursor);
704 MoveResult res = ctx.mv.downwards_move(cursor, false);
707 ctx.mv.downwards_skip(cursor);
719 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, false);
733 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
750 ctx.mv.upwards_update_insert_idx(up_cursor);
761 ctx.mv.upwards_skip(up_cursor);
765 MoveResult res = ctx.mv.upwards_move(up_cursor);
771 ctx.mv.upwards_skip(up_cursor);
801 DownwardsCursor cursor = ctx.mv.downwards_init(idx, true, true);
862 ctx.mv.downwards_skip(cursor);
867 MoveResult res = ctx.mv.downwards_move(cursor, part_of_clause);
873 ctx.mv.downwards_skip(cursor);
881 ctx.mv.downwards_skip(cursor);
893 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, true);
919 is_dependency |= !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
922 ctx.mv.upwards_update_insert_idx(up_cursor);
930 ctx.mv.depends_on[def.tempId()] = true;
939 ctx.mv.upwards_skip(up_cursor);
943 MoveResult res = ctx.mv.upwards_move(up_cursor);
946 ctx.mv.upwards_skip(up_cursor);
964 DownwardsCursor cursor = ctx.mv.downwards_init(idx, true, false);
986 ctx.mv.downwards_skip(cursor);
990 MoveResult res = ctx.mv.downwards_move(cursor, false);
993 ctx.mv.downwards_skip(cursor);
1007 ctx.mv.block = block;
1008 ctx.mv.register_demand = live_vars.register_demand[block->index].data();
1017 ctx.mv.current = current;
1027 ctx.mv.current = current;
1032 ctx.mv.current = current;
1054 ctx.mv.depends_on.resize(program->peekAllocationId());
1055 ctx.mv.RAR_dependencies.resize(program->peekAllocationId());
1056 ctx.mv.RAR_dependencies_clause.resize(program->peekAllocationId());
1077 ctx.mv.max_registers = {int16_t(get_addr_vgpr_from_waves(program, ctx.num_waves * wave_fac) - 2),