Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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.c3103 try_split (rtx pat, rtx trial, int last) in try_split() function
3265 tem = try_split (PATTERN (tem), tem, 1); in try_split()
H A Drtl.h1611 extern rtx try_split (rtx, rtx, int);
H A Drecog.c2700 rtx last = try_split (PATTERN (insn), insn, 1); in split_insn()
H A Dfinal.c2445 rtx new = try_split (body, insn, 0); in final_scan_insn()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dreorg.c1523 && (trial = try_split (pat, trial, 0)) != 0
2209 trial = try_split (pat, trial, 1);
2349 && (trial = try_split (pat, trial, 0))
2402 && (next_trial = try_split (PATTERN (next_trial), next_trial, 0))
2512 trial = try_split (pat, trial, 1);
2609 new_thread = thread = try_split (PATTERN (thread), thread, 0);
2691 trial = try_split (pat, trial, 0);
2710 trial = try_split (pat, trial, 0);
H A Demit-rtl.c3263 try_split (pat, trial, last) in try_split() function
3427 tem = try_split (PATTERN (tem), tem, 1);
H A Dprotector.c2306 && (last = try_split (PATTERN (insn), insn, 1)) != insn)
H A Drtl.h1532 extern rtx try_split PARAMS ((rtx, rtx, int));
H A Drecog.c2768 rtx last = try_split (PATTERN (insn), insn, 1);
H A Dfinal.c2789 rtx new = try_split (body, insn, 0);
H A DChangeLog.610323 * 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.
H A DChangeLog.71716 * emit-rtl.c (try_split): Use INSN_LAST, not LAST_INSN to get the
1740 * emit-rtl.c (try_split): Do not abort on non-INSN_P.
1823 (try_split): Expect insn list instead of SEQUENCE.
2555 (try_split): Copy scope.
14153 * emit-rtl.c (try_split): Use delete_insns.
H A DChangeLog.54931 * emit-rtl.c (try_split): Copy EH notes to sequence.
6483 (try_split) Call new function for all split insns.
13871 * emit-rtl.c (try_split): Fix code to mark labels.
H A DChangeLog.16173 * emit-rtl.c (try_split): Don't try to split non-instructions.
9910 * emit-rtl.c (try_split): Fixed error in Oct 10 patch.
10163 * emit-rtl.c (try_split): Do not try to split a BARRIER.
H A DChangeLog.42881 * emit-rtl.c (try_split): Propagate CALL_INSN_FUNCTION_USAGE
12149 (try_split make_insn_raw): Likewise.
H A DChangeLog.36690 * emit-rtl.c (try_split): Avoid infinite loop if the split
15131 * emit-rtl.c (try_split): Return last_insn if we split the
H A DChangeLog4624 * emit-rtl.c (try_split): Handle 1-1 splits of call insns properly.
4639 call try_split on sibcall pattern.
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dc4x.c2440 insn = try_split (PATTERN(old), old, 1); in c4x_reorg()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dc4x.c2469 insn = try_split (PATTERN(old), old, 1);
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c8528 try_split (PATTERN (insn), insn, 0);
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.c9525 try_split (PATTERN (insn), insn, 0); in ia64_output_mi_thunk()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000.c9991 try_split (PATTERN (insn), insn, 0);
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c13941 try_split (PATTERN (insn), insn, 0); in rs6000_emit_allocate_stack()