Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dcse.c734 return MAX_COST; in approx_reg_cost()
801 if (cost_a == MAX_COST) in preferable()
803 if (cost_b == MAX_COST) in preferable()
810 if (regcost_a == MAX_COST) in preferable()
812 if (regcost_b == MAX_COST) in preferable()
5088 int src_cost = MAX_COST; in cse_insn()
5089 int src_eqv_cost = MAX_COST; in cse_insn()
5090 int src_folded_cost = MAX_COST; in cse_insn()
5091 int src_related_cost = MAX_COST; in cse_insn()
5092 int src_elt_cost = MAX_COST; in cse_insn()
[all …]
Drtl.h1045 #define MAX_COST INT_MAX macro
Dexpmed.c2222 && shift_cost[mode][INTVAL (op1)] != MAX_COST) in expand_shift()
DChangeLog-20063356 is not MAX_COST and that INTVAL(op1) is less than MAX_BITS_PER_WORD
3358 * config/sh/sh.c (shift_costs): Return MAX_COST to inform the
DChangeLog-20008744 MAX_COST.
8745 (cse_insn): Use MAX_COST rather than 10000. Always initialize
8749 (MAX_COST): New macro.
DChangeLog-200234260 * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV