Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp154 static PhysRegInterval from_until(PhysReg first, PhysReg end) { return {first, end - first}; } in from_until() function
914 PhysRegInterval gap = PhysRegInterval::from_until(*reg_it, *next_nonfree_it); in get_reg_simple()
1122 info.bounds = PhysRegInterval::from_until(bounds.lo(), MIN2(def_reg.lo(), bounds.hi())); in get_regs_for_copies()
1126 info.bounds = PhysRegInterval::from_until(PhysReg{lo}, bounds.hi()); in get_regs_for_copies()

Completed in 6 milliseconds