Searched refs:adjusted_cost (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ | ||
| H A D | brw_fs_reg_allocate.cpp | 941 float adjusted_cost = spill_costs[i] / logf(live_length); local in function:fs_visitor::choose_spill_reg 943 ra_set_node_spill_cost(g, i, adjusted_cost); |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ | ||
| H A D | brw_fs_reg_allocate.cpp | 942 float adjusted_cost = spill_costs[i] / logf(live_length); local in function:fs_reg_alloc::set_spill_costs 943 ra_set_node_spill_cost(g, first_vgrf_node + i, adjusted_cost); |
Completed in 6 milliseconds