| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssanames.cc | 385 ri->set_nonzero_bits (ri->get_nonzero_bits () & (ri->get_min () | xorv)); in set_range_info_raw() 406 if (ri->get_nonzero_bits () == -1) in set_range_info() 459 get_nonzero_bits (const_tree name) in get_nonzero_bits() function 480 return ri->get_nonzero_bits (); in get_nonzero_bits() 517 if (wi::eq_p (get_nonzero_bits (op), 1)) in ssa_name_has_boolean_range()
|
| H A D | tree-ssanames.h | 74 extern wide_int get_nonzero_bits (const_tree);
|
| H A D | tree-ssa-ccp.cc | 300 wide_int nonzero_bits = get_nonzero_bits (var); in get_default_value() 1016 nonzero_bits &= get_nonzero_bits (name); in ccp_finalize() 2443 wide_int nonzero_bits = get_nonzero_bits (lhs); in evaluate_stmt()
|
| H A D | match.pd | 292 && get_nonzero_bits (@1) == 1 293 && get_nonzero_bits (@2) == 1) 1119 && wi::bit_and_not (get_nonzero_bits (@0), wi::to_wide (@1)) == 0) 1238 && wi::bit_and_not (get_nonzero_bits (@0), wi::to_wide (@1)) == 0) 2128 /* Arguments on which one can call get_nonzero_bits to get the bits 2142 an equivalent to get_nonzero_bits yet. */ 2152 (if (wi::bit_and_not (wi::to_wide (@1), get_nonzero_bits (@0)) != 0) 2178 zero_mask_not = get_nonzero_bits (@2); 3413 (if ((get_nonzero_bits (@1) & wi::mask (width, false, prec)) == 0)
|
| H A D | gimple-pretty-print.cc | 2361 nonzero_bits = get_nonzero_bits (node); in dump_ssaname_info()
|
| H A D | asan.cc | 820 wide_int size_nonzero_bits = get_nonzero_bits (old_size); in handle_builtin_alloca()
|
| H A D | tree-vrp.cc | 2279 set_nonzero_bits (var, wi::bit_and_not (get_nonzero_bits (var), in maybe_set_nonzero_bits()
|
| H A D | tree-data-ref.cc | 1029 wide_int var_nonzero = get_nonzero_bits (exp); in split_constant_offset()
|
| H A D | tree-vect-patterns.cc | 66 wide_int nonzero = get_nonzero_bits (var); in vect_get_range_info()
|
| H A D | ipa-prop.cc | 2331 widest_int::from (get_nonzero_bits (arg), in ipa_compute_jump_functions_for_edge()
|
| H A D | ipa-cp.cc | 1100 wide_int get_nonzero_bits (const_tree); in get_value_and_mask() local
|
| H A D | tree-ssa-reassoc.cc | 3912 wide_int nz = get_nonzero_bits (rhs2); in optimize_range_tests_var_bound()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssanames.c | 376 ri->set_nonzero_bits (ri->get_nonzero_bits () & (ri->get_min () | xorv)); in set_range_info_raw() 397 if (ri->get_nonzero_bits () == -1) in set_range_info() 514 get_nonzero_bits (const_tree name) in get_nonzero_bits() function 535 return ri->get_nonzero_bits (); in get_nonzero_bits() 565 && wi::eq_p (get_nonzero_bits (op), 1)) in ssa_name_has_boolean_range()
|
| H A D | tree-ssanames.h | 78 extern wide_int get_nonzero_bits (const_tree);
|
| H A D | tree-ssa-ccp.c | 299 wide_int nonzero_bits = get_nonzero_bits (var); in get_default_value() 1015 nonzero_bits &= get_nonzero_bits (name); in ccp_finalize() 2064 wide_int nonzero_bits = get_nonzero_bits (lhs); in evaluate_stmt()
|
| H A D | match.pd | 224 && get_nonzero_bits (@1) == 1 225 && get_nonzero_bits (@2) == 1) 890 && wi::bit_and_not (get_nonzero_bits (@0), wi::to_wide (@1)) == 0) 1009 && wi::bit_and_not (get_nonzero_bits (@0), wi::to_wide (@1)) == 0) 1732 /* Arguments on which one can call get_nonzero_bits to get the bits 1746 an equivalent to get_nonzero_bits yet. */ 1756 (if (wi::bit_and_not (wi::to_wide (@1), get_nonzero_bits (@0)) != 0) 1782 zero_mask_not = get_nonzero_bits (@2); 2811 (if ((get_nonzero_bits (@1) & wi::mask (width, false, prec)) == 0)
|
| H A D | gimple-pretty-print.c | 2263 nonzero_bits = get_nonzero_bits (node); in dump_ssaname_info()
|
| H A D | asan.c | 662 wide_int size_nonzero_bits = get_nonzero_bits (old_size); in handle_builtin_alloca()
|
| H A D | tree-vect-patterns.c | 59 wide_int nonzero = get_nonzero_bits (var); in vect_get_range_info()
|
| H A D | tree-vrp.c | 4209 set_nonzero_bits (var, wi::bit_and_not (get_nonzero_bits (var), in maybe_set_nonzero_bits()
|
| H A D | ipa-cp.c | 1034 wide_int get_nonzero_bits (const_tree); in get_value_and_mask()
|
| H A D | tree-data-ref.c | 771 wide_int var_nonzero = get_nonzero_bits (tmp_var); in split_constant_offset_1()
|
| H A D | ipa-prop.c | 2202 widest_int::from (get_nonzero_bits (arg), in ipa_compute_jump_functions_for_edge()
|
| H A D | tree-ssa-reassoc.c | 3602 wide_int nz = get_nonzero_bits (rhs2); in optimize_range_tests_var_bound()
|
| H A D | fold-const.c | 10190 if (wi::ne_p (wi::zext (wi::bit_and_not (w, get_nonzero_bits (t)), in expr_not_equal_to() 15610 return get_nonzero_bits (t); in tree_nonzero_bits()
|