Home
last modified time | relevance | path

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

12345678910>>...52

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-optimize.c131 * REG_BR_PROB_BASE + ENTRY_BLOCK_PTR->count / 2) in execute_fixup_cfg()
134 count_scale = REG_BR_PROB_BASE; in execute_fixup_cfg()
138 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
142 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
147 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
181 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
202 if (count_scale != REG_BR_PROB_BASE) in execute_fixup_cfg()
H A Dcfgloopmanip.c583 if (scale == REG_BR_PROB_BASE) in scale_loop_profile()
783 prob = REG_BR_PROB_BASE / 2; in create_empty_loop_on_edge()
785 scale_loop_frequencies (loop, REG_BR_PROB_BASE - prob, REG_BR_PROB_BASE); in create_empty_loop_on_edge()
1198 && REG_BR_PROB_BASE - orig->probability != 0) in duplicate_loop_to_header_edge()
1202 scale_after_exit = RDIV (REG_BR_PROB_BASE * REG_BR_PROB_BASE, in duplicate_loop_to_header_edge()
1203 REG_BR_PROB_BASE - orig->probability); in duplicate_loop_to_header_edge()
1247 scale_main = REG_BR_PROB_BASE; in duplicate_loop_to_header_edge()
1253 scale_main = RDIV (REG_BR_PROB_BASE * REG_BR_PROB_BASE, scale_main); in duplicate_loop_to_header_edge()
1258 scale_main = REG_BR_PROB_BASE; in duplicate_loop_to_header_edge()
1364 REG_BR_PROB_BASE); in duplicate_loop_to_header_edge()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-optimize.c131 * REG_BR_PROB_BASE + ENTRY_BLOCK_PTR->count / 2) in execute_fixup_cfg()
134 count_scale = REG_BR_PROB_BASE; in execute_fixup_cfg()
138 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
142 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
147 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
181 + REG_BR_PROB_BASE / 2) / REG_BR_PROB_BASE; in execute_fixup_cfg()
202 if (count_scale != REG_BR_PROB_BASE) in execute_fixup_cfg()
H A Dcfgloopmanip.c583 if (scale == REG_BR_PROB_BASE) in scale_loop_profile()
783 prob = REG_BR_PROB_BASE / 2; in create_empty_loop_on_edge()
785 scale_loop_frequencies (loop, REG_BR_PROB_BASE - prob, REG_BR_PROB_BASE); in create_empty_loop_on_edge()
1198 && REG_BR_PROB_BASE - orig->probability != 0) in duplicate_loop_to_header_edge()
1202 scale_after_exit = RDIV (REG_BR_PROB_BASE * REG_BR_PROB_BASE, in duplicate_loop_to_header_edge()
1203 REG_BR_PROB_BASE - orig->probability); in duplicate_loop_to_header_edge()
1247 scale_main = REG_BR_PROB_BASE; in duplicate_loop_to_header_edge()
1253 scale_main = RDIV (REG_BR_PROB_BASE * REG_BR_PROB_BASE, scale_main); in duplicate_loop_to_header_edge()
1258 scale_main = REG_BR_PROB_BASE; in duplicate_loop_to_header_edge()
1364 REG_BR_PROB_BASE); in duplicate_loop_to_header_edge()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dpredict.h26 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
27 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
28 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
29 #define PROB_ALWAYS (REG_BR_PROB_BASE)
30 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
31 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dpredict.h26 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
27 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
28 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
29 #define PROB_ALWAYS (REG_BR_PROB_BASE)
30 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
31 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dpredict.h26 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
27 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
28 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
29 #define PROB_ALWAYS (REG_BR_PROB_BASE)
30 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
31 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dpredict.h28 #define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
29 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
30 #define PROB_VERY_LIKELY (REG_BR_PROB_BASE - PROB_VERY_UNLIKELY)
31 #define PROB_ALWAYS (REG_BR_PROB_BASE)
32 #define PROB_UNLIKELY (REG_BR_PROB_BASE / 5 - 1)
33 #define PROB_LIKELY (REG_BR_PROB_BASE - PROB_UNLIKELY)
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dpredict.c71 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
73 #define PROB_ALWAYS (REG_BR_PROB_BASE)
403 * (REG_BR_PROB_BASE - probability)); in combine_predictions_for_insn()
411 * REG_BR_PROB_BASE / d + 0.5); in combine_predictions_for_insn()
540 * (REG_BR_PROB_BASE - probability)); in combine_predictions_for_bb()
545 combined_probability = REG_BR_PROB_BASE / 2; in combine_predictions_for_bb()
548 * REG_BR_PROB_BASE / d + 0.5); in combine_predictions_for_bb()
631 prob = (REG_BR_PROB_BASE in predict_loops()
635 if (prob == REG_BR_PROB_BASE) in predict_loops()
636 prob = REG_BR_PROB_BASE - 1; in predict_loops()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dpredict.c64 #define PROB_EVEN (REG_BR_PROB_BASE / 2)
66 #define PROB_ALWAYS (REG_BR_PROB_BASE)
323 * (REG_BR_PROB_BASE - probability)); in combine_predictions_for_insn()
328 combined_probability = REG_BR_PROB_BASE / 2; in combine_predictions_for_insn()
331 * REG_BR_PROB_BASE / d + 0.5); in combine_predictions_for_insn()
380 = REG_BR_PROB_BASE - combined_probability; in combine_predictions_for_insn()
422 prob = (REG_BR_PROB_BASE in estimate_probability()
423 - (REG_BR_PROB_BASE + niter /2) / niter); in estimate_probability()
426 if (prob == REG_BR_PROB_BASE) in estimate_probability()
427 prob = REG_BR_PROB_BASE - 1; in estimate_probability()
[all …]

12345678910>>...52