Home
last modified time | relevance | path

Searched refs:ORIG_PAT (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcc/
HDhaifa-sched.c3085 if (!ORIG_PAT (next)) in try_ready()
3086 ORIG_PAT (next) = PATTERN (next); in try_ready()
3090 if (!ORIG_PAT (next)) in try_ready()
3093 ORIG_PAT (next) = PATTERN (next); in try_ready()
3107 gcc_assert (!ORIG_PAT (next) in try_ready()
3120 else if (!(*ts & BEGIN_SPEC) && ORIG_PAT (next) && !IS_SPECULATION_CHECK_P (next)) in try_ready()
3126 change_pattern (next, ORIG_PAT (next)); in try_ready()
3127 ORIG_PAT (next) = 0; in try_ready()
3459 gcc_assert (!IS_SPECULATION_CHECK_P (check) && !ORIG_PAT (check) in add_to_speculative_block()
3713 gcc_assert (ORIG_PAT (insn) in create_check_block_twin()
[all …]
HDsched-int.h360 #define ORIG_PAT(INSN) (h_i_d[INSN_UID (INSN)].orig_pat) macro
HDChangeLog-20069291 (TODO_SPEC, DONE_SPEC, CHECK_SPEC, RECOVERY_BLOCK, ORIG_PAT):
/NextBSD/contrib/gcc/config/ia64/
HDia64.c7128 rtx orig_pat = ORIG_PAT (insn); in ia64_gen_check()
7134 if (ORIG_PAT (x) == orig_pat) in ia64_gen_check()