Home
last modified time | relevance | path

Searched refs:temp_state (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_scan.l396 YY_BUFFER_STATE temp_state;
403 temp_state =
406 yy_switch_to_buffer(temp_state);
409 mm_switch_to_buffer(temp_state);
411 mm_delete_buffer(temp_state);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dhaifa-sched.c1966 state_t temp_state = NULL; /* It is used for multipass scheduling. */ local
2015 temp_state = alloca (dfa_state_size);
2119 memcpy (temp_state, curr_state, dfa_state_size);
2137 cost = state_transition (temp_state, insn);
2152 memcpy (temp_state, curr_state, dfa_state_size);
2154 if (state_transition (temp_state, bubble) < 0
2155 && state_transition (temp_state, insn) < 0)
2223 if (memcmp (curr_state, temp_state, dfa_state_size) != 0)
2225 memcpy (curr_state, temp_state, dfa_state_size);
H A Dgenautomata.c5669 state_t temp_state; local
5699 temp_state = state;
5701 free_state (temp_state);
/openbsd-src/gnu/gcc/gcc/
H A Dhaifa-sched.c1804 state_t temp_state = alloca (dfa_state_size); in early_queue_to_ready() local
1840 memcpy (temp_state, state, dfa_state_size); in early_queue_to_ready()
1846 cost = state_transition (temp_state, insn); in early_queue_to_ready()
2266 state_t temp_state = NULL; /* It is used for multipass scheduling. */ in schedule_block() local
2305 temp_state = alloca (dfa_state_size); in schedule_block()
2440 memcpy (temp_state, curr_state, dfa_state_size); in schedule_block()
2441 if (early_queue_to_ready (temp_state, &ready)) in schedule_block()
2481 memcpy (temp_state, curr_state, dfa_state_size); in schedule_block()
2499 cost = state_transition (temp_state, insn); in schedule_block()
2562 if (memcmp (curr_state, temp_state, dfa_state_size) != 0) in schedule_block()
[all …]
H A Dgenautomata.c5440 state_t temp_state; in create_composed_state() local
5480 temp_state = state; in create_composed_state()
5482 free_state (temp_state); in create_composed_state()