Home
last modified time | relevance | path

Searched refs:BEGIN_CONTROL (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dsched-int.h451 #define BEGIN_CONTROL (((ds_t) DEP_WEAK_MASK) << BEGIN_CONTROL_BITS_OFFSET) macro
460 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL)
462 #define CONTROL_SPEC (BEGIN_CONTROL | BE_IN_CONTROL)
Dsched-deps.c2063 case BEGIN_CONTROL: ds >>= BEGIN_CONTROL_BITS_OFFSET; break; in get_dep_weak()
2084 case BEGIN_CONTROL: ds |= ((ds_t) dw) << BEGIN_CONTROL_BITS_OFFSET; break; in set_dep_weak()
2182 if (ds & BEGIN_CONTROL) in check_dep_status()
2198 gcc_assert (ds & BEGIN_CONTROL); in check_dep_status()
Dhaifa-sched.c3141 if (s & BEGIN_CONTROL) in try_ready()
3401 if (TODO_SPEC (insn) & BEGIN_CONTROL) in begin_speculative_block()
3915 if (ts & BEGIN_CONTROL) in create_check_block_twin()
3916 fs = set_dep_weak (fs, BE_IN_CONTROL, get_dep_weak (ts, BEGIN_CONTROL)); in create_check_block_twin()
4570 if (s & BEGIN_CONTROL) in debug_spec_status()
4571 fprintf (f, "BEGIN_CONTROL: %d; ", get_dep_weak (s, BEGIN_CONTROL)); in debug_spec_status()
Dsched-ebb.c414 BEGIN_CONTROL, in add_deps_for_risky_insns()
Dsched-rgn.c2002 gcc_assert (!(TODO_SPEC (insn) & BEGIN_CONTROL)); in init_ready_list()
2102 ts = set_dep_weak (ts, BEGIN_CONTROL, MAX_DEP_WEAK); in new_ready()
DChangeLog-20069396 (new_ready): Add support for BEGIN_CONTROL speculation.
9513 BEGIN_CONTROL, BE_IN_CONTROL, BEGIN_SPEC, DATA_SPEC, CONTROL_SPEC,
/freebsd-9-stable/contrib/gcc/config/ia64/
Dia64.c6701 mask |= BEGIN_CONTROL; in ia64_set_sched_flags()
6788 if ((code == UNSPEC_LDA && !(ts & BEGIN_CONTROL)) in ia64_speculate_insn()
6926 if (ts & BEGIN_CONTROL) in ia64_gen_spec_insn()
6941 else if (ts & BEGIN_CONTROL) in ia64_gen_spec_insn()