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

/freebsd-9.3-release/contrib/gcc/
H A Dsched-int.h441 #define BEGIN_DATA (((ds_t) DEP_WEAK_MASK) << BEGIN_DATA_BITS_OFFSET) macro
460 #define BEGIN_SPEC (BEGIN_DATA | BEGIN_CONTROL)
461 #define DATA_SPEC (BEGIN_DATA | BE_IN_DATA)
467 #define FIRST_SPEC_TYPE BEGIN_DATA
H A Dsched-deps.c406 ds = set_dep_weak (ds, BEGIN_DATA, dw);
507 ds = set_dep_weak (ds, BEGIN_DATA, estimate_dep_weak (mem1, mem2));
1028 BEGIN_DATA | DEP_TRUE,
2071 case BEGIN_DATA: ds >>= BEGIN_DATA_BITS_OFFSET; break;
2092 case BEGIN_DATA: ds |= ((ds_t) dw) << BEGIN_DATA_BITS_OFFSET; break;
2186 if (ds & BEGIN_DATA)
2204 gcc_assert (ds & (BEGIN_DATA | BE_IN_SPEC));
H A Dhaifa-sched.c3144 if (s & BEGIN_DATA)
3404 if (TODO_SPEC (insn) & BEGIN_DATA)
3860 /* If BEGIN_DATA: [insn ~~TRUE~~> producer]:
3918 if (ts & BEGIN_DATA)
3919 fs = set_dep_weak (fs, BE_IN_DATA, get_dep_weak (ts, BEGIN_DATA));
4571 if (s & BEGIN_DATA)
4572 fprintf (f, "BEGIN_DATA: %d; ", get_dep_weak (s, BEGIN_DATA));
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c6496 if (DONE_SPEC (insn) & BEGIN_DATA)
6498 if (CHECK_SPEC (insn) & BEGIN_DATA)
6539 || !(TODO_SPEC (insn) & BEGIN_DATA));
6706 mask |= BEGIN_DATA;
6803 || (code == UNSPEC_LDS && !(ts & BEGIN_DATA))
6934 if (ts & BEGIN_DATA)

Completed in 218 milliseconds