Home
last modified time | relevance | path

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

1234567891011

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/regalloc/
H A Dhipe_spillcost.erl20 spill_cost/2]).
32 -spec new(non_neg_integer()) -> #spill_cost{}.
35 #spill_cost{uses = hipe_bifs:array(NrTemps, 0),
44 -spec inc_costs([non_neg_integer()], #spill_cost{}) -> #spill_cost{}.
47 Uses = SC#spill_cost.uses,
55 get_uses(Temp, SC#spill_cost.uses).
67 -spec ref_in_bb([non_neg_integer()], #spill_cost{}) -> #spill_cost{}.
70 BBUses = SC#spill_cost.bb_uses,
78 get_bb_uses(Temp, SC#spill_cost.bb_uses).
92 -spec spill_cost(non_neg_integer(), #spill_cost{}) -> float().
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/regalloc/
H A Dhipe_spillcost.erl20 spill_cost/2]).
32 -spec new(non_neg_integer()) -> #spill_cost{}.
35 #spill_cost{uses = hipe_bifs:array(NrTemps, 0),
44 -spec inc_costs([non_neg_integer()], #spill_cost{}) -> #spill_cost{}.
47 Uses = SC#spill_cost.uses,
55 get_uses(Temp, SC#spill_cost.uses).
67 -spec ref_in_bb([non_neg_integer()], #spill_cost{}) -> #spill_cost{}.
70 BBUses = SC#spill_cost.bb_uses,
78 get_bb_uses(Temp, SC#spill_cost.bb_uses).
92 -spec spill_cost(non_neg_integer(), #spill_cost{}) -> float().
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/regalloc/
H A Dhipe_spillcost.erl20 spill_cost/2]).
32 -spec new(non_neg_integer()) -> #spill_cost{}.
35 #spill_cost{uses = hipe_bifs:array(NrTemps, 0),
44 -spec inc_costs([non_neg_integer()], #spill_cost{}) -> #spill_cost{}.
47 Uses = SC#spill_cost.uses,
55 get_uses(Temp, SC#spill_cost.uses).
67 -spec ref_in_bb([non_neg_integer()], #spill_cost{}) -> #spill_cost{}.
70 BBUses = SC#spill_cost.bb_uses,
78 get_bb_uses(Temp, SC#spill_cost.bb_uses).
92 -spec spill_cost(non_neg_integer(), #spill_cost{}) -> float().
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/lang/clover/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/panfrost/util/
H A 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/panfrost/util/
H A 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()
/dports/graphics/mesa-dri/mesa-21.3.6/src/panfrost/util/
H A 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()
/dports/lang/ocaml/ocaml-4.05.0/asmcomp/
H A Dreg.ml45 mutable spill_cost: int; RecordField
62 spill = false; interf = []; prefer = []; degree = 0; spill_cost = 0;
72 spill_cost = 0; visited = false; part = None; } in
97 spill_cost = 0; visited = false; part = None; } in
140 if r.spill_cost >= 100000
141 then r.spill_cost <- 100000
142 else r.spill_cost <- 0
/dports/lang/ocaml-nox11/ocaml-4.05.0/asmcomp/
H A Dreg.ml45 mutable spill_cost: int; RecordField
62 spill = false; interf = []; prefer = []; degree = 0; spill_cost = 0;
72 spill_cost = 0; visited = false; part = None; } in
97 spill_cost = 0; visited = false; part = None; } in
140 if r.spill_cost >= 100000
141 then r.spill_cost <- 100000
142 else r.spill_cost <- 0
/dports/devel/libfirm/libfirm-1.21.0/ir/be/
H A Dbespillutil.c104 int spill_cost; /**< the cost of a single spill node */ member
160 env->spill_cost = arch_env->spill_cost; in be_new_spill_env()
576 if (parentcosts + costs >= env->reload_cost + env->spill_cost) { in check_remat_conditions_costs()
604 if (parentcosts + costs >= env->reload_cost + env->spill_cost) in check_remat_conditions_costs()
669 return env->spill_cost * freq; in be_get_spill_costs()
799 spillinfo->spill_costs = env->spill_cost * spill_execfreq; in determine_spill_costs()
818 spills_execfreq * env->spill_cost, in determine_spill_costs()
819 spill_execfreq * env->spill_cost)); in determine_spill_costs()
824 spillinfo->spill_costs = spills_execfreq * env->spill_cost; in determine_spill_costs()
836 spillinfo->spill_costs = spill_execfreq * env->spill_cost; in determine_spill_costs()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dra-colorize.c709 u->spill_cost += v->spill_cost; in combine()
1462 || (candidates[(i)]->spill_cost < (w)->spill_cost)) \ in colorize_one_web()
1479 && w->spill_cost < web->spill_cost) in colorize_one_web()
1483 || w->spill_cost < web->spill_cost)) in colorize_one_web()
1492 if (w->spill_cost < web->spill_cost) in colorize_one_web()
1500 if (w->spill_cost < web->spill_cost) in colorize_one_web()
1509 && (w->spill_cost < web->spill_cost in colorize_one_web()
1515 && (aw->spill_cost < web->spill_cost in colorize_one_web()
1913 if (web1->spill_cost > web2->spill_cost) in comp_webs_maxcost()
1915 else if (web1->spill_cost < web2->spill_cost) in comp_webs_maxcost()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dra-colorize.c709 u->spill_cost += v->spill_cost;
1462 || (candidates[(i)]->spill_cost < (w)->spill_cost)) \
1479 && w->spill_cost < web->spill_cost)
1483 || w->spill_cost < web->spill_cost))
1492 if (w->spill_cost < web->spill_cost)
1500 if (w->spill_cost < web->spill_cost)
1509 && (w->spill_cost < web->spill_cost
1515 && (aw->spill_cost < web->spill_cost
1913 if (web1->spill_cost > web2->spill_cost)
1915 else if (web1->spill_cost < web2->spill_cost)
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/autopar/
H A Dpr69062.c58 int check, spill_cost, min_cost, nregs, conflict_nregs, r, best; in improve_allocation() local
73 costs[r] += spill_cost; in improve_allocation()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/autopar/
H A Dpr69062.c58 int check, spill_cost, min_cost, nregs, conflict_nregs, r, best; in improve_allocation() local
73 costs[r] += spill_cost; in improve_allocation()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/autopar/
H A Dpr69062.c58 int check, spill_cost, min_cost, nregs, conflict_nregs, r, best; in improve_allocation() local
73 costs[r] += spill_cost; in improve_allocation()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/autopar/
H A Dpr69062.c58 int check, spill_cost, min_cost, nregs, conflict_nregs, r, best; in improve_allocation() local
73 costs[r] += spill_cost; in improve_allocation()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/autopar/
H A Dpr69062.c58 int check, spill_cost, min_cost, nregs, conflict_nregs, r, best; in improve_allocation() local
73 costs[r] += spill_cost; in improve_allocation()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/autopar/
H A Dpr69062.c58 int check, spill_cost, min_cost, nregs, conflict_nregs, r, best; in improve_allocation() local
73 costs[r] += spill_cost; in improve_allocation()

1234567891011