Home
last modified time | relevance | path

Searched refs:total_demand (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_scheduler.cpp67 RegisterDemand total_demand, total_demand_clause; member
118 total_demand.update(register_demand[source_idx]); in downwards_advance_helper()
129 total_demand = total_demand_clause = register_demand[current_idx]; in downwards_init()
178 RegisterDemand register_pressure = clause ? total_demand_clause : total_demand; in downwards_move()
200 total_demand -= candidate_diff; in downwards_move()
255 total_demand = register_demand[before - 1]; in upwards_set_insert_idx()
277 if (RegisterDemand(total_demand + candidate_diff).exceeds(max_registers)) in upwards_move()
292 total_demand += candidate_diff; in upwards_move()
296 total_demand.update(register_demand[source_idx]); in upwards_move()
314 total_demand.update(register_demand[source_idx]); in upwards_skip()