Home
last modified time | relevance | path

Searched refs:MAX_COST (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dccmp.c216 unsigned cost1 = MAX_COST; in expand_ccmp_expr_1()
217 unsigned cost2 = MAX_COST; in expand_ccmp_expr_1()
H A Dcse.c671 return MAX_COST; in approx_reg_cost()
693 if (cost_a == MAX_COST) in preferable()
695 if (cost_b == MAX_COST) in preferable()
702 if (regcost_a == MAX_COST) in preferable()
704 if (regcost_b == MAX_COST) in preferable()
1781 new_elt->cost = MAX_COST; in merge_equiv_classes()
4627 int src_cost = MAX_COST; in cse_insn()
4632 int src_regcost = MAX_COST; in cse_insn()
5213 src_elt_cost = MAX_COST; in cse_insn()
5743 elt->cost = MAX_COST; in cse_insn()
[all …]
H A Drtl.h2021 #define MAX_COST INT_MAX macro
2043 c->speed = MAX_COST; in init_costs_to_max()
2044 c->size = MAX_COST; in init_costs_to_max()
H A Dtree-vect-patterns.c2382 &variant, MAX_COST); in vect_synth_mult_by_constant()
H A Dexpmed.c2521 && shift_cost (speed, mode, INTVAL (op1)) != MAX_COST)
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcse.c710 return MAX_COST; in approx_reg_cost()
726 if (cost_a == MAX_COST) in preferable()
728 if (cost_b == MAX_COST) in preferable()
735 if (regcost_a == MAX_COST) in preferable()
737 if (regcost_b == MAX_COST) in preferable()
4391 int src_cost = MAX_COST; in cse_insn()
4392 int src_eqv_cost = MAX_COST; in cse_insn()
4393 int src_folded_cost = MAX_COST; in cse_insn()
4395 int src_elt_cost = MAX_COST; in cse_insn()
4396 int src_regcost = MAX_COST; in cse_insn()
[all …]
H A Drtl.h1158 #define MAX_COST INT_MAX macro
1172 c->speed = MAX_COST; in init_costs_to_max()
1173 c->size = MAX_COST; in init_costs_to_max()
H A Dexpmed.c2218 && shift_cost[speed][mode][INTVAL (op1)] != MAX_COST) in expand_shift_1()