Home
last modified time | relevance | path

Searched refs:HARD_DEP (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/gcc/
HDhaifa-sched.c2523 TODO_SPEC (insn) = (TODO_SPEC (insn) & ~SPECULATIVE) | HARD_DEP; in schedule_block()
2627 TODO_SPEC (x) = (TODO_SPEC (x) & ~SPECULATIVE) | HARD_DEP; in schedule_block()
2640 TODO_SPEC (x) = (TODO_SPEC (x) & ~SPECULATIVE) | HARD_DEP; in schedule_block()
2813 h_i_d[i].todo_spec = HARD_DEP; in sched_init()
3008 gcc_assert (!(old_ts & ~(SPECULATIVE | HARD_DEP)) in try_ready()
3009 && ((old_ts & HARD_DEP) in try_ready()
3015 *ts &= ~HARD_DEP; in try_ready()
3019 *ts &= ~SPECULATIVE & ~HARD_DEP; in try_ready()
3038 *ts = (*ts & ~SPECULATIVE) | HARD_DEP; in try_ready()
3041 *ts |= HARD_DEP; in try_ready()
[all …]
HDsched-int.h483 #define HARD_DEP (DEP_ANTI << 1) macro
HDsched-deps.c2148 gcc_assert (!(ds & HARD_DEP)); in check_dep_status()
HDsched-rgn.c2104 ts = (ts & ~SPECULATIVE) | HARD_DEP; in new_ready()
HDChangeLog-20069515 SPEC_TYPE_SHIFT, DEP_TRUE, DEP_OUTPUT, DEP_ANTI, DEP_TYPES, HARD_DEP):