Searched refs:ORIG_PAT (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h360 #define ORIG_PAT(INSN) (h_i_d[INSN_UID (INSN)].orig_pat) macro
H A Dhaifa-sched.c3089 has non-null ORIG_PAT. */
3090 if (!ORIG_PAT (next))
3091 ORIG_PAT (next) = PATTERN (next);
3095 if (!ORIG_PAT (next))
3098 ORIG_PAT (next) = PATTERN (next);
3112 gcc_assert (!ORIG_PAT (next)
3125 else if (!(*ts & BEGIN_SPEC) && ORIG_PAT (next) && !IS_SPECULATION_CHECK_P (next))
3128 ORIG_PAT field. Except one case - speculation checks have ORIG_PAT
3131 change_pattern (next, ORIG_PAT (nex
[all...]
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c7138 accomplished by matching ORIG_PAT fields. */
7142 rtx orig_pat = ORIG_PAT (insn);
7148 if (ORIG_PAT (x) == orig_pat)

Completed in 199 milliseconds