Searched refs:curr_state (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c6503 memcpy (prev_cycle_state, curr_state, dfa_state_size);
6572 state_transition (curr_state, dfa_stop_insn);
6584 state_reset (curr_state);
6587 memcpy (curr_state, prev_cycle_state, dfa_state_size);
6588 state_transition (curr_state, dfa_stop_insn);
6589 state_transition (curr_state, dfa_pre_cycle_insn);
6590 state_transition (curr_state, NULL);
7307 struct bundle_state *curr_state, *next_state;
7309 for (curr_state = allocated_bundle_states_chain;
7310 curr_state !
7292 struct bundle_state *curr_state, *next_state; local
7404 try_issue_nops(struct bundle_state *curr_state, int nops_num) argument
7422 try_issue_insn(struct bundle_state *curr_state, rtx insn) argument
7443 struct bundle_state *curr_state; local
7744 struct bundle_state *curr_state, *next_state, *best_state; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenautomata.c5827 state_t curr_state;
5841 curr_state = first_state->next_equiv_class_state;
5842 curr_state != NULL;
5843 curr_state = next_state)
5845 next_state = curr_state->next_equiv_class_state;
5846 if (state_is_differed (curr_state, first_state,
5852 curr_state->next_equiv_class_state = new_equiv_class;
5856 curr_state->equiv_class_num_2 = *new_equiv_class_num_ptr;
5858 curr_state->equiv_class_num_1 = *new_equiv_class_num_ptr;
5859 new_equiv_class = curr_state;
5804 state_t curr_state; local
5904 state_t curr_state; local
[all...]
H A Dhaifa-sched.c300 state_t curr_state;
1126 state_transition (curr_state,
1129 state_transition (curr_state, NULL);
1132 state_transition (curr_state,
2089 memcpy (choice_stack->state, curr_state, dfa_state_size);
2116 memcpy (curr_state, top->state, dfa_state_size);
2124 delay = state_transition (curr_state, insn);
2127 if (state_dead_lock_p (curr_state))
2132 if (memcmp (top->state, curr_state, dfa_state_size) != 0)
2138 memcpy (top->state, curr_state, dfa_state_siz
299 state_t curr_state; variable
[all...]
H A Dsched-int.h34 extern state_t curr_state;
H A Dmodulo-sched.c2290 state_transition (curr_state,
2293 state_transition (curr_state, NULL);
2296 state_transition (curr_state,
2313 state_reset (curr_state);
2323 if (!can_issue_more || state_dead_lock_p (curr_state))
2332 if (state_transition (curr_state, insn) >= 0)
2360 state_reset (curr_state);
2379 if (!can_issue_more || state_dead_lock_p (curr_state))
2384 if (state_transition (curr_state, insn) >= 0)
H A Dsched-rgn.c2092 && min_insn_conflict_delay (curr_state, next, next)
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Den.h1118 int mlx5e_modify_sq(struct mlx5e_sq *, int curr_state, int next_state);
H A Dmlx5_en_main.c1288 mlx5e_modify_rq(struct mlx5e_rq *rq, int curr_state, int next_state) argument
1307 MLX5_SET(modify_rq_in, in, rq_state, curr_state);
1611 mlx5e_modify_sq(struct mlx5e_sq *sq, int curr_state, int next_state) argument
1626 MLX5_SET(modify_sq_in, in, sq_state, curr_state);

Completed in 209 milliseconds