Searched refs:TODO_SPEC (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | haifa-sched.cc | 1140 TODO_SPEC (insn) = HARD_DEP; in cond_clobbered_p() 2728 ds1 = TODO_SPEC (tmp) & SPECULATIVE; in rank_for_schedule() 2734 ds2 = TODO_SPEC (tmp2) & SPECULATIVE; in rank_for_schedule() 3278 if (TODO_SPEC (x) == DEP_CONTROL && cond_clobbered_p (x, t)) in check_clobbered_conditions() 3293 if (TODO_SPEC (x) == DEP_CONTROL && cond_clobbered_p (x, t)) in check_clobbered_conditions() 4526 TODO_SPEC (con) = HARD_DEP; in unschedule_insns_until() 4532 TODO_SPEC (con) = recompute_todo_spec (con, true); in unschedule_insns_until() 4597 TODO_SPEC (insn) = recompute_todo_spec (insn, true); in restore_last_backtrack_point() 4614 TODO_SPEC (x) = recompute_todo_spec (x, true); in restore_last_backtrack_point() 4731 if ((TODO_SPEC (desc->insn) & (HARD_DEP | DEP_POSTPONED)) == 0) in apply_replacement() [all …]
|
| D | sched-rgn.cc | 2121 gcc_assert (TODO_SPEC (insn) == HARD_DEP || TODO_SPEC (insn) == DEP_POSTPONED); in init_ready_list() 2122 TODO_SPEC (insn) = HARD_DEP; in init_ready_list() 2126 gcc_assert (!(TODO_SPEC (insn) & BEGIN_CONTROL)); in init_ready_list() 2147 gcc_assert (TODO_SPEC (insn) == HARD_DEP || TODO_SPEC (insn) == DEP_POSTPONED); in init_ready_list() 2148 TODO_SPEC (insn) = HARD_DEP; in init_ready_list()
|
| D | sched-int.h | 990 #define TODO_SPEC(INSN) (HID (INSN)->todo_spec) macro
|
| D | ChangeLog-2011 | 7398 (unschedule_insns_until): Ensure TODO_SPEC is reset properly. 18454 (schedule_block): When computing a known value for TODO_SPEC, 18457 pointer to TODO_SPEC. Reorder an if statement to move the
|
| D | ChangeLog-2006 | 16376 (TODO_SPEC, DONE_SPEC, CHECK_SPEC, RECOVERY_BLOCK, ORIG_PAT):
|
| D | ChangeLog-2012 | 10555 * sched-rgn.c (init_ready_list): Set TODO_SPEC here.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.cc | 7653 if (pending_data_specs >= 16 && (TODO_SPEC (insn) & BEGIN_DATA)) in ia64_first_cycle_multipass_dfa_lookahead_guard()
|