| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ccmp.cc | 227 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 D | cfgloopanal.cc | 385 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 D | expr.cc | 8915 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 D | auto-inc-dec.cc | 498 new_cost += seq_cost (mov_insn, speed); in attempt_change()
|
| H A D | ifcvt.cc | 814 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 D | rtl.h | 3723 extern unsigned seq_cost (const rtx_insn *, bool);
|
| H A D | tree-ssa-loop-ivopts.cc | 3927 cost = seq_cost (seq, speed); in computation_cost()
|
| H A D | ChangeLog-2014 | 14292 * 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 D | ChangeLog-2011 | 14257 * 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 D | ChangeLog-2008 | 7882 * cfgloopanal.c (seq_cost): Add speed argument. 7889 (seq_cost): Add speed argument.
|
| H A D | ChangeLog-2007 | 11536 average_num_loop_insns, seq_cost): Likewise.
|
| H A D | ChangeLog-2017 | 4751 * rtlanal.c (seq_cost): For non-single_set insns try to use insn_cost.
|
| H A D | ChangeLog-2004 | 28788 * cfgloopanal.c (seq_cost, init_set_costs, global_cost_for_size): New
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | ccmp.c | 227 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 D | cfgloopanal.c | 385 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 D | expr.c | 9102 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 D | auto-inc-dec.c | 498 new_cost += seq_cost (mov_insn, speed); in attempt_change()
|
| H A D | rtl.h | 3583 extern unsigned seq_cost (const rtx_insn *, bool);
|
| H A D | ifcvt.c | 804 unsigned int cost = seq_cost (seq, speed_p); in default_noce_conversion_profitable_p()
|
| H A D | rtlanal.c | 5468 seq_cost (const rtx_insn *seq, bool speed) in seq_cost() function
|
| H A D | tree-ssa-loop-ivopts.c | 3896 cost = seq_cost (seq, speed); in computation_cost()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | invoke.texi | 12006 those for the GCC internal seq_cost metric. The compiler will try to
|
| H A D | gcc.info | 10877 as those for the GCC internal seq_cost metric. The compiler
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | invoke.texi | 13796 those for the GCC internal seq_cost metric. The compiler will try to
|
| H A D | gcc.info | 12451 as those for the GCC internal seq_cost metric. The compiler
|