Home
last modified time | relevance | path

Searched refs:square_recip_count (Results 1 – 16 of 16) sorted by relevance

/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-math-opts.c545 int square_recip_count = 0; in execute_cse_reciprocals_1() local
595 square_recip_count++; in execute_cse_reciprocals_1()
602 square_recip_count /= 2; in execute_cse_reciprocals_1()
605 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
609 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
616 square_recip_count, threshold); in execute_cse_reciprocals_1()
626 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-math-opts.c740 int square_recip_count = 0; in execute_cse_reciprocals_1() local
790 square_recip_count++; in execute_cse_reciprocals_1()
797 square_recip_count /= 2; in execute_cse_reciprocals_1()
800 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
804 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
811 square_recip_count, threshold); in execute_cse_reciprocals_1()
821 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c545 int square_recip_count = 0; in execute_cse_reciprocals_1() local
595 square_recip_count++; in execute_cse_reciprocals_1()
602 square_recip_count /= 2; in execute_cse_reciprocals_1()
605 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
609 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
616 square_recip_count, threshold); in execute_cse_reciprocals_1()
626 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c545 int square_recip_count = 0; in execute_cse_reciprocals_1() local
595 square_recip_count++; in execute_cse_reciprocals_1()
602 square_recip_count /= 2; in execute_cse_reciprocals_1()
605 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
609 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
616 square_recip_count, threshold); in execute_cse_reciprocals_1()
626 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-math-opts.c741 int square_recip_count = 0; in execute_cse_reciprocals_1() local
791 square_recip_count++; in execute_cse_reciprocals_1()
798 square_recip_count /= 2; in execute_cse_reciprocals_1()
801 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
805 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
812 square_recip_count, threshold); in execute_cse_reciprocals_1()
822 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c545 int square_recip_count = 0; in execute_cse_reciprocals_1() local
595 square_recip_count++; in execute_cse_reciprocals_1()
602 square_recip_count /= 2; in execute_cse_reciprocals_1()
605 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
609 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
616 square_recip_count, threshold); in execute_cse_reciprocals_1()
626 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-math-opts.c545 int square_recip_count = 0; in execute_cse_reciprocals_1() local
595 square_recip_count++; in execute_cse_reciprocals_1()
602 square_recip_count /= 2; in execute_cse_reciprocals_1()
605 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
609 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
616 square_recip_count, threshold); in execute_cse_reciprocals_1()
626 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-math-opts.c545 int square_recip_count = 0; in execute_cse_reciprocals_1() local
595 square_recip_count++; in execute_cse_reciprocals_1()
602 square_recip_count /= 2; in execute_cse_reciprocals_1()
605 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
609 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
616 square_recip_count, threshold); in execute_cse_reciprocals_1()
626 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-math-opts.c740 int square_recip_count = 0; in execute_cse_reciprocals_1() local
790 square_recip_count++; in execute_cse_reciprocals_1()
797 square_recip_count /= 2; in execute_cse_reciprocals_1()
800 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
804 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
811 square_recip_count, threshold); in execute_cse_reciprocals_1()
821 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-math-opts.c740 int square_recip_count = 0; in execute_cse_reciprocals_1() local
790 square_recip_count++; in execute_cse_reciprocals_1()
797 square_recip_count /= 2; in execute_cse_reciprocals_1()
800 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
804 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
811 square_recip_count, threshold); in execute_cse_reciprocals_1()
821 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-math-opts.c741 int square_recip_count = 0; in execute_cse_reciprocals_1() local
791 square_recip_count++; in execute_cse_reciprocals_1()
798 square_recip_count /= 2; in execute_cse_reciprocals_1()
801 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
805 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
812 square_recip_count, threshold); in execute_cse_reciprocals_1()
822 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-math-opts.c741 int square_recip_count = 0; in execute_cse_reciprocals_1() local
791 square_recip_count++; in execute_cse_reciprocals_1()
798 square_recip_count /= 2; in execute_cse_reciprocals_1()
801 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
805 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
812 square_recip_count, threshold); in execute_cse_reciprocals_1()
822 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-math-opts.c758 int square_recip_count = 0; in execute_cse_reciprocals_1() local
808 square_recip_count++; in execute_cse_reciprocals_1()
815 square_recip_count /= 2; in execute_cse_reciprocals_1()
818 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
822 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
829 square_recip_count, threshold); in execute_cse_reciprocals_1()
839 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-math-opts.c758 int square_recip_count = 0; in execute_cse_reciprocals_1() local
808 square_recip_count++; in execute_cse_reciprocals_1()
815 square_recip_count /= 2; in execute_cse_reciprocals_1()
818 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
822 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
829 square_recip_count, threshold); in execute_cse_reciprocals_1()
839 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c758 int square_recip_count = 0; in execute_cse_reciprocals_1() local
808 square_recip_count++; in execute_cse_reciprocals_1()
815 square_recip_count /= 2; in execute_cse_reciprocals_1()
818 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
822 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
829 square_recip_count, threshold); in execute_cse_reciprocals_1()
839 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-math-opts.c758 int square_recip_count = 0; in execute_cse_reciprocals_1() local
808 square_recip_count++; in execute_cse_reciprocals_1()
815 square_recip_count /= 2; in execute_cse_reciprocals_1()
818 if (sqrt_recip_count > square_recip_count) in execute_cse_reciprocals_1()
822 if (count + square_recip_count >= threshold && count >= 1) in execute_cse_reciprocals_1()
829 square_recip_count, threshold); in execute_cse_reciprocals_1()
839 else if (square_recip_count > 0 && is_square_of (use_stmt, def)) in execute_cse_reciprocals_1()