Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dregister_allocate.h132 void ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost);
Dregister_allocate.c1076 ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost) in ra_set_node_spill_cost() function
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_reg_allocate.cpp956 ra_set_node_spill_cost(g, first_vgrf_node + i, adjusted_cost); in set_spill_costs()
1075 ra_set_node_spill_cost(g, first_vgrf_node + spill_reg, 0); in spill_reg()
Dbrw_vec4_reg_allocate.cpp462 ra_set_node_spill_cost(g, i, spill_costs[i]); in choose_spill_reg()
/third_party/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c315 ra_set_node_spill_cost(c->g, temp_to_node(i), in v3d_choose_spill_node()
723 ra_set_node_spill_cost(c->g, spill_node, 0); in v3d_spill_reg()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dregalloc.c473 ra_set_node_spill_cost(g, i, spill_costs[i]); in ppir_regalloc_choose_spill_node()