Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcombine.cc428 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 DFSFChangeLog.113779 * 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 DFSFChangeLog.10354 * combine.c (find_split_point): Handle NULL return from
3436 * combine.c (find_split_point): Try to split SET_DEST
H A DChangeLog-200424538 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 DChangeLog-20108071 (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 DChangeLog-20171968 * 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 DChangeLog-201531131 * 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 DChangeLog-20094773 * combine.c (find_split_point): Likewise.
4954 * combine.c (find_split_point): Use address-space aware variants
H A DChangeLog-20053122 * combine.c (find_split_point): Sign extend bitmask
28229 (known_cond, simplify_shift_const, find_split_point,
H A DChangeLog-201613488 (contains_muldiv, find_split_point, combine_simplify_rtx)
15677 * combine.c (find_split_point): Likewise.
H A DChangeLog-20182029 * combine.c (find_split_point): For invalid memory address
35006 (try_combine, find_split_point, combine_simplify_rtx): Likewise.
H A DChangeLog-19984037 (find_split_point): Cast variable `src' to (unsigned
H A DChangeLog-199910152 (find_split_point): Likewise for variables `pos', `unsignedp' and
H A DChangeLog-201421701 (find_split_point): Strengthen local "seq" from rtx into
27095 (find_split_point): Strengthen param "insn" from rtx to
H A DChangeLog-200828619 * combine.c (find_split_point): Split PLUS expressions which are
H A DChangeLog-200024244 (find_split_point, expand_compound_operation, make_extraction): LEN
H A DChangeLog-201225116 * combine.c (find_split_point): Use get_address_mode instead of
H A DChangeLog-200713746 (try_combine, find_split_point): Call it instead of split_insns.
H A DChangeLog-200223674 * combine.c (find_split_point): Use gen_int_mode.
H A DChangeLog-202035316 * combine.c (find_split_point): For store into ZERO_EXTRACT, and src
H A DChangeLog-201119639 * combine.c (try_combine, find_split_point, combine_simplify_rtx,
H A DChangeLog-201319345 * combine.c (find_split_point, make_extraction): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcombine.c442 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 DFSFChangeLog.113779 * 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 DFSFChangeLog.10354 * combine.c (find_split_point): Handle NULL return from
3436 * combine.c (find_split_point): Try to split SET_DEST