/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa.c | 1376 && multiple_of_p (sizetype, TREE_OPERAND (*tp, 1), in maybe_rewrite_mem_ref_base() 1465 && multiple_of_p (sizetype, TREE_OPERAND (base, 1), in non_rewritable_mem_ref_base() 1551 && multiple_of_p (sizetype, TREE_OPERAND (lhs, 1), in non_rewritable_lvalue_p() 1920 && multiple_of_p (sizetype, in execute_update_addresses_taken()
|
H A D | fold-const.c | 180 if (wi::multiple_of_p (wi::to_widest (arg1), wi::to_widest (arg2), in div_if_zero_remainder() 6684 || wi::multiple_of_p (wi::to_wide (t), wi::to_wide (c), in extract_muldiv_1() 6828 || (multiple_of_p (ctype, op0, c) in extract_muldiv_1() 6829 && multiple_of_p (ctype, op1, c)))) in extract_muldiv_1() 6870 || wi::multiple_of_p (wi::to_wide (op1), wi::to_wide (c), in extract_muldiv_1() 6914 && wi::multiple_of_p (wi::to_wide (op1), wi::to_wide (c), in extract_muldiv_1() 6977 if (wi::multiple_of_p (wi::to_wide (op1), wi::to_wide (c), in extract_muldiv_1() 6987 else if (wi::multiple_of_p (wi::to_wide (c), wi::to_wide (op1), in extract_muldiv_1() 11145 && multiple_of_p (type, arg0, in fold_binary_loc() 11285 && multiple_of_p (type, arg0, arg1)) in fold_binary_loc() [all …]
|
H A D | fold-const.h | 95 extern int multiple_of_p (tree, const_tree, const_tree);
|
H A D | tree-ssa-loop-niter.c | 912 && multiple_of_p (type, c, s))) in number_of_iterations_ne_max() 1035 && (integer_onep (s) || multiple_of_p (type, c, s))) in number_of_iterations_ne() 1054 if (multiple_of_p (type, new_c, s)) in number_of_iterations_ne() 1075 if (multiple_of_p (type, new_c, s)) in number_of_iterations_ne() 1096 if (niter->control.no_overflow && multiple_of_p (type, c, s)) in number_of_iterations_ne()
|
H A D | gimple-loop-interchange.cc | 1502 else if (multiple_of_p (TREE_TYPE (iloop_stride), in should_interchange_loops() 1505 else if (multiple_of_p (TREE_TYPE (iloop_stride), in should_interchange_loops()
|
H A D | wide-int.h | 602 bool multiple_of_p (const T1 &, const T2 &, signop); 605 bool multiple_of_p (const T1 &, const T2 &, signop, 3004 wi::multiple_of_p (const T1 &x, const T2 &y, signop sgn) 3013 wi::multiple_of_p (const T1 &x, const T2 &y, signop sgn,
|
H A D | stor-layout.c | 1184 if (!multiple_of_p (TREE_TYPE (off), off, size_int (warn_if_not_align))) in handle_warn_if_not_align() 1688 if (!multiple_of_p (bitsizetype, DECL_SIZE (field), in place_field()
|
H A D | gimple-ssa-warn-restrict.c | 523 && multiple_of_p (sizetype, memrefoff, in set_base_and_offset()
|
H A D | gimple-ssa-strength-reduction.c | 1409 && wi::multiple_of_p (index_in, wi::to_widest (base_cand->stride), in create_add_imm_cand()
|
H A D | FSFChangeLog | 77 * fold-const.c (multiple_of_p): New function.
|
H A D | tree-cfg.c | 4368 && multiple_of_p (bitsizetype, rhs3, TYPE_SIZE (rhs2_type))))) in verify_gimple_assign_ternary()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 192 if (wi::multiple_of_p (wi::to_widest (arg1), wi::to_widest (arg2), in div_if_zero_remainder() 6777 || wi::multiple_of_p (wi::to_wide (t), wi::to_wide (c), in extract_muldiv_1() 6921 || (multiple_of_p (ctype, op0, c) in extract_muldiv_1() 6922 && multiple_of_p (ctype, op1, c)))) in extract_muldiv_1() 6963 || wi::multiple_of_p (wi::to_wide (op1), wi::to_wide (c), in extract_muldiv_1() 7007 && wi::multiple_of_p (wi::to_wide (op1), wi::to_wide (c), in extract_muldiv_1() 7070 if (wi::multiple_of_p (wi::to_wide (op1), wi::to_wide (c), in extract_muldiv_1() 7080 else if (wi::multiple_of_p (wi::to_wide (c), wi::to_wide (op1), in extract_muldiv_1() 11770 && multiple_of_p (type, arg0, in fold_binary_loc() 11910 && multiple_of_p (type, arg0, arg1)) in fold_binary_loc() [all …]
|
H A D | fold-const.h | 107 extern int multiple_of_p (tree, const_tree, const_tree, bool = true);
|
H A D | gimple-loop-interchange.cc | 1514 else if (multiple_of_p (TREE_TYPE (iloop_stride), in should_interchange_loops() 1517 else if (multiple_of_p (TREE_TYPE (iloop_stride), in should_interchange_loops()
|
H A D | wide-int.h | 602 bool multiple_of_p (const T1 &, const T2 &, signop); 605 bool multiple_of_p (const T1 &, const T2 &, signop, 3006 wi::multiple_of_p (const T1 &x, const T2 &y, signop sgn) 3015 wi::multiple_of_p (const T1 &x, const T2 &y, signop sgn,
|
H A D | stor-layout.cc | 1187 if (!multiple_of_p (TREE_TYPE (off), off, size_int (warn_if_not_align))) in handle_warn_if_not_align() 1691 if (!multiple_of_p (bitsizetype, DECL_SIZE (field), in place_field()
|
H A D | tree-ssa-loop-niter.cc | 930 && multiple_of_p (type, c, s))) in number_of_iterations_ne_max() 1060 || (multiple_of_p (mtype, fold_convert (mtype, iv->base), in number_of_iterations_ne() 1062 && multiple_of_p (mtype, fold_convert (mtype, final), in number_of_iterations_ne()
|
H A D | tree-ssa-loop-manip.cc | 1089 if (multiple_of_p (type, niter, bigstep)) in determine_exit_conditions()
|
H A D | gimple-ssa-warn-restrict.cc | 543 && multiple_of_p (sizetype, memrefoff, in set_base_and_offset()
|
H A D | gimple-ssa-strength-reduction.cc | 1408 && wi::multiple_of_p (index_in, wi::to_widest (base_cand->stride), in create_add_imm_cand()
|
H A D | ChangeLog | 1440 * fold-const.cc (multiple_of_p): Pass SIGNED rather than 1441 UNSIGNED for wi::multiple_of_p on widest_int arguments. 10420 * fold-const.cc (multiple_of_p): Remove never true condition. 11166 * fold-const.h (multiple_of_p): Add nowrap parameter, defaulted 11168 * fold-const.cc (multiple_of_p): Likewise. Honor it for 11173 multiple_of_p. Refactor the check done to check the 11178 * fold-const.cc (multiple_of_p): Re-write and move LSHIFT_EXPR 11879 * fold-const.cc (multiple_of_p): Pass the correct type of 11880 the expression to the recursive invocation of multiple_of_p 11892 on poly-ints instead of multiple_of_p.
|
H A D | ChangeLog-2007 | 8532 debug_fold_checksum, multiple_of_p): Constify. 8539 * tree.h (fold_undefer_overflow_warnings, multiple_of_p, 22377 * fold-const.c (multiple_of_p): Check for bottom 25825 * tree.h (multiple_of_p): Declare. 25828 * fold-const.c (multiple_of_p): Exported. 25952 * tree.h : Add multiple_of_p declaration. 25953 * fold-const.c (multiple_of_p): Make multiple_of_p public. 31112 * fold-const.c (multiple_of_p): We've determined both TOP and 33039 fold_binary, multiple_of_p, tree_Expr_non_zero_p,
|
H A D | match.pd | 646 && wi::multiple_of_p (wi::to_wide (@1), wi::to_wide (@2), 4752 (if (wi::multiple_of_p (wi::to_widest (@2), wi::to_widest (@1),
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-warn.c | 2970 if (!multiple_of_p (TREE_TYPE (field_off), field_off, in check_alignment_of_packed_member()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-warn.cc | 2961 if (!multiple_of_p (TREE_TYPE (field_off), field_off, in check_alignment_of_packed_member()
|