Searched refs:ra_set_node_spill_cost (Results 1 - 11 of 11) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| H A D | register_allocate.h | 92 void ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost);
|
| H A D | register_allocate.c | 776 ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| H A D | register_allocate.h | 132 void ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost);
|
| H A D | register_allocate.c | 1053 ra_set_node_spill_cost(struct ra_graph *g, unsigned int n, float cost) function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 498 ra_set_node_spill_cost(g, i, spill_costs[i]);
|
| H A D | brw_fs_reg_allocate.cpp | 943 ra_set_node_spill_cost(g, i, adjusted_cost);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4_reg_allocate.cpp | 458 ra_set_node_spill_cost(g, i, spill_costs[i]);
|
| H A D | brw_fs_reg_allocate.cpp | 943 ra_set_node_spill_cost(g, first_vgrf_node + i, adjusted_cost); 1062 ra_set_node_spill_cost(g, first_vgrf_node + spill_reg, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 168 ra_set_node_spill_cost(g, temp_to_node[i], spill_costs[i]);
|
| /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/ |
| H A D | vir_register_allocate.c | 157 ra_set_node_spill_cost(g, node, spill_costs[i]);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| H A D | regalloc.c | 465 ra_set_node_spill_cost(g, i, spill_costs[i]);
|
Completed in 14 milliseconds