Searched refs:DEP_TRUE (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | sched-int.h | 474 #define DEP_TRUE (((ds_t) 1) << (BE_IN_CONTROL_BITS_OFFSET + BITS_PER_DEP_WEAK)) macro 475 #define DEP_OUTPUT (DEP_TRUE << 1) 478 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI)
|
| D | sched-deps.c | 319 present_dep_types |= DEP_TRUE; in add_or_update_back_dep_1() 342 gcc_assert ((present_dep_types & (DEP_TRUE | DEP_ANTI)) in add_or_update_back_dep_1() 468 if (ds & DEP_TRUE) in add_or_update_back_dep_1() 547 if (ds & DEP_TRUE) in add_back_dep() 1020 BEGIN_DATA | DEP_TRUE, in sched_analyze_2() 1981 ds = DEP_TRUE; in add_dependence() 2138 gcc_assert (ds & DEP_TRUE); in check_dep_status() 2141 && !(ds & DEP_TRUE)); in check_dep_status() 2145 && !(ds & (DEP_OUTPUT | DEP_TRUE))); in check_dep_status() 2177 gcc_assert (ds & DEP_TRUE); in check_dep_status() [all …]
|
| D | haifa-sched.c | 3369 && (ds & DEP_TYPES) == DEP_TRUE) in process_insn_depend_be_in_spec() 3455 && (DEP_STATUS (link) & DEP_TYPES) == DEP_TRUE); in add_to_speculative_block() 3481 add_back_forw_dep (twin, check, REG_DEP_TRUE, DEP_TRUE); in add_to_speculative_block() 3766 alloc_DEPS_LIST (XEXP (link, 0), RESOLVED_DEPS (check), DEP_TRUE); in create_check_block_twin() 3932 add_back_forw_dep (check, insn, REG_DEP_TRUE, DEP_TRUE); in create_check_block_twin() 3953 add_back_forw_dep (check, insn, REG_DEP_TRUE, DEP_TRUE | DEP_OUTPUT); in create_check_block_twin() 4004 gcc_assert ((DEP_STATUS (link) & DEP_TYPES) == DEP_TRUE); in fix_recovery_deps() 4578 if (s & DEP_TRUE) in debug_spec_status()
|
| D | reg-notes.def | 33 REG_NOTE (DEP_TRUE)
|
| D | ChangeLog-2006 | 9515 SPEC_TYPE_SHIFT, DEP_TRUE, DEP_OUTPUT, DEP_ANTI, DEP_TYPES, HARD_DEP):
|