Home
last modified time | relevance | path

Searched refs:DEP_TRUE (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsched-deps.cc55 if (ds & DEP_TRUE) in ds_to_dk()
76 return DEP_TRUE; in dk_to_ds()
983 present_dep_types |= DEP_TRUE; in ask_dependency_caches()
1007 gcc_assert ((present_dep_types & (DEP_TRUE | DEP_ANTI)) in ask_dependency_caches()
1055 if (ds & DEP_TRUE) in set_dependency_caches()
1909 if (ds & DEP_TRUE) in ds_to_dt()
2654 ? BEGIN_DATA | DEP_TRUE : DEP_TRUE); in sched_analyze_2()
4261 ds = DEP_TRUE; in add_dependence_1()
4532 if (s & DEP_TRUE) in dump_ds()
4569 gcc_assert (ds & DEP_TRUE); in check_dep()
[all …]
Dsched-int.h1135 #define DEP_TRUE (((ds_t) 1) << (BE_IN_CONTROL_BITS_OFFSET + BITS_PER_DEP_WEAK)) macro
1136 #define DEP_OUTPUT (DEP_TRUE << 1)
1140 #define DEP_TYPES (DEP_TRUE | DEP_OUTPUT | DEP_ANTI | DEP_CONTROL)
Dreg-notes.def38 REG_NOTE (DEP_TRUE)
Dhaifa-sched.cc7890 && (ds & DEP_TYPES) == DEP_TRUE) in process_insn_forw_deps_be_in_spec()
8002 && (DEP_STATUS (dep) & DEP_TYPES) == DEP_TRUE); in add_to_speculative_block()
8565 init_dep_1 (new_dep, insn, check, REG_DEP_TRUE, DEP_TRUE | DEP_OUTPUT); in create_check_block_twin()
8616 gcc_assert ((DEP_STATUS (dep) & DEP_TYPES) == DEP_TRUE); in fix_recovery_deps()
Dsel-sched-ir.cc3250 *dsp = (*dsp & ~SPECULATIVE) | DEP_TRUE; in has_dependence_note_reg_use()
3426 has_dependence_data.has_dep_p[DEPS_IN_INSN] = DEP_TRUE; in has_dependence_p()
DChangeLog-200616600 SPEC_TYPE_SHIFT, DEP_TRUE, DEP_OUTPUT, DEP_ANTI, DEP_TYPES, HARD_DEP):
DChangeLog-200730613 * reg-notes.def (DEP_TRUE, DEP_OUTPUT, DEP_ANTI): Update comments.