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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h391 There also is the 4-th bit in the DEP_STATUS (HARD_DEP), that is reserved
400 /* First '4' stands for 3 dep type bits and HARD_DEP bit.
483 #define HARD_DEP (DEP_ANTI << 1) macro
H A Dhaifa-sched.c2527 TODO_SPEC (insn) = (TODO_SPEC (insn) & ~SPECULATIVE) | HARD_DEP;
2631 TODO_SPEC (x) = (TODO_SPEC (x) & ~SPECULATIVE) | HARD_DEP;
2644 TODO_SPEC (x) = (TODO_SPEC (x) & ~SPECULATIVE) | HARD_DEP;
2818 h_i_d[i].todo_spec = HARD_DEP;
3013 gcc_assert (!(old_ts & ~(SPECULATIVE | HARD_DEP))
3014 && ((old_ts & HARD_DEP)
3020 *ts &= ~HARD_DEP;
3024 *ts &= ~SPECULATIVE & ~HARD_DEP;
3043 *ts = (*ts & ~SPECULATIVE) | HARD_DEP;
3046 *ts |= HARD_DEP;
[all...]
H A Dsched-deps.c2157 /* HARD_DEP can not appear in dep_status of a link. */
2158 gcc_assert (!(ds & HARD_DEP));
H A Dsched-rgn.c2106 ts = (ts & ~SPECULATIVE) | HARD_DEP;

Completed in 85 milliseconds