Searched refs:try_split (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | reorg.c | 1466 && (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 D | emit-rtl.c | 3105 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 D | rtl.h | 1625 extern rtx try_split (rtx, rtx, int);
|
| H A D | final.c | 2451 rtx new = try_split (body, insn, 0); in final_scan_insn()
|
| H A D | recog.c | 2700 rtx last = try_split (PATTERN (insn), insn, 1); in split_insn()
|
| H A D | ChangeLog-2001 | 10323 * 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 D | ChangeLog-2002 | 16163 * 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 D | ChangeLog-2000 | 2887 * 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 D | ChangeLog-2003 | 17257 * 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 D | ChangeLog-1998 | 2591 * 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 D | ChangeLog-2004 | 14549 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 D | ChangeLog-1999 | 20641 * emit-rtl.c (try_split): Don't try to split non-instructions.
|
| H A D | ChangeLog-2005 | 30684 * emit-rtl.c (try_split): Likewise.
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 9525 try_split (PATTERN (insn), insn, 0); in ia64_output_mi_thunk()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | rs6000.c | 13978 try_split (PATTERN (insn), insn, 0); in rs6000_emit_allocate_stack()
|