Home
last modified time | relevance | path

Searched refs:try_split (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dreorg.c1466 && (trial = try_split (pat, trial, 0)) != 0 in try_merge_delay_insns()
2137 trial = try_split (pat, trial, 1); in fill_simple_delay_slots()
2277 && (trial = try_split (pat, trial, 0)) in fill_simple_delay_slots()
2330 && (next_trial = try_split (PATTERN (next_trial), next_trial, 0)) in fill_simple_delay_slots()
2441 trial = try_split (pat, trial, 1); in fill_simple_delay_slots()
2530 new_thread = thread = try_split (PATTERN (thread), thread, 0); in fill_slots_from_thread()
2612 trial = try_split (pat, trial, 0); in fill_slots_from_thread()
2631 trial = try_split (pat, trial, 0); in fill_slots_from_thread()
H A Demit-rtl.c3105 try_split (rtx pat, rtx trial, int last) in try_split() function
3267 tem = try_split (PATTERN (tem), tem, 1); in try_split()
H A Drtl.h1625 extern rtx try_split (rtx, rtx, int);
H A Dfinal.c2451 rtx new = try_split (body, insn, 0); in final_scan_insn()
H A Drecog.c2700 rtx last = try_split (PATTERN (insn), insn, 1); in split_insn()
H A DChangeLog-200110323 * emit-rtl.c (try_split): Likewise.
10747 * emit-rtl.c (try_split): Copy NORETURN, SETJMP, ALWAYS_RETURN
10852 * emit-rtl.c (try_split): Emit after trial to get bb boundary updated
16647 (try_split): Take care to set split_branch_probability and
17533 * emit-rtl.c (try_split): Update mark_jump_label call.
17652 * emit-rtl.c (try_split): Update mark_jump_label call.
24138 * emit-rtl.c (try_split): Copy EH notes to sequence.
25690 (try_split) Call new function for all split insns.
33078 * emit-rtl.c (try_split): Fix code to mark labels.
H A DChangeLog-200216163 * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
16187 * emit-rtl.c (try_split): Do not abort on non-INSN_P.
16270 (try_split): Expect insn list instead of SEQUENCE.
17002 (try_split): Copy scope.
28600 * emit-rtl.c (try_split): Use delete_insns.
H A DChangeLog-20002887 * emit-rtl.c (try_split): Propagate CALL_INSN_FUNCTION_USAGE
12155 (try_split make_insn_raw): Likewise.
21956 * emit-rtl.c (try_split): Avoid infinite loop if the split
30397 * emit-rtl.c (try_split): Return last_insn if we split the
H A DChangeLog-200317257 * emit-rtl.c (try_split): Append to new CALL_INSN_FUNCTION_USAGE
20080 * emit-rt.c (try_split, make_insn_raw, make_jump_insn_raw,
29799 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
29814 call try_split on sibcall pattern.
H A DChangeLog-19982591 * emit-rtl.c (try_split): Fixed error in Oct 10 patch.
2844 * emit-rtl.c (try_split): Do not try to split a BARRIER.
H A DChangeLog-200414549 try_split, add_insn_after, add_insn_before, remove_insn,
14911 * emit-rtl.c (try_split): Check INSN_P before may_trap_p call.
24553 link_cc0_insns, next_cc0_user, try_split, add_insn_after,
H A DChangeLog-199920641 * emit-rtl.c (try_split): Don't try to split non-instructions.
H A DChangeLog-200530684 * emit-rtl.c (try_split): Likewise.
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c9525 try_split (PATTERN (insn), insn, 0); in ia64_output_mi_thunk()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c13978 try_split (PATTERN (insn), insn, 0); in rs6000_emit_allocate_stack()