Home
last modified time | relevance | path

Searched refs:ifalse (Results 1 – 25 of 60) sorted by relevance

123

/dports/net/mpich2/mpich2-1.5/src/mpe2/cross_spec/
H A Dflogical.f1 subroutine flogical( itrue, ifalse ) argument
2 logical itrue, ifalse local
4 ifalse = .FALSE.
H A Dcross_f2c.c17 MPI_Fint itrue, ifalse; in main() local
29 flogical_( &itrue, &ifalse ); in main()
31 fprintf( cross_file, "CROSS_FORTRAN2C_FALSE=%d\n", ifalse ); in main()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/wrappers/src/
H A Dmpi_f2c_consts.f5 subroutine fsub_mpi_fconsts( F_MPI_STATUS_SIZE, itrue, ifalse ) argument
9 logical itrue, ifalse local
14 ifalse = .FALSE.
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Difcvt.c818 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
827 ifalse = INTVAL (if_info->a); in noce_try_store_flag_constants()
831 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
832 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
835 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
843 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
854 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
865 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
884 GEN_INT (ifalse), target, if_info->x, 0, in noce_try_store_flag_constants()
902 target, GEN_INT (ifalse), if_info->x, 0, in noce_try_store_flag_constants()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Difcvt.c818 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
827 ifalse = INTVAL (if_info->a); in noce_try_store_flag_constants()
831 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
832 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
835 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
843 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
854 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
865 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
884 GEN_INT (ifalse), target, if_info->x, 0, in noce_try_store_flag_constants()
902 target, GEN_INT (ifalse), if_info->x, 0, in noce_try_store_flag_constants()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Difcvt.c914 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
923 ifalse = INTVAL (if_info->a); in noce_try_store_flag_constants()
927 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
928 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
931 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
939 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
950 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
961 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
980 GEN_INT (ifalse), target, if_info->x, 0, in noce_try_store_flag_constants()
998 target, GEN_INT (ifalse), if_info->x, 0, in noce_try_store_flag_constants()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Difcvt.c1116 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1124 ifalse = INTVAL (if_info->a); in noce_try_store_flag_constants()
1128 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
1129 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1132 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
1140 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
1151 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1162 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
1181 GEN_INT (ifalse), target, if_info->x, 0, in noce_try_store_flag_constants()
1199 target, GEN_INT (ifalse), if_info->x, 0, in noce_try_store_flag_constants()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Difcvt.c1084 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1092 ifalse = INTVAL (if_info->a); in noce_try_store_flag_constants()
1096 if ((itrue - ifalse > 0) in noce_try_store_flag_constants()
1097 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1100 diff = trunc_int_for_mode (itrue - ifalse, mode); in noce_try_store_flag_constants()
1108 else if (ifalse == 0 && exact_log2 (itrue) >= 0 in noce_try_store_flag_constants()
1119 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1130 tmp = itrue; itrue = ifalse; ifalse = tmp; in noce_try_store_flag_constants()
1149 GEN_INT (ifalse), target, if_info->x, 0, in noce_try_store_flag_constants()
1167 target, GEN_INT (ifalse), if_info->x, 0, in noce_try_store_flag_constants()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1319 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1393 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1440 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1464 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1809 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1822 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Difcvt.c1343 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1375 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1382 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1434 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1449 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1460 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1496 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1520 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1865 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1878 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Difcvt.c1286 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1318 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1325 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1377 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1392 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1403 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1439 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1463 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1808 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1821 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Difcvt.c1262 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1295 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1299 diff = (unsigned HOST_WIDE_INT) itrue - ifalse; in noce_try_store_flag_constants()
1302 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1369 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1380 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1416 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1440 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1785 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1798 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1319 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1393 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1440 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1464 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1809 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1822 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1374 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1448 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1495 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1519 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1864 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1877 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1374 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1448 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1495 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1519 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1864 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1877 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1319 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1393 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1440 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1464 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1809 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1822 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1374 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1448 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1495 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1519 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1864 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1877 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1319 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1393 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1440 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1464 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1809 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1822 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1319 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1393 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1440 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1464 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1809 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1822 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Difcvt.c1287 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1319 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1326 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1393 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1404 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1440 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1464 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1809 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1822 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1374 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1448 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1495 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1519 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1864 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1877 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Difcvt.c1343 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1375 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1382 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1434 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1449 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1460 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1496 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1520 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1865 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1878 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Difcvt.c1343 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1375 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1382 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1434 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1449 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1460 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1496 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1520 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1865 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1878 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1374 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1448 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1495 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1519 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1864 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1877 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Difcvt.c1342 HOST_WIDE_INT itrue, ifalse, diff, tmp; in noce_try_store_flag_constants() local
1374 ifalse = INTVAL (a); in noce_try_store_flag_constants()
1381 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_store_flag_constants()
1433 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1448 else if (ifalse == -1 && can_reverse in noce_try_store_flag_constants()
1459 std::swap (itrue, ifalse); in noce_try_store_flag_constants()
1495 gen_int_mode (ifalse, mode), target, in noce_try_store_flag_constants()
1519 target, gen_int_mode (ifalse, mode), in noce_try_store_flag_constants()
1864 HOST_WIDE_INT ifalse = INTVAL (if_info->a); in noce_try_cmove() local
1877 != ((ifalse < 0) != (itrue < 0) ? ifalse < 0 : ifalse < itrue)) in noce_try_cmove()
[all …]

123