Searched refs:BEGIN_DATA (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | sched-int.h | 441 #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 D | sched-deps.c | 400 ds = set_dep_weak (ds, BEGIN_DATA, dw); in add_or_update_back_dep_1() 501 ds = set_dep_weak (ds, BEGIN_DATA, estimate_dep_weak (mem1, mem2)); in add_or_update_back_dep_1() 1020 BEGIN_DATA | DEP_TRUE, in sched_analyze_2() 2061 case BEGIN_DATA: ds >>= BEGIN_DATA_BITS_OFFSET; break; in get_dep_weak() 2082 case BEGIN_DATA: ds |= ((ds_t) dw) << BEGIN_DATA_BITS_OFFSET; break; in set_dep_weak() 2176 if (ds & BEGIN_DATA) in check_dep_status() 2194 gcc_assert (ds & (BEGIN_DATA | BE_IN_SPEC)); in check_dep_status()
|
| H A D | haifa-sched.c | 3139 if (s & BEGIN_DATA) in try_ready() 3399 if (TODO_SPEC (insn) & BEGIN_DATA) in begin_speculative_block() 3913 if (ts & BEGIN_DATA) in create_check_block_twin() 3914 fs = set_dep_weak (fs, BE_IN_DATA, get_dep_weak (ts, BEGIN_DATA)); in create_check_block_twin() 4566 if (s & BEGIN_DATA) in debug_spec_status() 4567 fprintf (f, "BEGIN_DATA: %d; ", get_dep_weak (s, BEGIN_DATA)); in debug_spec_status()
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | ia64.c | 6482 if (DONE_SPEC (insn) & BEGIN_DATA) in ia64_variable_issue() 6484 if (CHECK_SPEC (insn) & BEGIN_DATA) in ia64_variable_issue() 6525 || !(TODO_SPEC (insn) & BEGIN_DATA)); in ia64_first_cycle_multipass_dfa_lookahead_guard_spec() 6692 mask |= BEGIN_DATA; in ia64_set_sched_flags() 6789 || (code == UNSPEC_LDS && !(ts & BEGIN_DATA)) in ia64_speculate_insn() 6920 if (ts & BEGIN_DATA) in ia64_gen_spec_insn()
|