| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-ifcombine.cc | 271 tree_log2 (gimple_assign_rhs2 (stmt))); in recognize_single_bit_test()
|
| H A D | tree-vect-patterns.cc | 3478 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 D | tree-ssa-ccp.cc | 3602 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 D | match.pd | 4128 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 D | ubsan.cc | 850 int align_log = tree_log2 (align); in ubsan_expand_null_ifn()
|
| H A D | tree-vect-generic.cc | 626 shifts[i] = tree_log2 (cst); in expand_vector_divmod()
|
| H A D | tree.cc | 2983 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 D | vr-values.cc | 3104 t = build_int_cst (integer_type_node, tree_log2 (op1)); in simplify_div_or_mod_using_ranges()
|
| H A D | internal-fn.cc | 1749 int cnt = tree_log2 (argn1); in expand_mul_overflow()
|
| H A D | fold-const.cc | 7412 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 D | tree.h | 5372 extern int tree_log2 (const_tree);
|
| H A D | FSFChangeLog | 2052 * tree.c (integer_pow2p, tree_log2, valid_machine_attribute): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-ifcombine.c | 269 tree_log2 (gimple_assign_rhs2 (stmt))); in recognize_single_bit_test()
|
| H A D | tree-vect-patterns.c | 3121 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 D | tree-vect-generic.c | 526 shifts[i] = tree_log2 (cst); in expand_vector_divmod()
|
| H A D | ubsan.c | 839 int align_log = tree_log2 (align); in ubsan_expand_null_ifn()
|
| H A D | tree-ssa-ccp.c | 2942 int ibit = tree_log2 (mask); in optimize_atomic_bit_test_and()
|
| H A D | tree.c | 2714 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 D | internal-fn.c | 1533 int cnt = tree_log2 (argn1); in expand_mul_overflow()
|
| H A D | vr-values.c | 3206 t = build_int_cst (integer_type_node, tree_log2 (op1)); in simplify_div_or_mod_using_ranges()
|
| H A D | fold-const.c | 7315 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 D | tree.h | 5189 extern int tree_log2 (const_tree);
|
| H A D | FSFChangeLog | 2052 * tree.c (integer_pow2p, tree_log2, valid_machine_attribute): Likewise.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-common.c | 5225 || (log2align = tree_log2 (align)) == -1) in check_user_alignment()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-common.cc | 5489 || (log2align = tree_log2 (align)) == -1) in check_user_alignment()
|