Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/config/vax/
H A Dvax.c559 return MAX_COST; /* Mode is not supported. */
564 return MAX_COST; /* Mode is not supported. */
581 return MAX_COST; /* Mode is not supported. */
/openbsd/gnu/gcc/gcc/
H A Dcse.c733 return MAX_COST; in approx_reg_cost()
800 if (cost_a == MAX_COST) in preferable()
802 if (cost_b == MAX_COST) in preferable()
809 if (regcost_a == MAX_COST) in preferable()
811 if (regcost_b == MAX_COST) in preferable()
5078 int src_cost = MAX_COST; in cse_insn()
5079 int src_eqv_cost = MAX_COST; in cse_insn()
5080 int src_folded_cost = MAX_COST; in cse_insn()
5082 int src_elt_cost = MAX_COST; in cse_insn()
5083 int src_regcost = MAX_COST; in cse_insn()
[all …]
H A Drtl.h1031 #define MAX_COST INT_MAX macro
H A Dexpmed.c2222 && shift_cost[mode][INTVAL (op1)] != MAX_COST) in expand_shift()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcse.c770 return MAX_COST;
787 if (cost_a == MAX_COST)
789 if (cost_b == MAX_COST)
796 if (regcost_a == MAX_COST)
798 if (regcost_b == MAX_COST)
5058 int src_cost = MAX_COST;
5059 int src_eqv_cost = MAX_COST;
5060 int src_folded_cost = MAX_COST;
5062 int src_elt_cost = MAX_COST;
5063 int src_regcost = MAX_COST;
[all …]
H A Drtl.h1936 #define MAX_COST INT_MAX macro
H A DChangeLog.48738 MAX_COST.
8739 (cse_insn): Use MAX_COST rather than 10000. Always initialize
8743 (MAX_COST): New macro.
H A DChangeLog.719813 * vax.c (vax_rtx_cost): Return MAX_COST for unsupported MULT, UDIV
/openbsd/gnu/gcc/gcc/config/vax/
H A Dvax.c614 *total = MAX_COST; /* Mode is not supported. */ in vax_rtx_costs()
622 *total = MAX_COST; /* Mode is not supported. */ in vax_rtx_costs()
645 *total = MAX_COST; /* Mode is not supported. */ in vax_rtx_costs()
/openbsd/gnu/gcc/gcc/config/sh/
H A Dsh.c1947 return MAX_COST; in shiftcosts()