Searched refs:max_issue (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sched-int.h | 171 extern int max_issue (struct ready_list *, int, state_t, bool, int *);
|
| D | haifa-sched.cc | 5915 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()
|
| D | sel-sched.cc | 4323 can_issue = max_issue (&ready, privileged_n, in choose_best_insn()
|
| D | ChangeLog-2008 | 6335 * 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.
|
| D | ChangeLog-2002 | 23849 * 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.
|
| D | ChangeLog-2014 | 7993 (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.
|
| D | ChangeLog-2010 | 7348 (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
|
| D | ChangeLog-2006 | 16403 (reemit_notes, move_insn, max_issue): Change signature. 16430 (max_issue): Added code to use ISSUE_POINTS of instructions.
|
| D | ChangeLog-2001 | 12678 (ready_element, ready_remove, max_issue): New function prototypes 12695 (max_issue): New function for automaton pipeline interface.
|
| D | ChangeLog-2009 | 2415 * haifa-sched.c (max_issue): Remove points. 16569 (max_issue): Use it.
|
| D | ChangeLog-2003 | 19360 (max_issue): Check the number of tries. 36762 (max_issue): Rewrite it.
|
| D | ChangeLog-2011 | 18730 * haifa-sched.c (max_issue): Likewise.
|