Home
last modified time | relevance | path

Searched refs:tree_log2 (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-ifcombine.cc271 tree_log2 (gimple_assign_rhs2 (stmt))); in recognize_single_bit_test()
H A Dtree-vect-patterns.cc3478 tree shift = build_int_cst (itype, tree_log2 (oprnd1)); in vect_recog_divmod_pattern()
3522 shift = build_int_cst (itype, tree_log2 (oprnd1)); in vect_recog_divmod_pattern()
3545 - tree_log2 (oprnd1)); in vect_recog_divmod_pattern()
H A Dtree-ssa-ccp.cc3602 ibit = tree_log2 (match_op[1]); in optimize_atomic_bit_test_and()
3680 int ibit = tree_log2 (mask); in optimize_atomic_bit_test_and()
H A Dmatch.pd4128 int ibit = tree_log2 (@0);
4129 int ibit2 = tree_log2 (@1);
4139 int ibit = tree_log2 (@0);
4140 int ibit2 = tree_log2 (@1);
4166 int ibit2 = tree_log2 (@1);
4179 int ibit2 = tree_log2 (@1);
4270 tree shift = build_int_cst (integer_type_node, tree_log2 (@1));
4288 tree shift = build_int_cst (integer_type_node, tree_log2 (@2));
H A Dubsan.cc850 int align_log = tree_log2 (align); in ubsan_expand_null_ifn()
H A Dtree-vect-generic.cc626 shifts[i] = tree_log2 (cst); in expand_vector_divmod()
H A Dtree.cc2983 tree_log2 (const_tree expr) in tree_log2() function
2986 return tree_log2 (TREE_REALPART (expr)); in tree_log2()
2998 return tree_log2 (TREE_REALPART (expr)); in tree_floor_log2()
3076 int l = tree_log2 (TREE_OPERAND (expr, 1)); in tree_ctz()
H A Dvr-values.cc3104 t = build_int_cst (integer_type_node, tree_log2 (op1)); in simplify_div_or_mod_using_ranges()
H A Dinternal-fn.cc1749 int cnt = tree_log2 (argn1); in expand_mul_overflow()
H A Dfold-const.cc7412 int bitnum = tree_log2 (TREE_OPERAND (arg0, 1)); in fold_single_bit_test()
12223 unsigned HOST_WIDE_INT log2 = tree_log2 (arg01); in fold_binary_loc()
13082 && (unsigned HOST_WIDE_INT) tree_log2 (arg1) in fold_ternary_loc()
H A Dtree.h5372 extern int tree_log2 (const_tree);
H A DFSFChangeLog2052 * tree.c (integer_pow2p, tree_log2, valid_machine_attribute): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-ifcombine.c269 tree_log2 (gimple_assign_rhs2 (stmt))); in recognize_single_bit_test()
H A Dtree-vect-patterns.c3121 tree shift = build_int_cst (itype, tree_log2 (oprnd1)); in vect_recog_divmod_pattern()
3165 shift = build_int_cst (itype, tree_log2 (oprnd1)); in vect_recog_divmod_pattern()
3188 - tree_log2 (oprnd1)); in vect_recog_divmod_pattern()
H A Dtree-vect-generic.c526 shifts[i] = tree_log2 (cst); in expand_vector_divmod()
H A Dubsan.c839 int align_log = tree_log2 (align); in ubsan_expand_null_ifn()
H A Dtree-ssa-ccp.c2942 int ibit = tree_log2 (mask); in optimize_atomic_bit_test_and()
H A Dtree.c2714 tree_log2 (const_tree expr) in tree_log2() function
2717 return tree_log2 (TREE_REALPART (expr)); in tree_log2()
2729 return tree_log2 (TREE_REALPART (expr)); in tree_floor_log2()
2807 int l = tree_log2 (TREE_OPERAND (expr, 1)); in tree_ctz()
H A Dinternal-fn.c1533 int cnt = tree_log2 (argn1); in expand_mul_overflow()
H A Dvr-values.c3206 t = build_int_cst (integer_type_node, tree_log2 (op1)); in simplify_div_or_mod_using_ranges()
H A Dfold-const.c7315 int bitnum = tree_log2 (TREE_OPERAND (arg0, 1)); in fold_single_bit_test()
11592 unsigned HOST_WIDE_INT log2 = tree_log2 (arg01); in fold_binary_loc()
12483 && (unsigned HOST_WIDE_INT) tree_log2 (arg1) in fold_ternary_loc()
H A Dtree.h5189 extern int tree_log2 (const_tree);
H A DFSFChangeLog2052 * tree.c (integer_pow2p, tree_log2, valid_machine_attribute): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c5225 || (log2align = tree_log2 (align)) == -1) in check_user_alignment()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc5489 || (log2align = tree_log2 (align)) == -1) in check_user_alignment()

12