Home
last modified time | relevance | path

Searched refs:repl_savings (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple-ssa-strength-reduction.c1946 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, double_int incr) in lowest_cost_path() argument
1954 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
1959 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
1964 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
1979 total_savings (int repl_savings, slsr_cand_t c, double_int incr) in total_savings() argument
1985 savings += repl_savings + c->dead_savings; in total_savings()
1988 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr); in total_savings()
1991 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr); in total_savings()
2080 int repl_savings = mul_cost (speed, mode) - add_cost (speed, mode); in analyze_increments() local
2082 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple-ssa-strength-reduction.c1931 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, double_int incr) in lowest_cost_path() argument
1939 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
1944 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
1949 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
1964 total_savings (int repl_savings, slsr_cand_t c, double_int incr) in total_savings() argument
1970 savings += repl_savings + c->dead_savings; in total_savings()
1973 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr); in total_savings()
1976 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr); in total_savings()
2065 int repl_savings = mul_cost (speed, mode) - add_cost (speed, mode); in analyze_increments() local
2067 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2984 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3038 savings += repl_savings + c->dead_savings; in total_savings()
3141 int repl_savings; in analyze_increments() local
3146 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3149 repl_savings = mul_cost (speed, mode); in analyze_increments()
3150 repl_savings -= add_cost (speed, mode); in analyze_increments()
3153 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-strength-reduction.c2984 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3038 savings += repl_savings + c->dead_savings; in total_savings()
3141 int repl_savings; in analyze_increments() local
3146 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3149 repl_savings = mul_cost (speed, mode); in analyze_increments()
3150 repl_savings -= add_cost (speed, mode); in analyze_increments()
3153 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2984 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3038 savings += repl_savings + c->dead_savings; in total_savings()
3141 int repl_savings; in analyze_increments() local
3146 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3149 repl_savings = mul_cost (speed, mode); in analyze_increments()
3150 repl_savings -= add_cost (speed, mode); in analyze_increments()
3153 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-strength-reduction.c2984 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3038 savings += repl_savings + c->dead_savings; in total_savings()
3141 int repl_savings; in analyze_increments() local
3146 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3149 repl_savings = mul_cost (speed, mode); in analyze_increments()
3150 repl_savings -= add_cost (speed, mode); in analyze_increments()
3153 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-strength-reduction.c2982 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2991 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3007 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3013 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3036 savings += repl_savings + c->dead_savings; in total_savings()
3139 int repl_savings; in analyze_increments() local
3144 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3147 repl_savings = mul_cost (speed, mode); in analyze_increments()
3148 repl_savings -= add_cost (speed, mode); in analyze_increments()
3151 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2984 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3038 savings += repl_savings + c->dead_savings; in total_savings()
3141 int repl_savings; in analyze_increments() local
3146 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3149 repl_savings = mul_cost (speed, mode); in analyze_increments()
3150 repl_savings -= add_cost (speed, mode); in analyze_increments()
3153 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2984 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2993 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3009 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3015 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3038 savings += repl_savings + c->dead_savings; in total_savings()
3141 int repl_savings; in analyze_increments() local
3146 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3149 repl_savings = mul_cost (speed, mode); in analyze_increments()
3150 repl_savings -= add_cost (speed, mode); in analyze_increments()
3153 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-ssa-strength-reduction.c2983 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2992 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
3008 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
3014 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
3037 savings += repl_savings + c->dead_savings; in total_savings()
3140 int repl_savings; in analyze_increments() local
3145 repl_savings = mult_by_coeff_cost (hwi_stride, mode, speed); in analyze_increments()
3148 repl_savings = mul_cost (speed, mode); in analyze_increments()
3149 repl_savings -= add_cost (speed, mode); in analyze_increments()
3152 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple-ssa-strength-reduction.c2731 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2740 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2756 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
2762 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
2778 total_savings (int repl_savings, slsr_cand_t c, double_int incr, in total_savings() argument
2785 savings += repl_savings + c->dead_savings; in total_savings()
2800 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr, in total_savings()
2804 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr, in total_savings()
2894 int repl_savings = mul_cost (speed, mode) - add_cost (speed, mode); in analyze_increments() local
2896 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c2714 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2723 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2739 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
2745 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
2761 total_savings (int repl_savings, slsr_cand_t c, const widest_int &incr, in total_savings() argument
2768 savings += repl_savings + c->dead_savings; in total_savings()
2783 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr, in total_savings()
2787 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr, in total_savings()
2876 int repl_savings = mul_cost (speed, mode) - add_cost (speed, mode); in analyze_increments() local
2878 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c2714 lowest_cost_path (int cost_in, int repl_savings, slsr_cand_t c, in lowest_cost_path() argument
2723 local_cost = cost_in - repl_savings - c->dead_savings; in lowest_cost_path()
2739 local_cost = lowest_cost_path (local_cost, repl_savings, in lowest_cost_path()
2745 sib_cost = lowest_cost_path (cost_in, repl_savings, in lowest_cost_path()
2761 total_savings (int repl_savings, slsr_cand_t c, const widest_int &incr, in total_savings() argument
2768 savings += repl_savings + c->dead_savings; in total_savings()
2783 savings += total_savings (repl_savings, lookup_cand (c->dependent), incr, in total_savings()
2787 savings += total_savings (repl_savings, lookup_cand (c->sibling), incr, in total_savings()
2876 int repl_savings = mul_cost (speed, mode) - add_cost (speed, mode); in analyze_increments() local
2878 cost = lowest_cost_path (cost, repl_savings, first_dep, in analyze_increments()
[all …]