Home
last modified time | relevance | path

Searched refs:DEP_CON (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsched-deps.cc97 DEP_CON (dep) = con; in init_dep_1()
167 fprintf (dump, "%d; ", INSN_UID (DEP_CON (dep))); in dump_dep()
867 if (DEP_CON (dep) == con) in sd_find_dep_between_no_cache()
923 rtx_insn *insn = DEP_CON (dep); in maybe_add_or_update_dep_1()
951 int insn_luid = INSN_LUID (DEP_CON (dep)); in ask_dependency_caches()
1025 int insn_luid = INSN_LUID (DEP_CON (dep)); in set_dependency_caches()
1078 int insn_luid = INSN_LUID (DEP_CON (dep)); in update_dependency_caches()
1114 rtx_insn *insn = DEP_CON (dep); in change_spec_dep_to_hard()
1216 gcc_assert (INSN_P (DEP_PRO (new_dep)) && INSN_P (DEP_CON (new_dep)) in add_or_update_dep_1()
1217 && DEP_PRO (new_dep) != DEP_CON (new_dep)); in add_or_update_dep_1()
[all …]
Dhaifa-sched.cc1440 rtx_insn *used = DEP_CON (link); in dep_cost_1()
1536 if (DEBUG_INSN_P (DEP_CON (dep)) in contributes_to_priority_p()
1541 if (!current_sched_info->contributes_to_priority (DEP_CON (dep), in contributes_to_priority_p()
1576 if (DEBUG_INSN_P (DEP_CON (dep))) in dep_list_size()
1651 next = DEP_CON (dep); in priority()
2255 gcc_assert (next == DEP_CON (dep)); in must_restore_pattern_p()
3506 con = MODEL_INSN_INFO (DEP_CON (dep)); in model_analyze_insns()
3640 con = MODEL_INSN_INFO (DEP_CON (dep)); in model_add_successors_to_worklist()
4126 rtx_insn *next = DEP_CON (dep); in schedule_insn()
4500 rtx_insn *con = DEP_CON (dep); in unschedule_insns_until()
[all …]
Dsched-int.h251 #define DEP_CON(D) ((D)->con) macro
299 #define DEP_LINK_CON(N) (DEP_CON (DEP_LINK_DEP (N)))
Dsched-ebb.cc342 rtx_insn *insn2 = DEP_CON (fore_dep); in earliest_block_with_similiar_load()
Dsched-rgn.cc1856 FED_BY_SPEC_LOAD (DEP_CON (dep)) = 1; in set_spec_fed()
1871 rtx_insn *next = DEP_CON (dep); in find_conditional_protection()
1973 rtx_insn *insn2 = DEP_CON (fore_dep); in is_pfree()
2859 fprintf (sched_dump, "%d%s%s ", INSN_UID (DEP_CON (dep)), in debug_dependencies()
DChangeLog-201423725 (DEP_CON): Delete this function and...
23727 (DEP_CON): ...reinstate this old macro.
23751 (DEP_CON): Delete.
28276 (DEP_CON): Analogous changes to DEP_PRO above.
28279 * haifa-sched.c (create_check_block_twin): Replace DEP_CON used as
28281 * sched-deps.c (init_dep_1): Likewise for DEP_PRO and DEP_CON.
28282 (sd_copy_back_deps): Likewise for DEP_CON.
28284 (DEP_CON): Likewise.
Dtarget.def1331 DEP_PRO (&_DEP), and the insn DEP_CON (&_DEP). The first parameter is
DChangeLog-200730462 (DEP_PRO, DEP_CON, DEP_KIND): New access macros.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dx86-tune-sched-atom.cc84 con = DEP_CON (dep); in do_reorder_for_imul()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc15102 && INSN_PRIORITY (DEP_CON (dep)) > INSN_PRIORITY (insn2) in vr4130_swap_insns_p()
15103 && recog_memoized (DEP_CON (dep)) >= 0 in vr4130_swap_insns_p()
15104 && get_attr_vr4130_class (DEP_CON (dep)) == VR4130_CLASS_ALU) in vr4130_swap_insns_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc7376 next = DEP_CON (dep); in ia64_dependencies_evaluation_hook()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000.cc18572 next = DEP_CON (dep); in rs6000_is_costly_dependence()
19454 rtx next = DEP_CON (dep); in is_costly_group()