Home
last modified time | relevance | path

Searched refs:state_t (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenautomata.cc195 typedef struct state *state_t; typedef
701 state_t next_equiv_class_state;
708 state_t equiv_class_state;
727 state_t to_state;
748 state_t state;
819 state_t start_state;
3462 static state_t first_free_state;
3741 static state_t
3744 state_t result; in get_free_state()
3782 free_state (state_t state) in free_state()
[all …]
Dsched-int.h143 extern void advance_state (state_t);
171 extern int max_issue (struct ready_list *, int, state_t, bool, int *);
188 extern state_t curr_state;
1408 extern bool schedule_block (basic_block *, state_t);
Dsel-sched-ir.cc259 flist_add (flist_t *lp, insn_t insn, state_t state, deps_t dc, void *tc, in flist_add()
522 static state_t
529 static state_t
532 state_t state = state_alloc (); in state_create()
541 state_free (state_t state) in state_free()
548 state_copy (state_t to, state_t from) in state_copy()
554 static state_t
555 state_create_copy (state_t from) in state_create_copy()
557 state_t to = state_alloc (); in state_create_copy()
570 state_t s = FENCE_STATE (f); in fence_clear()
[all …]
Dhaifa-sched.cc343 state_t curr_state;
862 static int early_queue_to_ready (state_t, struct ready_list *);
3135 advance_state (state_t state) in advance_state()
4295 state_t curr_state;
5286 early_queue_to_ready (state_t state, struct ready_list *ready) in early_queue_to_ready()
5294 state_t temp_state = alloca (dfa_state_size); in early_queue_to_ready()
5877 state_t state;
5915 max_issue (struct ready_list *ready, int privileged_n, state_t state, in max_issue()
6267 prune_ready_list (state_t temp_state, bool first_cycle_insn_p, in prune_ready_list()
6482 schedule_block (basic_block *target_bb, state_t init_state) in schedule_block()
[all …]
Dsel-sched.cc555 static void debug_state (state_t);
4269 estimate_insn_cost (rtx_insn *insn, state_t state) in estimate_insn_cost()
4271 static state_t temp = NULL; in estimate_insn_cost()
5258 debug_state (state_t state) in debug_state()
5279 state_t temp_state = alloca (dfa_state_size); in advance_state_on_fence()
7131 static state_t temp = NULL; in reset_sched_cycles_in_current_ebb()
Dsched-rgn.cc141 static state_t *bb_state = NULL;
3062 bb_state = XRESIZEVEC (state_t, bb_state, lbb); in realloc_bb_state_array()
3069 bb_state[i] = (state_t) (bb_state_array + i * dfa_state_size); in realloc_bb_state_array()
Dsel-sched-ir.h251 state_t state;
DChangeLog-200112587 * genattr.c (main): Emit state_t even when not doing scheduling.
DChangeLog-200223918 * genattr.c (main): Emit state_t even when not doing scheduling.
/netbsd/src/sbin/init/
Dinit.c126 typedef state_func_t (*state_t)(void); typedef
148 static void transition(state_t);
191 static state_t requested_transition = runcom;
197 static state_t current_state = death;
201 static char get_runlevel(const state_t);
213 static state_t requested_transition = single_user;
578 transition(state_t s) in transition()
591 s = (state_t)(*s)(); in transition()
1370 get_runlevel(const state_t s) in get_runlevel()
1372 if (s == (state_t)single_user) in get_runlevel()
[all …]
/netbsd/src/usr.bin/mail/
Dthread.c63 typedef int state_t; typedef
74 static state_t state = S_STATE_INIT; /* the current state */
575 static state_t
578 state_t old_state; in set_state()
614 restore_state(state_t new_state) in restore_state()
939 state_t oldstate; in thread_on_reference()
1095 state_t oldstate; in tagbelowcmd()
1632 state_t oldstate; in thread_current_on()
1717 state_t oldstate; in deldupscmd()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.cc272 static int get_max_pos (state_t);
273 static int get_template (state_t, int);
7205 static state_t temp_dfa_state = NULL;
7210 static state_t prev_cycle_state = NULL;
7779 state_t prev_cycle_state;
8584 state_t dfa_state;
8895 state_t dfa_state; in issue_nops_and_insn()
8926 get_max_pos (state_t state) in get_max_pos()
8955 get_template (state_t state, int pos) in get_template()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dfrv.cc342 state_t);
6902 state_t state; in frv_insn_unit()
6951 state_t dfa_state;
7357 state_t state) in frv_sort_insn_group_1()
7361 state_t test_state; in frv_sort_insn_group_1()
7413 state_t state, test_state; in frv_sort_insn_group()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dm68k.cc6480 static state_t sched_adjust_cost_state;
6691 state_t state; in m68k_sched_md_init_global()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc14891 mips_ls2_dfa_post_advance_cycle (state_t state) in mips_ls2_dfa_post_advance_cycle()
18372 state_t dfa_state;
18395 mips_sim_init (struct mips_sim *state, state_t dfa_state) in mips_sim_init()
18469 state_t tmp_state; in mips_sim_wait_units()