Home
last modified time | relevance | path

Searched refs:n_prefetches (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-prefetch.c1015 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1052 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1054 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1095 unsigned n_prefetches; in estimate_prefetch_count() local
1102 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1104 prefetch_count += n_prefetches; in estimate_prefetch_count()
1121 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1131 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1139 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-loop-prefetch.c1026 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1063 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1065 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1113 unsigned n_prefetches; in estimate_prefetch_count() local
1120 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1122 prefetch_count += n_prefetches; in estimate_prefetch_count()
1139 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1149 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1157 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-prefetch.c1026 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1063 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1065 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1113 unsigned n_prefetches; in estimate_prefetch_count() local
1120 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1122 prefetch_count += n_prefetches; in estimate_prefetch_count()
1139 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1149 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1157 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-prefetch.c1026 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1063 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1065 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1113 unsigned n_prefetches; in estimate_prefetch_count() local
1120 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1122 prefetch_count += n_prefetches; in estimate_prefetch_count()
1139 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1149 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1157 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-prefetch.c1026 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1063 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1065 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1113 unsigned n_prefetches; in estimate_prefetch_count() local
1120 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1122 prefetch_count += n_prefetches; in estimate_prefetch_count()
1139 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1149 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1157 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-loop-prefetch.c1026 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1063 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1065 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1113 unsigned n_prefetches; in estimate_prefetch_count() local
1120 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1122 prefetch_count += n_prefetches; in estimate_prefetch_count()
1139 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1149 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1157 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-loop-prefetch.c1012 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1049 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1051 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1092 unsigned n_prefetches; in estimate_prefetch_count() local
1099 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1101 prefetch_count += n_prefetches; in estimate_prefetch_count()
1118 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1128 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1136 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-loop-prefetch.c1026 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1063 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1065 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1106 unsigned n_prefetches; in estimate_prefetch_count() local
1113 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1115 prefetch_count += n_prefetches; in estimate_prefetch_count()
1132 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1142 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1150 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-loop-prefetch.c1015 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1052 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1054 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1095 unsigned n_prefetches; in estimate_prefetch_count() local
1102 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1104 prefetch_count += n_prefetches; in estimate_prefetch_count()
1121 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1131 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1139 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-loop-prefetch.c1026 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1063 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1065 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1113 unsigned n_prefetches; in estimate_prefetch_count() local
1120 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1122 prefetch_count += n_prefetches; in estimate_prefetch_count()
1139 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1149 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1157 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-loop-prefetch.c1012 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1049 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1051 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1092 unsigned n_prefetches; in estimate_prefetch_count() local
1099 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1101 prefetch_count += n_prefetches; in estimate_prefetch_count()
1118 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1128 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1136 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1093 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1141 unsigned n_prefetches; in estimate_prefetch_count() local
1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1150 prefetch_count += n_prefetches; in estimate_prefetch_count()
1167 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1185 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1093 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1141 unsigned n_prefetches; in estimate_prefetch_count() local
1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1150 prefetch_count += n_prefetches; in estimate_prefetch_count()
1167 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1185 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1093 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1141 unsigned n_prefetches; in estimate_prefetch_count() local
1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1150 prefetch_count += n_prefetches; in estimate_prefetch_count()
1167 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1185 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1093 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1141 unsigned n_prefetches; in estimate_prefetch_count() local
1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1150 prefetch_count += n_prefetches; in estimate_prefetch_count()
1167 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1185 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1090 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1092 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1140 unsigned n_prefetches; in estimate_prefetch_count() local
1147 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1149 prefetch_count += n_prefetches; in estimate_prefetch_count()
1166 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1176 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1184 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1093 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1141 unsigned n_prefetches; in estimate_prefetch_count() local
1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1150 prefetch_count += n_prefetches; in estimate_prefetch_count()
1167 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1185 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1093 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1141 unsigned n_prefetches; in estimate_prefetch_count() local
1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1150 prefetch_count += n_prefetches; in estimate_prefetch_count()
1167 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1185 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1091 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1093 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1141 unsigned n_prefetches; in estimate_prefetch_count() local
1148 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1150 prefetch_count += n_prefetches; in estimate_prefetch_count()
1167 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1177 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1185 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1090 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1092 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1140 unsigned n_prefetches; in estimate_prefetch_count() local
1147 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1149 prefetch_count += n_prefetches; in estimate_prefetch_count()
1166 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1176 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1184 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-loop-prefetch.c1053 unsigned remaining_prefetch_slots, n_prefetches, prefetch_slots; in schedule_prefetches() local
1090 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in schedule_prefetches()
1092 prefetch_slots = n_prefetches * slots_per_prefetch; in schedule_prefetches()
1140 unsigned n_prefetches; in estimate_prefetch_count() local
1147 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in estimate_prefetch_count()
1149 prefetch_count += n_prefetches; in estimate_prefetch_count()
1166 unsigned n_prefetches, ap; in issue_prefetch_ref() local
1176 n_prefetches = ((unroll_factor + ref->prefetch_mod - 1) in issue_prefetch_ref()
1184 for (ap = 0; ap < n_prefetches; ap++) in issue_prefetch_ref()