Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp947 for (PhysRegInterval reg_win = {bounds.lo(), size}; reg_win.hi() <= bounds.hi(); in get_reg_simple()
948 reg_win += stride) { in get_reg_simple()
949 if (reg_file[reg_win.lo()] != 0) { in get_reg_simple()
953 bool is_valid = std::all_of(std::next(reg_win.begin()), reg_win.end(), is_free); in get_reg_simple()
955 adjust_max_used_regs(ctx, rc, reg_win.lo()); in get_reg_simple()
956 return {reg_win.lo(), true}; in get_reg_simple()
1150 for (PhysRegInterval reg_win{bounds.lo(), size}; reg_win in get_regs_for_copies()
1746 PhysRegInterval reg_win = {PhysReg{reg_lower / 4}, size}; get_reg_create_vector() local
[all...]

Completed in 3 milliseconds