Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsched-int.h171 extern int max_issue (struct ready_list *, int, state_t, bool, int *);
Dhaifa-sched.cc5915 max_issue (struct ready_list *ready, int privileged_n, state_t state, in max_issue() function
6189 if (max_issue (ready, 1, curr_state, first_cycle_insn_p, &index) == 0) in choose_ready()
Dsel-sched.cc4323 can_issue = max_issue (&ready, privileged_n, in choose_best_insn()
DChangeLog-20086335 * haifa-sched.c (max_issue): Do not assert that we never issue more
7421 (max_issue): Make global. Add privileged_n and state parameters. Use
7454 max_lookahead_tries to max_issue.
7598 (ready_try, ready, max_issue): Export.
DChangeLog-200223849 * haifa-sched.c (max_issue): Remove last_p argument. Only return
23851 (choose_ready): Remove last argument from max_issue call.
23978 (ready_element, ready_remove, max_issue): New function prototypes
23995 (max_issue): New function for automaton pipeline interface.
DChangeLog-20147993 (schedule_insn, max_issue, prune_ready_list): Handle sched_fusion.
13651 * haifa-sched.c (sched_init): Disable max_issue when scheduling for
13658 (max_issue, choose_ready, sched_init): Update.
24162 (max_issue): Likewise for local "insn".
37702 (max_issue): Add debug printouts.
DChangeLog-20107348 (max_issue): Add first_cycle_insn_p parameter. Call new target hooks
7353 * sched-int.h (max_issue): Update declaration.
8131 (max_issue): Don't issue more than issue_rate instructions.
8463 * haifa-sched.c (max_issue): Do not assert that we never issue more
DChangeLog-200616403 (reemit_notes, move_insn, max_issue): Change signature.
16430 (max_issue): Added code to use ISSUE_POINTS of instructions.
DChangeLog-200112678 (ready_element, ready_remove, max_issue): New function prototypes
12695 (max_issue): New function for automaton pipeline interface.
DChangeLog-20092415 * haifa-sched.c (max_issue): Remove points.
16569 (max_issue): Use it.
DChangeLog-200319360 (max_issue): Check the number of tries.
36762 (max_issue): Rewrite it.
DChangeLog-201118730 * haifa-sched.c (max_issue): Likewise.