Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/util/
Dlcra.c58 l->spill_cost = calloc(sizeof(l->spill_cost[0]), node_count); in lcra_alloc_equations()
79 free(l->spill_cost); in lcra_free()
207 l->spill_cost[node] = cost; in lcra_set_node_spill_cost()
233 if (l->spill_cost[i] < 0) continue; in lcra_get_best_spill_node()
237 float cost = (l->spill_cost[i] + 1); in lcra_get_best_spill_node()
Dlcra.h76 signed *spill_cost; member
/external/mesa3d/src/util/
Dregister_allocate.c150 float spill_cost; member
1002 float cost = g->nodes[n].spill_cost; in ra_get_best_spill_node()
1029 g->nodes[n].spill_cost = cost; in ra_set_node_spill_cost()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c494 float spill_cost = 4.0f / (float)reg->num_components; in ppir_regalloc_choose_spill_node() local
495 spill_costs[reg->regalloc_index] = spill_cost; in ppir_regalloc_choose_spill_node()