Home
last modified time | relevance | path

Searched refs:rtx_cost (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDdojump.c174 return (rtx_cost (and_test, IF_THEN_ELSE, 0, speed_p) in prefer_and_bit_test()
175 <= rtx_cost (shift_test, IF_THEN_ELSE, 0, speed_p)); in prefer_and_bit_test()
HDrtlanal.c3733 rtx_cost (rtx x, enum rtx_code outer_code, int opno, bool speed) in rtx_cost() function
3792 total += rtx_cost (XEXP (x, i), code, i, speed); in rtx_cost()
3795 total += rtx_cost (XVECEXP (x, i, j), code, i, speed); in rtx_cost()
3807 c->speed = rtx_cost (x, outer, opno, true); in get_full_rtx_cost()
3808 c->size = rtx_cost (x, outer, opno, false); in get_full_rtx_cost()
3836 return rtx_cost (x, MEM, 0, speed); in default_address_cost()
HDrtl.h1208 extern int rtx_cost (rtx, enum rtx_code, int, bool);
1237 return rtx_cost (x, INSN, 4, speed_p); in set_rtx_cost()
1255 return rtx_cost (x, SET, 1, speed_p); in set_src_cost()
HDparams.def242 from its rtx_cost. */
247 /* GCSE won't restrict distance for which an expression with rtx_cost greater
HDexpmed.c5474 && rtx_cost (GEN_INT (normalizep), PLUS, 1, in emit_store_flag()
5485 && rtx_cost (trueval, XOR, 1, in emit_store_flag()
5578 && rtx_cost (GEN_INT (normalizep), PLUS, 1, in emit_store_flag()
5588 && rtx_cost (trueval, XOR, 1, in emit_store_flag()
HDoptabs.c1333 && rtx_cost (x, binoptab->code, opn, speed) > set_src_cost (x, speed)) in avoid_expensive_constant()
3945 && (rtx_cost (x, COMPARE, 0, optimize_insn_for_speed_p ()) in prepare_cmp_insn()
3950 && (rtx_cost (y, COMPARE, 1, optimize_insn_for_speed_p ()) in prepare_cmp_insn()
HDcse.c766 : rtx_cost (x, outer, opno, optimize_this_for_speed_p) * 2); in notreg_cost()
/dragonfly/contrib/gcc-8.0/gcc/
HDdojump.c192 return (rtx_cost (and_test, mode, IF_THEN_ELSE, 0, speed_p) in prefer_and_bit_test()
193 <= rtx_cost (shift_test, mode, IF_THEN_ELSE, 0, speed_p)); in prefer_and_bit_test()
HDrtlanal.c4181 rtx_cost (rtx x, machine_mode mode, enum rtx_code outer_code, in rtx_cost() function
4269 total += rtx_cost (XEXP (x, i), mode, code, i, speed); in rtx_cost()
4272 total += rtx_cost (XVECEXP (x, i, j), mode, code, i, speed); in rtx_cost()
4284 c->speed = rtx_cost (x, mode, outer, opno, true); in get_full_rtx_cost()
4285 c->size = rtx_cost (x, mode, outer, opno, false); in get_full_rtx_cost()
4313 return rtx_cost (x, Pmode, MEM, 0, speed); in default_address_cost()
HDrtl.h2379 extern int rtx_cost (rtx, machine_mode, enum rtx_code, int, bool);
2872 return rtx_cost (x, VOIDmode, INSN, 4, speed_p);
2890 return rtx_cost (x, mode, SET, 1, speed_p);
HDexpmed.c5759 && rtx_cost (GEN_INT (normalizep), mode, PLUS, 1, in emit_store_flag_int()
5772 && rtx_cost (trueval, mode, XOR, 1, in emit_store_flag_int()
6003 && rtx_cost (GEN_INT (normalizep), mode, PLUS, 1, in emit_store_flag()
6014 && rtx_cost (trueval, mode, XOR, 1, in emit_store_flag()
HDparams.def260 from its rtx_cost. */
265 /* GCSE won't restrict distance for which an expression with rtx_cost greater
HDoptabs.c984 && (rtx_cost (x, mode, optab_to_code (binoptab), opn, speed) in avoid_expensive_constant()
3810 && (rtx_cost (x, mode, COMPARE, 0, optimize_insn_for_speed_p ()) in prepare_cmp_insn()
3815 && (rtx_cost (y, mode, COMPARE, 1, optimize_insn_for_speed_p ()) in prepare_cmp_insn()
HDcse.c732 : rtx_cost (x, mode, outer, opno, optimize_this_for_speed_p) * 2); in notreg_cost()
HDtarget.def3753 processed, and false when @code{rtx_cost} should recurse.",
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386.c40820 src_cost = rtx_cost (SET_SRC (x), mode, SET, 1, speed); in ix86_rtx_costs()
40828 *total = src_cost + rtx_cost (SET_DEST (x), mode, SET, 0, speed); in ix86_rtx_costs()
40942 *total += rtx_cost (XEXP (x, 0), mode, code, 0, speed); in ix86_rtx_costs()
40944 *total += rtx_cost (XEXP (x, 1), mode, code, 0, speed); in ix86_rtx_costs()
40959 *total += rtx_cost (XEXP (x, 1), mode, FMA, 1, speed); in ix86_rtx_costs()
40965 *total += rtx_cost (sub, mode, FMA, 0, speed); in ix86_rtx_costs()
40970 *total += rtx_cost (sub, mode, FMA, 2, speed); in ix86_rtx_costs()
41015 + rtx_cost (op0, mode, outer_code, opno, speed) in ix86_rtx_costs()
41016 + rtx_cost (op1, mode, outer_code, opno, speed)); in ix86_rtx_costs()
41043 *total += rtx_cost (XEXP (XEXP (x, 0), 1), mode, in ix86_rtx_costs()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386.c31668 *total += rtx_cost (XEXP (x, 1), FMA, 1, speed); in ix86_rtx_costs()
31674 *total += rtx_cost (sub, FMA, 0, speed); in ix86_rtx_costs()
31679 *total += rtx_cost (sub, FMA, 2, speed); in ix86_rtx_costs()
31741 + rtx_cost (op0, outer_code, opno, speed) in ix86_rtx_costs()
31742 + rtx_cost (op1, outer_code, opno, speed)); in ix86_rtx_costs()
31776 *total += rtx_cost (XEXP (XEXP (x, 0), 1), in ix86_rtx_costs()
31778 *total += rtx_cost (XEXP (XEXP (XEXP (x, 0), 0), 0), in ix86_rtx_costs()
31780 *total += rtx_cost (XEXP (x, 1), outer_code, opno, speed); in ix86_rtx_costs()
31791 *total += rtx_cost (XEXP (XEXP (x, 0), 0), in ix86_rtx_costs()
31793 *total += rtx_cost (XEXP (x, 1), outer_code, opno, speed); in ix86_rtx_costs()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDtm.texi6466 processed, and false when @code{rtx_cost} should recurse.
HDtm.texi.in6388 processed, and false when @code{rtx_cost} should recurse.