Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dccmp.cc227 cost1 = seq_cost (prep_seq_1, speed_p); in expand_ccmp_expr_1()
228 cost1 += seq_cost (gen_seq_1, speed_p); in expand_ccmp_expr_1()
245 cost2 = seq_cost (prep_seq_2, speed_p); in expand_ccmp_expr_1()
246 cost2 += seq_cost (gen_seq_2, speed_p); in expand_ccmp_expr_1()
H A Dcfgloopanal.cc385 target_reg_cost [speed] = seq_cost (seq, speed); in init_set_costs()
392 target_spill_cost [speed] = seq_cost (seq, speed); in init_set_costs()
H A Dexpr.cc8915 unsigned uns_cost = seq_cost (uns_insns, speed_p); in expand_expr_divmod()
8916 unsigned sgn_cost = seq_cost (sgn_insns, speed_p); in expand_expr_divmod()
8922 uns_cost = seq_cost (uns_insns, !speed_p); in expand_expr_divmod()
8923 sgn_cost = seq_cost (sgn_insns, !speed_p); in expand_expr_divmod()
9526 unsigned divmul_cost = seq_cost (divmul_insns, speed_p); in expand_expr_real_2()
9527 unsigned modsub_cost = seq_cost (modsub_insns, speed_p); in expand_expr_real_2()
9532 divmul_cost = seq_cost (divmul_insns, !speed_p); in expand_expr_real_2()
9533 modsub_cost = seq_cost (modsub_insns, !speed_p); in expand_expr_real_2()
9922 if (seq_cost (seq, speed_p) in expand_expr_real_2()
9923 >= seq_cost (seq_old, speed_p)) in expand_expr_real_2()
[all …]
H A Dauto-inc-dec.cc498 new_cost += seq_cost (mov_insn, speed); in attempt_change()
H A Difcvt.cc814 unsigned int cost = seq_cost (seq, speed_p); in default_noce_conversion_profitable_p()
3200 *cost = seq_cost (seq, if_info->speed_p); in try_emit_cmove_seq()
H A Drtl.h3723 extern unsigned seq_cost (const rtx_insn *, bool);
H A Dtree-ssa-loop-ivopts.cc3927 cost = seq_cost (seq, speed); in computation_cost()
H A DChangeLog-201414292 * cfgloopanal.c (seq_cost): Delete.
14293 * rtl.h (seq_cost): New prototype.
14294 * rtlanal.c (seq_cost): New function.
14295 * tree-ssa-loop-ivopts.c (seq_cost): Delete.
21661 * tree-ssa-loop-ivopts.c (seq_cost): Strengthen param "seq" from
27204 (seq_cost): Likewise for param "seq", from const_rtx to const
H A DChangeLog-201114257 * tree-ssa-loop-ivopts.c (seq_cost, computation_cost): Likewise.
14266 * cfgloopanal.c (seq_cost): Likewise.
25387 * tree-ssa-loop-ivopts.c (seq_cost): Fix call to rtx_cost.
H A DChangeLog-20087882 * cfgloopanal.c (seq_cost): Add speed argument.
7889 (seq_cost): Add speed argument.
H A DChangeLog-200711536 average_num_loop_insns, seq_cost): Likewise.
H A DChangeLog-20174751 * rtlanal.c (seq_cost): For non-single_set insns try to use insn_cost.
H A DChangeLog-200428788 * cfgloopanal.c (seq_cost, init_set_costs, global_cost_for_size): New
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dccmp.c227 cost1 = seq_cost (prep_seq_1, speed_p); in expand_ccmp_expr_1()
228 cost1 += seq_cost (gen_seq_1, speed_p); in expand_ccmp_expr_1()
245 cost2 = seq_cost (prep_seq_2, speed_p); in expand_ccmp_expr_1()
246 cost2 += seq_cost (gen_seq_2, speed_p); in expand_ccmp_expr_1()
H A Dcfgloopanal.c385 target_reg_cost [speed] = seq_cost (seq, speed); in init_set_costs()
392 target_spill_cost [speed] = seq_cost (seq, speed); in init_set_costs()
H A Dexpr.c9102 unsigned uns_cost = seq_cost (uns_insns, speed_p); in expand_expr_real_2()
9103 unsigned sgn_cost = seq_cost (sgn_insns, speed_p); in expand_expr_real_2()
9109 uns_cost = seq_cost (uns_insns, !speed_p); in expand_expr_real_2()
9110 sgn_cost = seq_cost (sgn_insns, !speed_p); in expand_expr_real_2()
9479 if (seq_cost (seq, speed_p) in expand_expr_real_2()
9480 >= seq_cost (seq_old, speed_p)) in expand_expr_real_2()
11858 unsigned mocost = seq_cost (moinsns, speed_p); in maybe_optimize_pow2p_mod_cmp()
11874 unsigned mucost = seq_cost (muinsns, speed_p); in maybe_optimize_pow2p_mod_cmp()
12061 unsigned mocost = seq_cost (moinsns, speed_p); in maybe_optimize_mod_cmp()
12082 unsigned mucost = seq_cost (muinsns, speed_p); in maybe_optimize_mod_cmp()
H A Dauto-inc-dec.c498 new_cost += seq_cost (mov_insn, speed); in attempt_change()
H A Drtl.h3583 extern unsigned seq_cost (const rtx_insn *, bool);
H A Difcvt.c804 unsigned int cost = seq_cost (seq, speed_p); in default_noce_conversion_profitable_p()
H A Drtlanal.c5468 seq_cost (const rtx_insn *seq, bool speed) in seq_cost() function
H A Dtree-ssa-loop-ivopts.c3896 cost = seq_cost (seq, speed); in computation_cost()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dinvoke.texi12006 those for the GCC internal seq_cost metric. The compiler will try to
H A Dgcc.info10877 as those for the GCC internal seq_cost metric. The compiler
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dinvoke.texi13796 those for the GCC internal seq_cost metric. The compiler will try to
H A Dgcc.info12451 as those for the GCC internal seq_cost metric. The compiler