Home
last modified time | relevance | path

Searched refs:get_nonzero_bits (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssanames.cc385 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 Dtree-ssanames.h74 extern wide_int get_nonzero_bits (const_tree);
H A Dtree-ssa-ccp.cc300 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 Dmatch.pd292 && 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 Dgimple-pretty-print.cc2361 nonzero_bits = get_nonzero_bits (node); in dump_ssaname_info()
H A Dasan.cc820 wide_int size_nonzero_bits = get_nonzero_bits (old_size); in handle_builtin_alloca()
H A Dtree-vrp.cc2279 set_nonzero_bits (var, wi::bit_and_not (get_nonzero_bits (var), in maybe_set_nonzero_bits()
H A Dtree-data-ref.cc1029 wide_int var_nonzero = get_nonzero_bits (exp); in split_constant_offset()
H A Dtree-vect-patterns.cc66 wide_int nonzero = get_nonzero_bits (var); in vect_get_range_info()
H A Dipa-prop.cc2331 widest_int::from (get_nonzero_bits (arg), in ipa_compute_jump_functions_for_edge()
H A Dipa-cp.cc1100 wide_int get_nonzero_bits (const_tree); in get_value_and_mask() local
H A Dtree-ssa-reassoc.cc3912 wide_int nz = get_nonzero_bits (rhs2); in optimize_range_tests_var_bound()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssanames.c376 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 Dtree-ssanames.h78 extern wide_int get_nonzero_bits (const_tree);
H A Dtree-ssa-ccp.c299 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 Dmatch.pd224 && 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 Dgimple-pretty-print.c2263 nonzero_bits = get_nonzero_bits (node); in dump_ssaname_info()
H A Dasan.c662 wide_int size_nonzero_bits = get_nonzero_bits (old_size); in handle_builtin_alloca()
H A Dtree-vect-patterns.c59 wide_int nonzero = get_nonzero_bits (var); in vect_get_range_info()
H A Dtree-vrp.c4209 set_nonzero_bits (var, wi::bit_and_not (get_nonzero_bits (var), in maybe_set_nonzero_bits()
H A Dipa-cp.c1034 wide_int get_nonzero_bits (const_tree); in get_value_and_mask()
H A Dtree-data-ref.c771 wide_int var_nonzero = get_nonzero_bits (tmp_var); in split_constant_offset_1()
H A Dipa-prop.c2202 widest_int::from (get_nonzero_bits (arg), in ipa_compute_jump_functions_for_edge()
H A Dtree-ssa-reassoc.c3602 wide_int nz = get_nonzero_bits (rhs2); in optimize_range_tests_var_bound()
H A Dfold-const.c10190 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()

12