Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-deps.c2659 && sel_sched_p () && (spec_info->mask & BEGIN_CONTROL)) in sched_analyze_2()
2661 ds_t ds = set_dep_weak (DEP_ANTI, BEGIN_CONTROL, in sched_analyze_2()
4107 case BEGIN_CONTROL: ds >>= BEGIN_CONTROL_BITS_OFFSET; break; in get_dep_weak_1()
4299 if (ds & BEGIN_CONTROL) in ds_get_speculation_types()
4300 ds |= BEGIN_CONTROL; in ds_get_speculation_types()
4316 if (ds & BEGIN_CONTROL) in ds_get_max_dep_weak()
4317 ds = set_dep_weak (ds, BEGIN_CONTROL, MAX_DEP_WEAK); in ds_get_max_dep_weak()
4334 if (s & BEGIN_CONTROL) in dump_ds()
4335 fprintf (f, "BEGIN_CONTROL: %d; ", get_dep_weak_1 (s, BEGIN_CONTROL)); in dump_ds()
4427 if (ds & BEGIN_CONTROL) in check_dep()
[all …]
H A Dsched-int.h1005 #define BEGIN_CONTROL (((ds_t) DEP_WEAK_MASK) << BEGIN_CONTROL_BITS_OFFSET) macro
1014 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL)
1016 #define CONTROL_SPEC (BEGIN_CONTROL | BE_IN_CONTROL)
H A Dsched-ebb.c440 && (spec_info->mask & BEGIN_CONTROL)) in add_deps_for_risky_insns()
448 DEP_STATUS (dep) = set_dep_weak (DEP_ANTI, BEGIN_CONTROL, in add_deps_for_risky_insns()
H A Dsched-rgn.c2110 gcc_assert (!(TODO_SPEC (insn) & BEGIN_CONTROL)); in init_ready_list()
2209 && spec_info->mask & BEGIN_CONTROL) in new_ready()
2214 new_ds = set_dep_weak (ts, BEGIN_CONTROL, MAX_DEP_WEAK); in new_ready()
H A Dhaifa-sched.c5196 if (new_ts & BEGIN_CONTROL) in try_ready()
5461 if (TODO_SPEC (insn) & BEGIN_CONTROL) in begin_speculative_block()
6042 if (ts & BEGIN_CONTROL) in create_check_block_twin()
6044 get_dep_weak (ts, BEGIN_CONTROL)); in create_check_block_twin()
H A Dsel-sched.c3255 already_checked_ds |= BEGIN_CONTROL; in get_spec_check_type_for_insn()
3548 && !(ds & BEGIN_CONTROL)) in process_spec_exprs()
3565 if ((ds & BEGIN_CONTROL) && !try_control_p) in process_spec_exprs()
H A Dsel-sched-ir.c1208 || ((targetm.sched.get_insn_spec_ds (insn) & BEGIN_CONTROL) in vinsn_init()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-int.h1109 #define BEGIN_CONTROL (((ds_t) DEP_WEAK_MASK) << BEGIN_CONTROL_BITS_OFFSET) macro
1118 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL)
1120 #define CONTROL_SPEC (BEGIN_CONTROL | BE_IN_CONTROL)
H A Dsched-ebb.c428 && (spec_info->mask & BEGIN_CONTROL)) in add_deps_for_risky_insns()
436 DEP_STATUS (dep) = set_dep_weak (DEP_ANTI, BEGIN_CONTROL, in add_deps_for_risky_insns()
H A Dsched-deps.c2681 && sel_sched_p () && (spec_info->mask & BEGIN_CONTROL)) in sched_analyze_2()
2683 ds_t ds = set_dep_weak (DEP_ANTI, BEGIN_CONTROL, in sched_analyze_2()
4307 case BEGIN_CONTROL: ds >>= BEGIN_CONTROL_BITS_OFFSET; break; in get_dep_weak_1()
4500 if (ds & BEGIN_CONTROL) in ds_get_speculation_types()
4501 ds |= BEGIN_CONTROL; in ds_get_speculation_types()
4517 if (ds & BEGIN_CONTROL) in ds_get_max_dep_weak()
4518 ds = set_dep_weak (ds, BEGIN_CONTROL, MAX_DEP_WEAK); in ds_get_max_dep_weak()
4535 if (s & BEGIN_CONTROL) in dump_ds()
4536 fprintf (f, "BEGIN_CONTROL: %d; ", get_dep_weak_1 (s, BEGIN_CONTROL)); in dump_ds()
4627 if (ds & BEGIN_CONTROL) in check_dep()
[all …]
H A Dsched-rgn.c2120 gcc_assert (!(TODO_SPEC (insn) & BEGIN_CONTROL)); in init_ready_list()
2230 && spec_info->mask & BEGIN_CONTROL) in new_ready()
2235 new_ds = set_dep_weak (ts, BEGIN_CONTROL, MAX_DEP_WEAK); in new_ready()
H A Dhaifa-sched.c7628 if (new_ts & BEGIN_CONTROL) in try_ready()
7894 if (TODO_SPEC (insn) & BEGIN_CONTROL) in begin_speculative_block()
8469 if (ts & BEGIN_CONTROL) in create_check_block_twin()
8471 get_dep_weak (ts, BEGIN_CONTROL)); in create_check_block_twin()
H A Dsel-sched-ir.c1212 || ((targetm.sched.get_insn_spec_ds (insn) & BEGIN_CONTROL) in vinsn_init()
H A Dsel-sched.c3214 already_checked_ds |= BEGIN_CONTROL; in get_spec_check_type_for_insn()