Lines Matching refs:parallel

9 #pragma omp parallel master taskloop simd  in xxx()
15 #pragma omp parallel master taskloop simd
18 #pragma omp parallel master taskloop simd foo
22 #pragma omp parallel master taskloop simd in test_no_clause()
27 #pragma omp parallel master taskloop simd in test_no_clause()
38 #pragma omp parallel in test_branch_protected_scope()
39 #pragma omp parallel master taskloop simd in test_branch_protected_scope()
62 #pragma omp parallel master taskloop simd foo bar in test_invalid_clause()
66 #pragma omp parallel master taskloop simd nogroup nogroup in test_invalid_clause()
70 #pragma omp parallel master taskloop simd in_reduction(+:a) in test_invalid_clause()
78 #pragma omp parallel in test_non_identifiers()
80 #pragma omp parallel master taskloop simd; in test_non_identifiers()
84 #pragma omp parallel in test_non_identifiers()
85 #pragma omp parallel master taskloop simd linear(x); in test_non_identifiers()
89 #pragma omp parallel in test_non_identifiers()
91 #pragma omp parallel master taskloop simd private(x); in test_non_identifiers()
95 #pragma omp parallel in test_non_identifiers()
97 #pragma omp parallel master taskloop simd, private(x); in test_non_identifiers()
106 #pragma omp parallel in test_collapse()
108 #pragma omp parallel master taskloop simd collapse in test_collapse()
111 #pragma omp parallel in test_collapse()
113 #pragma omp parallel master taskloop simd collapse( in test_collapse()
116 #pragma omp parallel in test_collapse()
118 #pragma omp parallel master taskloop simd collapse() in test_collapse()
121 #pragma omp parallel in test_collapse()
123 #pragma omp parallel master taskloop simd collapse(, in test_collapse()
126 #pragma omp parallel in test_collapse()
128 #pragma omp parallel master taskloop simd collapse(, ) in test_collapse()
131 #pragma omp parallel in test_collapse()
134 #pragma omp parallel master taskloop simd collapse 4) in test_collapse()
137 #pragma omp parallel in test_collapse()
140 #pragma omp parallel master taskloop simd collapse(4 in test_collapse()
143 #pragma omp parallel in test_collapse()
146 #pragma omp parallel master taskloop simd collapse(4, in test_collapse()
149 #pragma omp parallel in test_collapse()
152 #pragma omp parallel master taskloop simd collapse(4, ) in test_collapse()
155 #pragma omp parallel in test_collapse()
157 #pragma omp parallel master taskloop simd collapse(4) in test_collapse()
160 #pragma omp parallel in test_collapse()
163 #pragma omp parallel master taskloop simd collapse(4 4) in test_collapse()
166 #pragma omp parallel in test_collapse()
169 #pragma omp parallel master taskloop simd collapse(4, , 4) in test_collapse()
172 #pragma omp parallel in test_collapse()
173 #pragma omp parallel master taskloop simd collapse(4) in test_collapse()
179 #pragma omp parallel in test_collapse()
182 #pragma omp parallel master taskloop simd collapse(4, 8) in test_collapse()
185 #pragma omp parallel in test_collapse()
187 #pragma omp parallel master taskloop simd collapse(2.5) in test_collapse()
190 #pragma omp parallel in test_collapse()
192 #pragma omp parallel master taskloop simd collapse(foo()) in test_collapse()
195 #pragma omp parallel in test_collapse()
197 #pragma omp parallel master taskloop simd collapse(-5) in test_collapse()
200 #pragma omp parallel in test_collapse()
202 #pragma omp parallel master taskloop simd collapse(0) in test_collapse()
205 #pragma omp parallel in test_collapse()
207 #pragma omp parallel master taskloop simd collapse(5 - 5) in test_collapse()
214 #pragma omp parallel in test_private()
217 #pragma omp parallel master taskloop simd private( in test_private()
220 #pragma omp parallel in test_private()
223 #pragma omp parallel master taskloop simd private(, in test_private()
226 #pragma omp parallel in test_private()
228 #pragma omp parallel master taskloop simd private(, ) in test_private()
231 #pragma omp parallel in test_private()
233 #pragma omp parallel master taskloop simd private() in test_private()
236 #pragma omp parallel in test_private()
238 #pragma omp parallel master taskloop simd private(int) in test_private()
241 #pragma omp parallel in test_private()
243 #pragma omp parallel master taskloop simd private(0) in test_private()
248 #pragma omp parallel in test_private()
249 #pragma omp parallel master taskloop simd private(x) in test_private()
252 #pragma omp parallel in test_private()
253 #pragma omp parallel master taskloop simd private(x, y) in test_private()
256 #pragma omp parallel in test_private()
257 #pragma omp parallel master taskloop simd private(x, y, z) in test_private()
265 #pragma omp parallel in test_lastprivate()
268 #pragma omp parallel master taskloop simd lastprivate( in test_lastprivate()
272 #pragma omp parallel in test_lastprivate()
275 #pragma omp parallel master taskloop simd lastprivate(, in test_lastprivate()
278 #pragma omp parallel in test_lastprivate()
280 #pragma omp parallel master taskloop simd lastprivate(, ) in test_lastprivate()
283 #pragma omp parallel in test_lastprivate()
285 #pragma omp parallel master taskloop simd lastprivate() in test_lastprivate()
288 #pragma omp parallel in test_lastprivate()
290 #pragma omp parallel master taskloop simd lastprivate(int) in test_lastprivate()
293 #pragma omp parallel in test_lastprivate()
295 #pragma omp parallel master taskloop simd lastprivate(0) in test_lastprivate()
300 #pragma omp parallel in test_lastprivate()
301 #pragma omp parallel master taskloop simd lastprivate(x) in test_lastprivate()
304 #pragma omp parallel in test_lastprivate()
305 #pragma omp parallel master taskloop simd lastprivate(x, y) in test_lastprivate()
308 #pragma omp parallel in test_lastprivate()
309 #pragma omp parallel master taskloop simd lastprivate(x, y, z) in test_lastprivate()
316 #pragma omp parallel in test_firstprivate()
319 #pragma omp parallel master taskloop simd firstprivate( in test_firstprivate()
323 #pragma omp parallel in test_firstprivate()
326 #pragma omp parallel master taskloop simd firstprivate(, in test_firstprivate()
329 #pragma omp parallel in test_firstprivate()
331 #pragma omp parallel master taskloop simd firstprivate(, ) in test_firstprivate()
334 #pragma omp parallel in test_firstprivate()
336 #pragma omp parallel master taskloop simd firstprivate() in test_firstprivate()
339 #pragma omp parallel in test_firstprivate()
341 #pragma omp parallel master taskloop simd firstprivate(int) in test_firstprivate()
344 #pragma omp parallel in test_firstprivate()
346 #pragma omp parallel master taskloop simd firstprivate(0) in test_firstprivate()
351 #pragma omp parallel in test_firstprivate()
352 #pragma omp parallel master taskloop simd lastprivate(x) firstprivate(x) in test_firstprivate()
355 #pragma omp parallel in test_firstprivate()
356 #pragma omp parallel master taskloop simd lastprivate(x, y) firstprivate(x, y) in test_firstprivate()
359 #pragma omp parallel in test_firstprivate()
360 #pragma omp parallel master taskloop simd lastprivate(x, y, z) firstprivate(x, y, z) in test_firstprivate()
367 #pragma omp parallel in test_loop_messages()
369 #pragma omp parallel master taskloop simd in test_loop_messages()
373 #pragma omp parallel in test_loop_messages()
375 #pragma omp parallel master taskloop simd in test_loop_messages()
381 #pragma omp parallel master taskloop simd in test_loop_messages()
390 #pragma omp parallel master taskloop simd nontemporal( in test_nontemporal()
394 #pragma omp parallel master taskloop simd nontemporal(, in test_nontemporal()
398 #pragma omp parallel master taskloop simd nontemporal(, ) in test_nontemporal()
402 #pragma omp parallel master taskloop simd nontemporal() in test_nontemporal()
406 #pragma omp parallel master taskloop simd nontemporal(int) in test_nontemporal()
410 #pragma omp parallel master taskloop simd nontemporal(0) in test_nontemporal()
414 #pragma omp parallel master taskloop simd nontemporal(x) in test_nontemporal()
419 #pragma omp parallel master taskloop simd nontemporal(x, y) in test_nontemporal()
425 #pragma omp parallel master taskloop simd nontemporal(x, y, z) in test_nontemporal()
431 #pragma omp parallel master taskloop simd nontemporal(x :) in test_nontemporal()
435 #pragma omp parallel master taskloop simd nontemporal(x :, ) in test_nontemporal()
441 #pragma omp parallel master taskloop simd nontemporal(x) nontemporal(x) in test_nontemporal()
446 #pragma omp parallel master taskloop simd private(x) nontemporal(x) in test_nontemporal()
451 #pragma omp parallel master taskloop simd nontemporal(x) private(x) in test_nontemporal()
456 #pragma omp parallel master taskloop simd nontemporal(x, y : 0) in test_nontemporal()
461 #pragma omp parallel master taskloop simd nontemporal(x) lastprivate(x) in test_nontemporal()
466 #pragma omp parallel master taskloop simd lastprivate(x) nontemporal(x) in test_nontemporal()