Searched refs:BEGIN_CONTROL (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A 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)
H A Dsched-deps.c2073 case BEGIN_CONTROL: ds >>= BEGIN_CONTROL_BITS_OFFSET; break;
2094 case BEGIN_CONTROL: ds |= ((ds_t) dw) << BEGIN_CONTROL_BITS_OFFSET; break;
2192 if (ds & BEGIN_CONTROL)
2208 gcc_assert (ds & BEGIN_CONTROL);
H A Dsched-ebb.c417 BEGIN_CONTROL,
H A Dhaifa-sched.c3146 if (s & BEGIN_CONTROL)
3406 if (TODO_SPEC (insn) & BEGIN_CONTROL)
3865 If BEGIN_CONTROL: [insn ~~ANTI~~> producer]:
3920 if (ts & BEGIN_CONTROL)
3921 fs = set_dep_weak (fs, BE_IN_CONTROL, get_dep_weak (ts, BEGIN_CONTROL));
4575 if (s & BEGIN_CONTROL)
4576 fprintf (f, "BEGIN_CONTROL: %d; ", get_dep_weak (s, BEGIN_CONTROL));
H A Dsched-rgn.c2004 gcc_assert (!(TODO_SPEC (insn) & BEGIN_CONTROL));
2104 ts = set_dep_weak (ts, BEGIN_CONTROL, MAX_DEP_WEAK);
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6715 mask |= BEGIN_CONTROL;
6802 if ((code == UNSPEC_LDA && !(ts & BEGIN_CONTROL))
6940 if (ts & BEGIN_CONTROL)
6955 else if (ts & BEGIN_CONTROL)

Completed in 139 milliseconds