/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | combine.cc | 428 static rtx *find_split_point (rtx *, rtx_insn *, bool); 3702 && (split = find_split_point (&newpat, i3, false)) != 0 in try_combine() 4840 find_split_point (rtx *loc, rtx_insn *insn, bool set_src) in find_split_point() function 4861 return find_split_point (&SUBREG_REG (x), insn, false); in find_split_point() 4996 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() 5001 split = find_split_point (&SET_DEST (x), insn, false); in find_split_point() 5045 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() 5081 return find_split_point (loc, insn, false); in find_split_point() 5103 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() 5167 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() [all …]
|
H A D | FSFChangeLog.11 | 3779 * combine.c (find_split_point, simplify_rtx): Likewise. 7370 * combine.c (find_split_point): Don't turn a SIGN_EXTEND into 7707 * combine.c (find_split_point, case SET): Fix error in last change. 8157 * combine.c (find_split_point, case SET): If SET_SRC is NE and
|
H A D | FSFChangeLog.10 | 354 * combine.c (find_split_point): Handle NULL return from 3436 * combine.c (find_split_point): Try to split SET_DEST
|
H A D | ChangeLog-2004 | 24538 find_split_point, record_dead_and_set_regs, reg_dead_at_p, 26705 find_split_point, combine_simplify_rtx, simplify_set, make_extraction, 29782 combinable_i3pat, try_combine, find_split_point, COMBINE_RTX_EQUAL_P, 31576 find_split_point, combine_simplify_rtx, 31863 find_split_point, combine_simplify_rtx, 39646 * combine.c (contains_muldiv, find_split_point, subst,
|
H A D | ChangeLog-2010 | 8071 (find_split_point): Likewise. 16508 * combine.c (find_split_point): Undo canonicalization of multiply-add 30597 (try_combine): When implementing a split chosen by find_split_point, 33669 * combine.c (find_split_point): Add third argument. Use it 33671 (try_combine): Adjust call to find_split_point.
|
H A D | ChangeLog-2017 | 1968 * combine.c (try_combine, find_split_point, force_int_to_mode) 2138 * combine.c (find_split_point, simplify_if_then_else, force_to_mode, 18661 * combine.c (find_split_point): Add is_a <scalar_int_mode> checks. 18726 (find_split_point): Likewise. 18762 * combine.c (find_split_point): Use it.
|
H A D | ChangeLog-2015 | 31131 * combine.c (find_split_point): Verify that the shift count is a 31377 * combine.c (find_split_point): Check the value of HAVE_lo_sum 31680 * combine.c (find_split_point): Handle ASHIFT like MULT to encourage 35654 (find_split_point): Likewise. 35692 (find_split_point): Likewise.
|
H A D | ChangeLog-2009 | 4773 * combine.c (find_split_point): Likewise. 4954 * combine.c (find_split_point): Use address-space aware variants
|
H A D | ChangeLog-2005 | 3122 * combine.c (find_split_point): Sign extend bitmask 28229 (known_cond, simplify_shift_const, find_split_point,
|
H A D | ChangeLog-2016 | 13488 (contains_muldiv, find_split_point, combine_simplify_rtx) 15677 * combine.c (find_split_point): Likewise.
|
H A D | ChangeLog-2018 | 2029 * combine.c (find_split_point): For invalid memory address 35006 (try_combine, find_split_point, combine_simplify_rtx): Likewise.
|
H A D | ChangeLog-1998 | 4037 (find_split_point): Cast variable `src' to (unsigned
|
H A D | ChangeLog-1999 | 10152 (find_split_point): Likewise for variables `pos', `unsignedp' and
|
H A D | ChangeLog-2014 | 21701 (find_split_point): Strengthen local "seq" from rtx into 27095 (find_split_point): Strengthen param "insn" from rtx to
|
H A D | ChangeLog-2008 | 28619 * combine.c (find_split_point): Split PLUS expressions which are
|
H A D | ChangeLog-2000 | 24244 (find_split_point, expand_compound_operation, make_extraction): LEN
|
H A D | ChangeLog-2012 | 25116 * combine.c (find_split_point): Use get_address_mode instead of
|
H A D | ChangeLog-2007 | 13746 (try_combine, find_split_point): Call it instead of split_insns.
|
H A D | ChangeLog-2002 | 23674 * combine.c (find_split_point): Use gen_int_mode.
|
H A D | ChangeLog-2020 | 35316 * combine.c (find_split_point): For store into ZERO_EXTRACT, and src
|
H A D | ChangeLog-2011 | 19639 * combine.c (try_combine, find_split_point, combine_simplify_rtx,
|
H A D | ChangeLog-2013 | 19345 * combine.c (find_split_point, make_extraction): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | combine.c | 442 static rtx *find_split_point (rtx *, rtx_insn *, bool); 3825 && (split = find_split_point (&newpat, i3, false)) != 0 in try_combine() 4956 find_split_point (rtx *loc, rtx_insn *insn, bool set_src) in find_split_point() function 4977 return find_split_point (&SUBREG_REG (x), insn, false); in find_split_point() 5125 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() 5130 split = find_split_point (&SET_DEST (x), insn, false); in find_split_point() 5174 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() 5210 return find_split_point (loc, insn, false); in find_split_point() 5232 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() 5296 split = find_split_point (&SET_SRC (x), insn, true); in find_split_point() [all …]
|
H A D | FSFChangeLog.11 | 3779 * combine.c (find_split_point, simplify_rtx): Likewise. 7370 * combine.c (find_split_point): Don't turn a SIGN_EXTEND into 7707 * combine.c (find_split_point, case SET): Fix error in last change. 8157 * combine.c (find_split_point, case SET): If SET_SRC is NE and
|
H A D | FSFChangeLog.10 | 354 * combine.c (find_split_point): Handle NULL return from 3436 * combine.c (find_split_point): Try to split SET_DEST
|