Searched refs:TODO_SPEC (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dhaifa-sched.c845 ds1 = TODO_SPEC (tmp) & SPECULATIVE;
851 ds2 = TODO_SPEC (tmp2) & SPECULATIVE;
2202 s = TODO_SPEC (x);
2223 if ((!try_data && (TODO_SPEC (insn) & DATA_SPEC))
2224 || (!try_control && (TODO_SPEC (insn) & CONTROL_SPEC))
2243 || (!try_data && (TODO_SPEC (insn) & DATA_SPEC))
2244 || (!try_control && (TODO_SPEC (insn) & CONTROL_SPEC))
2527 TODO_SPEC (insn) = (TODO_SPEC (insn) & ~SPECULATIVE) | HARD_DEP;
2533 if (TODO_SPEC (ins
[all...]
H A Dsched-int.h356 #define TODO_SPEC(INSN) (h_i_d[INSN_UID (INSN)].todo_spec) macro
482 Therefore, it can appear only in TODO_SPEC field of an instruction. */
H A Dsched-rgn.c2004 gcc_assert (!(TODO_SPEC (insn) & BEGIN_CONTROL));
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6539 || !(TODO_SPEC (insn) & BEGIN_DATA));

Completed in 118 milliseconds