Home
last modified time | relevance | path

Searched refs:pow2p_hwi (Results 1 – 19 of 19) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dhwint.h158 pow2p_hwi (unsigned HOST_WIDE_INT x) in pow2p_hwi() function
251 return pow2p_hwi (x) ? ctz_hwi (x) : -1; in exact_log2()
H A Dhwint.c77 if (!pow2p_hwi (x)) in exact_log2()
H A Dtree-vector-builder.c140 gcc_assert (pow2p_hwi (npatterns ())); in build()
H A Dvector-builder.h387 if (pow2p_hwi (m_npatterns)) in finalize()
H A Dtree-vect-data-refs.c5204 gcc_assert (pow2p_hwi (count)); in vect_grouped_store_supported()
5399 gcc_assert (pow2p_hwi (length)); in vect_permute_store_chain()
5814 gcc_assert (pow2p_hwi (count)); in vect_grouped_load_supported()
6005 gcc_assert (pow2p_hwi (length)); in vect_permute_load_chain()
6167 if (pow2p_hwi (length) && vf > 4) in vect_shift_permute_load_chain()
6424 || pow2p_hwi (size) in vect_transform_grouped_load()
H A Dcombine.c2304 && pow2p_hwi (UINTVAL (XEXP (x, 1)))); in contains_muldiv()
5264 && !pow2p_hwi (INTVAL (XEXP (XEXP (x, 1), 1)))) in find_split_point()
6109 && pow2p_hwi (-UINTVAL (XEXP (XEXP (x, 1), 1))) in combine_simplify_rtx()
6445 && pow2p_hwi (nzb = nonzero_bits (from, from_mode))) in simplify_if_then_else()
6904 && pow2p_hwi (mask = nonzero_bits (op0, GET_MODE (op0)))) in simplify_set()
8812 && pow2p_hwi (- smask) in force_int_to_mode()
8995 && pow2p_hwi (mask + 1) in force_int_to_mode()
9170 && pow2p_hwi (nonzero_bits (XEXP (x, 0), mode)) in force_int_to_mode()
9423 && pow2p_hwi (nz = nonzero_bits (x, mode))) in if_then_else_cond()
10113 && pow2p_hwi (constop + 1)) in simplify_and_const_int_1()
[all …]
H A Dcse.c3662 && pow2p_hwi (INTVAL (const_arg1))) in fold_rtx()
3664 && pow2p_hwi (INTVAL (const_arg1))) in fold_rtx()
3666 && pow2p_hwi (- INTVAL (const_arg1))) in fold_rtx()
3668 && pow2p_hwi (- INTVAL (const_arg1))))) in fold_rtx()
H A Difcvt.c1378 else if (ifalse == 0 && pow2p_hwi (itrue) in noce_try_store_flag_constants()
1382 else if (itrue == 0 && pow2p_hwi (ifalse) && can_reverse in noce_try_store_flag_constants()
H A Dtree-ssa-forwprop.c1675 && pow2p_hwi (TYPE_PRECISION (rtype)) in simplify_rotate()
H A Dexpmed.c144 && pow2p_hwi (to_size)) in init_expmed_one_conv()
147 && pow2p_hwi (from_size)) in init_expmed_one_conv()
H A Dtree-ssa-strlen.c2754 && pow2p_hwi (leni)) in handle_builtin_memcmp()
H A Dtree-pretty-print.c1368 && pow2p_hwi (TYPE_PRECISION (node))) in dump_generic_node()
H A Dtree.h3741 if (!pow2p_hwi (coeff0)) in valid_vector_subparts_p()
H A Dgimple-fold.c760 if (pow2p_hwi (ilen)) in gimple_fold_builtin_memory_op()
H A Dfold-const.c9671 && pow2p_hwi (element_precision (rtype))) in fold_binary_loc()
10204 && pow2p_hwi (pop) in fold_binary_loc()
H A Dtree-vect-loop.c5486 gcc_assert (pow2p_hwi (group_size)); in vect_create_epilog_for_reduction()
H A Dtree-vect-stmts.c2364 && !pow2p_hwi (GROUP_SIZE (stmt_info)))) in get_load_store_type()
H A Dexpr.c11387 || !pow2p_hwi (tree_to_uhwi (TREE_OPERAND (offset, 1)) + 1)) in is_aligning_offset()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Ddecl.c4274 && !pow2p_hwi (aligned_new_threshold)) in cxx_init_decl_processing()