/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.cc | 2808 || real_zerop (expr) in zerop() 3119 real_zerop (const_tree expr) in real_zerop() function 3129 return real_zerop (TREE_REALPART (expr)) in real_zerop() 3130 && real_zerop (TREE_IMAGPART (expr)); in real_zerop() 3137 if (!real_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_zerop() 3163 && real_zerop (TREE_IMAGPART (expr)); in real_onep() 3189 && real_zerop (TREE_IMAGPART (expr)); in real_minus_onep() 10221 if (real_zerop (init) in initializer_zerop() 10237 || (real_zerop (init) in initializer_zerop() 10329 return real_zerop (expr) || real_onep (expr); in initializer_each_zero_or_onep() [all …]
|
H A D | fold-const.cc | 3143 if (real_zerop (arg0) && real_zerop (arg1)) in operand_equal_p() 3698 if (!HONOR_SIGNED_ZEROS (t) && real_zerop (t)) in hash_operand() 5851 ? real_zerop (arg01) in fold_cond_expr_with_comparison() 7231 if (!real_zerop (zero_arg)) in fold_real_zero_addition_p() 11127 if ((arg0r && (arg0rz = real_zerop (arg0r))) in fold_binary_loc() 11128 || (arg0i && (arg0iz = real_zerop (arg0i)))) in fold_binary_loc() 11132 if (arg0rz && arg1i && real_zerop (arg1i)) in fold_binary_loc() 11140 else if (arg0iz && arg1r && real_zerop (arg1r)) in fold_binary_loc() 11526 if ((arg0r && (arg0rz = real_zerop (arg0r))) in fold_binary_loc() 11527 || (arg0i && (arg0iz = real_zerop (arg0i)))) in fold_binary_loc() [all …]
|
H A D | match.pd | 30 real_zerop real_onep real_minus_onep 197 (plus:c @0 real_zerop@1) 203 (minus @0 real_zerop@1) 217 (if (real_zerop (@1) 218 && real_zerop (@2) 265 (mult @0 real_zerop@1) 320 (mult:c @0 (cond (cmp @0 real_zerop) real_onep@1 real_minus_onep)) 328 (mult:c @0 (cond (cmp @0 real_zerop) real_minus_onep real_onep@1)) 574 (op (rdiv REAL_CST@0 @1) real_zerop@2) 605 && !real_zerop (@1)) [all …]
|
H A D | predict.cc | 2781 || real_zerop (op1) in tree_predict_by_opcode() 2792 || real_zerop (op1) in tree_predict_by_opcode()
|
H A D | tree-loop-distribution.cc | 1104 if (real_zerop (val)) in const_with_all_bytes_same()
|
H A D | tree-ssa-reassoc.cc | 1076 && real_zerop (oelast->op))) in eliminate_using_constants()
|
H A D | tree.h | 5174 extern bool real_zerop (const_tree);
|
H A D | ChangeLog | 4206 real_zerop or TREE_CODE (op1) == SSA_NAME || real_zerop. Always set 10850 * match.pd (mult @0 real_zerop): Tweak conditions for constant
|
H A D | ChangeLog-2018 | 479 (real_zerop): Likewise. 9667 (integer_nonzerop, integer_truep, tree_ctz, real_zerop): Same. 9673 (integer_nonzerop, integer_truep, tree_ctz, real_zerop): Same.
|
H A D | ChangeLog-2007 | 13943 tree_floor_log2, real_zerop, real_onep, real_twop, 13968 decl_function_context, decl_type_context, real_zerop,
|
H A D | ChangeLog-2015 | 4069 (real_zerop, real_onep, real_minus_onep): Remove STRIP_NOPS. 14132 * tree.c (real_zerop, real_onep, real_minus_onep): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.c | 2539 || real_zerop (expr) in zerop() 2850 real_zerop (const_tree expr) in real_zerop() function 2860 return real_zerop (TREE_REALPART (expr)) in real_zerop() 2861 && real_zerop (TREE_IMAGPART (expr)); in real_zerop() 2868 if (!real_zerop (VECTOR_CST_ENCODED_ELT (expr, i))) in real_zerop() 2894 && real_zerop (TREE_IMAGPART (expr)); in real_onep() 2920 && real_zerop (TREE_IMAGPART (expr)); in real_minus_onep() 11101 if (real_zerop (init) in initializer_zerop() 11117 || (real_zerop (init) in initializer_zerop() 11209 return real_zerop (expr) || real_onep (expr); in initializer_each_zero_or_onep() [all …]
|
H A D | match.pd | 30 real_zerop real_onep real_minus_onep 145 (plus:c @0 real_zerop@1) 151 (minus @0 real_zerop@1) 165 (if (real_zerop (@1) 166 && real_zerop (@2) 199 (mult @0 real_zerop@1) 252 (mult:c @0 (cond (cmp @0 real_zerop) real_onep@1 real_minus_onep)) 260 (mult:c @0 (cond (cmp @0 real_zerop) real_minus_onep real_onep@1)) 471 (op (rdiv REAL_CST@0 @1) real_zerop@2) 502 && !real_zerop (@1)) [all …]
|
H A D | fold-const.c | 3128 if (real_zerop (arg0) && real_zerop (arg1)) in operand_equal_p() 3638 if (!HONOR_SIGNED_ZEROS (t) && real_zerop (t)) in hash_operand() 5769 ? real_zerop (arg01) in fold_cond_expr_with_comparison() 7135 if (!real_zerop (addend)) in fold_real_zero_addition_p() 10502 if ((arg0r && (arg0rz = real_zerop (arg0r))) in fold_binary_loc() 10503 || (arg0i && (arg0iz = real_zerop (arg0i)))) in fold_binary_loc() 10507 if (arg0rz && arg1i && real_zerop (arg1i)) in fold_binary_loc() 10515 else if (arg0iz && arg1r && real_zerop (arg1r)) in fold_binary_loc() 10901 if ((arg0r && (arg0rz = real_zerop (arg0r))) in fold_binary_loc() 10902 || (arg0i && (arg0iz = real_zerop (arg0i)))) in fold_binary_loc() [all …]
|
H A D | predict.c | 2747 || real_zerop (op1) in tree_predict_by_opcode() 2758 || real_zerop (op1) in tree_predict_by_opcode()
|
H A D | tree-ssa-phiopt.c | 1921 ? real_zerop (gimple_cond_rhs (cond)) in abs_replacement()
|
H A D | tree-loop-distribution.c | 1094 if (real_zerop (val)) in const_with_all_bytes_same()
|
H A D | tree.h | 4996 extern bool real_zerop (const_tree);
|
H A D | tree-ssa-reassoc.c | 1009 && real_zerop (oelast->op))) in eliminate_using_constants()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pretty-print.c | 1123 if ((integer_zerop (imagexpr) || real_zerop (imagexpr)) in pp_c_complex_expr()
|
H A D | c-common.c | 1396 && real_zerop (imag_part)) in unsafe_conversion_p() 2787 && !integer_zerop (primop1) && !real_zerop (primop1) in shorten_compare()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.cc | 1185 if ((integer_zerop (imagexpr) || real_zerop (imagexpr)) in pp_c_complex_expr()
|
H A D | c-common.cc | 1562 && real_zerop (imag_part)) in unsafe_conversion_p() 2981 && !integer_zerop (primop1) && !real_zerop (primop1) in shorten_compare()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-typeck.c | 10272 || real_zerop (value.value)))) in process_init_element()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-typeck.cc | 10452 || real_zerop (value.value)))) in process_init_element()
|