Home
last modified time | relevance | path

Searched refs:step_is_pow2 (Results 1 – 22 of 22) sorted by relevance

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dloop-iv.c2009 bool step_is_pow2; in iv_number_of_iterations() local
2125 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2131 step_is_pow2 = false; in iv_number_of_iterations()
2276 if (step_is_pow2) in iv_number_of_iterations()
2378 if (step_is_pow2) in iv_number_of_iterations()
2422 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dloop-iv.c2319 bool step_is_pow2; in iv_number_of_iterations() local
2431 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2437 step_is_pow2 = false; in iv_number_of_iterations()
2583 if (step_is_pow2) in iv_number_of_iterations()
2688 if (step_is_pow2) in iv_number_of_iterations()
2732 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2441 step_is_pow2 = false; in iv_number_of_iterations()
2587 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dloop-iv.c2319 bool step_is_pow2; in iv_number_of_iterations() local
2431 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2437 step_is_pow2 = false; in iv_number_of_iterations()
2583 if (step_is_pow2) in iv_number_of_iterations()
2688 if (step_is_pow2) in iv_number_of_iterations()
2732 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2439 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2445 step_is_pow2 = false; in iv_number_of_iterations()
2591 if (step_is_pow2) in iv_number_of_iterations()
2697 if (step_is_pow2) in iv_number_of_iterations()
2741 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dloop-iv.c2319 bool step_is_pow2; in iv_number_of_iterations() local
2431 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2437 step_is_pow2 = false; in iv_number_of_iterations()
2583 if (step_is_pow2) in iv_number_of_iterations()
2688 if (step_is_pow2) in iv_number_of_iterations()
2732 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dloop-iv.c2320 bool step_is_pow2; in iv_number_of_iterations() local
2432 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2438 step_is_pow2 = false; in iv_number_of_iterations()
2584 if (step_is_pow2) in iv_number_of_iterations()
2689 if (step_is_pow2) in iv_number_of_iterations()
2733 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2441 step_is_pow2 = false; in iv_number_of_iterations()
2587 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dloop-iv.c2326 bool step_is_pow2; in iv_number_of_iterations() local
2442 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2448 step_is_pow2 = false; in iv_number_of_iterations()
2594 if (step_is_pow2) in iv_number_of_iterations()
2699 if (step_is_pow2) in iv_number_of_iterations()
2743 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2441 step_is_pow2 = false; in iv_number_of_iterations()
2587 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dloop-iv.c2326 bool step_is_pow2; in iv_number_of_iterations() local
2442 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2448 step_is_pow2 = false; in iv_number_of_iterations()
2594 if (step_is_pow2) in iv_number_of_iterations()
2700 if (step_is_pow2) in iv_number_of_iterations()
2744 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2441 step_is_pow2 = false; in iv_number_of_iterations()
2587 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dloop-iv.c2319 bool step_is_pow2; in iv_number_of_iterations() local
2431 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2437 step_is_pow2 = false; in iv_number_of_iterations()
2583 if (step_is_pow2) in iv_number_of_iterations()
2688 if (step_is_pow2) in iv_number_of_iterations()
2732 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dloop-iv.c2319 bool step_is_pow2; in iv_number_of_iterations() local
2431 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2437 step_is_pow2 = false; in iv_number_of_iterations()
2583 if (step_is_pow2) in iv_number_of_iterations()
2688 if (step_is_pow2) in iv_number_of_iterations()
2732 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dloop-iv.c2320 bool step_is_pow2; in iv_number_of_iterations() local
2432 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2438 step_is_pow2 = false; in iv_number_of_iterations()
2584 if (step_is_pow2) in iv_number_of_iterations()
2689 if (step_is_pow2) in iv_number_of_iterations()
2733 if (step_is_pow2) in iv_number_of_iterations()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2441 step_is_pow2 = false; in iv_number_of_iterations()
2587 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2441 step_is_pow2 = false; in iv_number_of_iterations()
2587 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dloop-iv.c2319 bool step_is_pow2; in iv_number_of_iterations() local
2431 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2437 step_is_pow2 = false; in iv_number_of_iterations()
2583 if (step_is_pow2) in iv_number_of_iterations()
2688 if (step_is_pow2) in iv_number_of_iterations()
2732 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dloop-iv.c2319 bool step_is_pow2; in iv_number_of_iterations() local
2431 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2437 step_is_pow2 = false; in iv_number_of_iterations()
2583 if (step_is_pow2) in iv_number_of_iterations()
2688 if (step_is_pow2) in iv_number_of_iterations()
2732 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dloop-iv.c2323 bool step_is_pow2; in iv_number_of_iterations() local
2435 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2441 step_is_pow2 = false; in iv_number_of_iterations()
2587 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dloop-iv.c2318 bool step_is_pow2; in iv_number_of_iterations() local
2434 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2440 step_is_pow2 = false; in iv_number_of_iterations()
2586 if (step_is_pow2) in iv_number_of_iterations()
2692 if (step_is_pow2) in iv_number_of_iterations()
2736 if (step_is_pow2) in iv_number_of_iterations()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dloop-iv.c2326 bool step_is_pow2; in iv_number_of_iterations() local
2442 step_is_pow2 = !(step_val & (step_val - 1)); in iv_number_of_iterations()
2448 step_is_pow2 = false; in iv_number_of_iterations()
2594 if (step_is_pow2) in iv_number_of_iterations()
2699 if (step_is_pow2) in iv_number_of_iterations()
2743 if (step_is_pow2) in iv_number_of_iterations()