Home
last modified time | relevance | path

Searched refs:choice_stack (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dhaifa-sched.c1681 static struct choice_entry *choice_stack; variable
1725 top = choice_stack; in max_issue()
1738 if (top == choice_stack) in max_issue()
1740 if (best < top - choice_stack && ready_try [0]) in max_issue()
1742 best = top - choice_stack; in max_issue()
1743 *index = choice_stack [1].index; in max_issue()
1779 while (top != choice_stack) in max_issue()
1884 choice_stack = xmalloc ((rgn_n_insns + 1) in schedule_block()
1887 choice_stack[i].state = xmalloc (dfa_state_size); in schedule_block()
2173 free (choice_stack [i].state); in schedule_block()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dhaifa-sched.c2080 static struct choice_entry *choice_stack; variable
2124 top = choice_stack; in max_issue()
2137 if (top == choice_stack) in max_issue()
2139 if (best < top - choice_stack && ready_try [0]) in max_issue()
2141 best = top - choice_stack; in max_issue()
2142 *index = choice_stack [1].index; in max_issue()
2178 while (top != choice_stack) in max_issue()
2303 choice_stack = xmalloc ((rgn_n_insns + 1) in schedule_block()
2306 choice_stack[i].state = xmalloc (dfa_state_size); in schedule_block()
2688 free (choice_stack [i].state); in schedule_block()
[all …]
H A DChangeLog.920385 (choice_stack, cycle_issued_insns): New variables.
20388 (schedule_block): Allocate and free choice_stack. Set up
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dhaifa-sched.c2080 static struct choice_entry *choice_stack; variable
2124 top = choice_stack; in max_issue()
2137 if (top == choice_stack) in max_issue()
2139 if (best < top - choice_stack && ready_try [0]) in max_issue()
2141 best = top - choice_stack; in max_issue()
2142 *index = choice_stack [1].index; in max_issue()
2178 while (top != choice_stack) in max_issue()
2303 choice_stack = xmalloc ((rgn_n_insns + 1) in schedule_block()
2306 choice_stack[i].state = xmalloc (dfa_state_size); in schedule_block()
2688 free (choice_stack [i].state); in schedule_block()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dhaifa-sched.c5278 static struct choice_entry *choice_stack; variable
5346 top = choice_stack; in max_issue()
5381 if (top == choice_stack) in max_issue()
5384 if (best < top - choice_stack) in max_issue()
5400 best = top - choice_stack; in max_issue()
5403 *index = choice_stack [1].index; in max_issue()
5470 ? &choice_stack[1].target_data in max_issue()
7163 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7197 free (choice_stack [i].state); in sched_finish_ready_list()
7199 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dhaifa-sched.c5235 static struct choice_entry *choice_stack; variable
5303 top = choice_stack; in max_issue()
5338 if (top == choice_stack) in max_issue()
5341 if (best < top - choice_stack) in max_issue()
5357 best = top - choice_stack; in max_issue()
5360 *index = choice_stack [1].index; in max_issue()
5427 ? &choice_stack[1].target_data in max_issue()
7104 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7138 free (choice_stack [i].state); in sched_finish_ready_list()
7140 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dhaifa-sched.c5235 static struct choice_entry *choice_stack; variable
5303 top = choice_stack; in max_issue()
5338 if (top == choice_stack) in max_issue()
5341 if (best < top - choice_stack) in max_issue()
5357 best = top - choice_stack; in max_issue()
5360 *index = choice_stack [1].index; in max_issue()
5427 ? &choice_stack[1].target_data in max_issue()
7102 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7136 free (choice_stack [i].state); in sched_finish_ready_list()
7138 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c5841 static struct choice_entry *choice_stack; variable
5902 top = choice_stack; in max_issue()
5943 if (top == choice_stack) in max_issue()
5946 if (best < top - choice_stack) in max_issue()
5962 best = top - choice_stack; in max_issue()
5965 *index = choice_stack [1].index; in max_issue()
6032 ? &choice_stack[1].target_data in max_issue()
7763 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7797 free (choice_stack [i].state); in sched_finish_ready_list()
7799 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dhaifa-sched.c5867 static struct choice_entry *choice_stack; variable
5928 top = choice_stack; in max_issue()
5969 if (top == choice_stack) in max_issue()
5972 if (best < top - choice_stack) in max_issue()
5988 best = top - choice_stack; in max_issue()
5991 *index = choice_stack [1].index; in max_issue()
6058 ? &choice_stack[1].target_data in max_issue()
7789 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7823 free (choice_stack [i].state); in sched_finish_ready_list()
7825 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dhaifa-sched.c5875 static struct choice_entry *choice_stack; variable
5936 top = choice_stack; in max_issue()
5977 if (top == choice_stack) in max_issue()
5980 if (best < top - choice_stack) in max_issue()
5996 best = top - choice_stack; in max_issue()
5999 *index = choice_stack [1].index; in max_issue()
6066 ? &choice_stack[1].target_data in max_issue()
7800 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7834 free (choice_stack [i].state); in sched_finish_ready_list()
7836 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dhaifa-sched.c5841 static struct choice_entry *choice_stack; variable
5902 top = choice_stack; in max_issue()
5943 if (top == choice_stack) in max_issue()
5946 if (best < top - choice_stack) in max_issue()
5962 best = top - choice_stack; in max_issue()
5965 *index = choice_stack [1].index; in max_issue()
6032 ? &choice_stack[1].target_data in max_issue()
7763 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7797 free (choice_stack [i].state); in sched_finish_ready_list()
7799 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dhaifa-sched.c5875 static struct choice_entry *choice_stack; variable
5936 top = choice_stack; in max_issue()
5977 if (top == choice_stack) in max_issue()
5980 if (best < top - choice_stack) in max_issue()
5996 best = top - choice_stack; in max_issue()
5999 *index = choice_stack [1].index; in max_issue()
6066 ? &choice_stack[1].target_data in max_issue()
7800 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7834 free (choice_stack [i].state); in sched_finish_ready_list()
7836 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dhaifa-sched.c5875 static struct choice_entry *choice_stack; variable
5936 top = choice_stack; in max_issue()
5977 if (top == choice_stack) in max_issue()
5980 if (best < top - choice_stack) in max_issue()
5996 best = top - choice_stack; in max_issue()
5999 *index = choice_stack [1].index; in max_issue()
6066 ? &choice_stack[1].target_data in max_issue()
7800 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7834 free (choice_stack [i].state); in sched_finish_ready_list()
7836 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c5841 static struct choice_entry *choice_stack; variable
5902 top = choice_stack; in max_issue()
5943 if (top == choice_stack) in max_issue()
5946 if (best < top - choice_stack) in max_issue()
5962 best = top - choice_stack; in max_issue()
5965 *index = choice_stack [1].index; in max_issue()
6032 ? &choice_stack[1].target_data in max_issue()
7763 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7797 free (choice_stack [i].state); in sched_finish_ready_list()
7799 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c5841 static struct choice_entry *choice_stack; variable
5902 top = choice_stack; in max_issue()
5943 if (top == choice_stack) in max_issue()
5946 if (best < top - choice_stack) in max_issue()
5962 best = top - choice_stack; in max_issue()
5965 *index = choice_stack [1].index; in max_issue()
6032 ? &choice_stack[1].target_data in max_issue()
7763 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7797 free (choice_stack [i].state); in sched_finish_ready_list()
7799 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dhaifa-sched.c5841 static struct choice_entry *choice_stack; variable
5902 top = choice_stack; in max_issue()
5943 if (top == choice_stack) in max_issue()
5946 if (best < top - choice_stack) in max_issue()
5962 best = top - choice_stack; in max_issue()
5965 *index = choice_stack [1].index; in max_issue()
6032 ? &choice_stack[1].target_data in max_issue()
7763 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7797 free (choice_stack [i].state); in sched_finish_ready_list()
7799 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dhaifa-sched.c5867 static struct choice_entry *choice_stack; variable
5928 top = choice_stack; in max_issue()
5969 if (top == choice_stack) in max_issue()
5972 if (best < top - choice_stack) in max_issue()
5988 best = top - choice_stack; in max_issue()
5991 *index = choice_stack [1].index; in max_issue()
6058 ? &choice_stack[1].target_data in max_issue()
7789 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7823 free (choice_stack [i].state); in sched_finish_ready_list()
7825 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dhaifa-sched.c5875 static struct choice_entry *choice_stack; variable
5936 top = choice_stack; in max_issue()
5977 if (top == choice_stack) in max_issue()
5980 if (best < top - choice_stack) in max_issue()
5996 best = top - choice_stack; in max_issue()
5999 *index = choice_stack [1].index; in max_issue()
6066 ? &choice_stack[1].target_data in max_issue()
7800 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7834 free (choice_stack [i].state); in sched_finish_ready_list()
7836 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dhaifa-sched.c5867 static struct choice_entry *choice_stack; variable
5928 top = choice_stack; in max_issue()
5969 if (top == choice_stack) in max_issue()
5972 if (best < top - choice_stack) in max_issue()
5988 best = top - choice_stack; in max_issue()
5991 *index = choice_stack [1].index; in max_issue()
6058 ? &choice_stack[1].target_data in max_issue()
7789 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7823 free (choice_stack [i].state); in sched_finish_ready_list()
7825 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dhaifa-sched.c5841 static struct choice_entry *choice_stack; variable
5902 top = choice_stack; in max_issue()
5943 if (top == choice_stack) in max_issue()
5946 if (best < top - choice_stack) in max_issue()
5962 best = top - choice_stack; in max_issue()
5965 *index = choice_stack [1].index; in max_issue()
6032 ? &choice_stack[1].target_data in max_issue()
7763 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7797 free (choice_stack [i].state); in sched_finish_ready_list()
7799 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dhaifa-sched.c5929 static struct choice_entry *choice_stack; variable
5990 top = choice_stack; in max_issue()
6031 if (top == choice_stack) in max_issue()
6034 if (best < top - choice_stack) in max_issue()
6050 best = top - choice_stack; in max_issue()
6053 *index = choice_stack [1].index; in max_issue()
6120 ? &choice_stack[1].target_data in max_issue()
7850 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7884 free (choice_stack [i].state); in sched_finish_ready_list()
7886 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dhaifa-sched.c5875 static struct choice_entry *choice_stack; variable
5936 top = choice_stack; in max_issue()
5977 if (top == choice_stack) in max_issue()
5980 if (best < top - choice_stack) in max_issue()
5996 best = top - choice_stack; in max_issue()
5999 *index = choice_stack [1].index; in max_issue()
6066 ? &choice_stack[1].target_data in max_issue()
7800 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7834 free (choice_stack [i].state); in sched_finish_ready_list()
7836 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dhaifa-sched.c5875 static struct choice_entry *choice_stack; variable
5936 top = choice_stack; in max_issue()
5977 if (top == choice_stack) in max_issue()
5980 if (best < top - choice_stack) in max_issue()
5996 best = top - choice_stack; in max_issue()
5999 *index = choice_stack [1].index; in max_issue()
6066 ? &choice_stack[1].target_data in max_issue()
7800 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7834 free (choice_stack [i].state); in sched_finish_ready_list()
7836 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dhaifa-sched.c5884 static struct choice_entry *choice_stack; variable
5945 top = choice_stack; in max_issue()
5986 if (top == choice_stack) in max_issue()
5989 if (best < top - choice_stack) in max_issue()
6005 best = top - choice_stack; in max_issue()
6008 *index = choice_stack [1].index; in max_issue()
6075 ? &choice_stack[1].target_data in max_issue()
7805 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7839 free (choice_stack [i].state); in sched_finish_ready_list()
7841 free (choice_stack); in sched_finish_ready_list()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dhaifa-sched.c5929 static struct choice_entry *choice_stack; variable
5990 top = choice_stack; in max_issue()
6031 if (top == choice_stack) in max_issue()
6034 if (best < top - choice_stack) in max_issue()
6050 best = top - choice_stack; in max_issue()
6053 *index = choice_stack [1].index; in max_issue()
6120 ? &choice_stack[1].target_data in max_issue()
7850 choice_stack = XRESIZEVEC (struct choice_entry, choice_stack, in sched_extend_ready_list()
7884 free (choice_stack [i].state); in sched_finish_ready_list()
7886 free (choice_stack); in sched_finish_ready_list()
[all …]

12