Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_register_allocation.cpp307 bool is_empty_or_blocked(PhysReg start) in is_empty_or_blocked() function in aco::__anon6956::RegisterFile
1283 if (reg_win.lo() > bounds.lo() && !reg_file.is_empty_or_blocked(reg_win.lo()) && in get_reg_impl()
1286 if (reg_win.hi() < bounds.hi() && !reg_file.is_empty_or_blocked(reg_win.hi().advance(-1)) && in get_reg_impl()

Completed in 6 milliseconds