Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp1273 PhysRegInterval best_win = {bounds.lo(), size}; in get_reg_impl() local
1343 best_win = reg_win; in get_reg_impl()
1363 std::vector<unsigned> vars = collect_vars(ctx, tmp_file, best_win); in get_reg_impl()
1374 if (!get_regs_for_copies(ctx, tmp_file, pc, vars, bounds, instr, best_win)) in get_reg_impl()
1379 adjust_max_used_regs(ctx, rc, best_win.lo()); in get_reg_impl()
1380 return {best_win.lo(), true}; in get_reg_impl()

Completed in 6 milliseconds