• Home
  • Raw
  • Download

Lines Matching refs:omp

4 #pragma omp distribute simd
7 #pragma omp distribute simd foo
10 #pragma omp distribute simd safelen(4)
14 #pragma omp target in test_no_clause()
15 #pragma omp teams in test_no_clause()
16 #pragma omp distribute simd in test_no_clause()
20 #pragma omp target in test_no_clause()
21 #pragma omp teams in test_no_clause()
23 #pragma omp distribute simd in test_no_clause()
34 #pragma omp target in test_branch_protected_scope()
35 #pragma omp teams in test_branch_protected_scope()
36 #pragma omp distribute simd in test_branch_protected_scope()
58 #pragma omp target in test_invalid_clause()
59 #pragma omp teams in test_invalid_clause()
61 #pragma omp distribute simd foo bar in test_invalid_clause()
69 #pragma omp target in test_non_identifiers()
70 #pragma omp teams in test_non_identifiers()
72 #pragma omp distribute simd; in test_non_identifiers()
76 #pragma omp target in test_non_identifiers()
77 #pragma omp teams in test_non_identifiers()
79 #pragma omp distribute simd private(x); in test_non_identifiers()
83 #pragma omp target in test_non_identifiers()
84 #pragma omp teams in test_non_identifiers()
86 #pragma omp distribute simd, private(x); in test_non_identifiers()
94 #pragma omp target in test_safelen()
95 #pragma omp teams in test_safelen()
97 #pragma omp distribute simd safelen in test_safelen()
100 #pragma omp target in test_safelen()
101 #pragma omp teams in test_safelen()
103 #pragma omp distribute simd safelen( in test_safelen()
106 #pragma omp target in test_safelen()
107 #pragma omp teams in test_safelen()
109 #pragma omp distribute simd safelen() in test_safelen()
112 #pragma omp target in test_safelen()
113 #pragma omp teams in test_safelen()
115 #pragma omp distribute simd safelen(, in test_safelen()
118 #pragma omp target in test_safelen()
119 #pragma omp teams in test_safelen()
121 #pragma omp distribute simd safelen(, ) in test_safelen()
124 #pragma omp target in test_safelen()
125 #pragma omp teams in test_safelen()
128 #pragma omp distribute simd safelen 4) in test_safelen()
131 #pragma omp target in test_safelen()
132 #pragma omp teams in test_safelen()
135 #pragma omp distribute simd safelen(4 in test_safelen()
138 #pragma omp target in test_safelen()
139 #pragma omp teams in test_safelen()
142 #pragma omp distribute simd safelen(4, in test_safelen()
145 #pragma omp target in test_safelen()
146 #pragma omp teams in test_safelen()
149 #pragma omp distribute simd safelen(4, ) in test_safelen()
152 #pragma omp target in test_safelen()
153 #pragma omp teams in test_safelen()
155 #pragma omp distribute simd safelen(4) in test_safelen()
158 #pragma omp target in test_safelen()
159 #pragma omp teams in test_safelen()
162 #pragma omp distribute simd safelen(4 4) in test_safelen()
165 #pragma omp target in test_safelen()
166 #pragma omp teams in test_safelen()
169 #pragma omp distribute simd safelen(4, , 4) in test_safelen()
172 #pragma omp target in test_safelen()
173 #pragma omp teams in test_safelen()
174 #pragma omp distribute simd safelen(4) in test_safelen()
177 #pragma omp target in test_safelen()
178 #pragma omp teams in test_safelen()
181 #pragma omp distribute simd safelen(4, 8) in test_safelen()
184 #pragma omp target in test_safelen()
185 #pragma omp teams in test_safelen()
187 #pragma omp distribute simd safelen(2.5) in test_safelen()
190 #pragma omp target in test_safelen()
191 #pragma omp teams in test_safelen()
193 #pragma omp distribute simd safelen(foo()) in test_safelen()
196 #pragma omp target in test_safelen()
197 #pragma omp teams in test_safelen()
199 #pragma omp distribute simd safelen(-5) in test_safelen()
202 #pragma omp target in test_safelen()
203 #pragma omp teams in test_safelen()
205 #pragma omp distribute simd safelen(0) in test_safelen()
208 #pragma omp target in test_safelen()
209 #pragma omp teams in test_safelen()
211 #pragma omp distribute simd safelen(5 - 5) in test_safelen()
218 #pragma omp target in test_simdlen()
219 #pragma omp teams in test_simdlen()
221 #pragma omp distribute simd simdlen in test_simdlen()
224 #pragma omp target in test_simdlen()
225 #pragma omp teams in test_simdlen()
227 #pragma omp distribute simd simdlen( in test_simdlen()
230 #pragma omp target in test_simdlen()
231 #pragma omp teams in test_simdlen()
233 #pragma omp distribute simd simdlen() in test_simdlen()
236 #pragma omp target in test_simdlen()
237 #pragma omp teams in test_simdlen()
239 #pragma omp distribute simd simdlen(, in test_simdlen()
242 #pragma omp target in test_simdlen()
243 #pragma omp teams in test_simdlen()
245 #pragma omp distribute simd simdlen(, ) in test_simdlen()
248 #pragma omp target in test_simdlen()
249 #pragma omp teams in test_simdlen()
252 #pragma omp distribute simd simdlen 4) in test_simdlen()
255 #pragma omp target in test_simdlen()
256 #pragma omp teams in test_simdlen()
259 #pragma omp distribute simd simdlen(4 in test_simdlen()
262 #pragma omp target in test_simdlen()
263 #pragma omp teams in test_simdlen()
266 #pragma omp distribute simd simdlen(4, in test_simdlen()
269 #pragma omp target in test_simdlen()
270 #pragma omp teams in test_simdlen()
273 #pragma omp distribute simd simdlen(4, ) in test_simdlen()
276 #pragma omp target in test_simdlen()
277 #pragma omp teams in test_simdlen()
278 #pragma omp distribute simd simdlen(4) in test_simdlen()
281 #pragma omp target in test_simdlen()
282 #pragma omp teams in test_simdlen()
285 #pragma omp distribute simd simdlen(4 4) in test_simdlen()
288 #pragma omp target in test_simdlen()
289 #pragma omp teams in test_simdlen()
292 #pragma omp distribute simd simdlen(4, , 4) in test_simdlen()
295 #pragma omp target in test_simdlen()
296 #pragma omp teams in test_simdlen()
297 #pragma omp distribute simd simdlen(4) in test_simdlen()
300 #pragma omp target in test_simdlen()
301 #pragma omp teams in test_simdlen()
304 #pragma omp distribute simd simdlen(4, 8) in test_simdlen()
307 #pragma omp target in test_simdlen()
308 #pragma omp teams in test_simdlen()
310 #pragma omp distribute simd simdlen(2.5) in test_simdlen()
313 #pragma omp target in test_simdlen()
314 #pragma omp teams in test_simdlen()
316 #pragma omp distribute simd simdlen(foo()) in test_simdlen()
319 #pragma omp target in test_simdlen()
320 #pragma omp teams in test_simdlen()
322 #pragma omp distribute simd simdlen(-5) in test_simdlen()
325 #pragma omp target in test_simdlen()
326 #pragma omp teams in test_simdlen()
328 #pragma omp distribute simd simdlen(0) in test_simdlen()
331 #pragma omp target in test_simdlen()
332 #pragma omp teams in test_simdlen()
334 #pragma omp distribute simd simdlen(5 - 5) in test_simdlen()
341 #pragma omp target in test_collapse()
342 #pragma omp teams in test_collapse()
344 #pragma omp distribute simd collapse in test_collapse()
347 #pragma omp target in test_collapse()
348 #pragma omp teams in test_collapse()
350 #pragma omp distribute simd collapse( in test_collapse()
353 #pragma omp target in test_collapse()
354 #pragma omp teams in test_collapse()
356 #pragma omp distribute simd collapse() in test_collapse()
359 #pragma omp target in test_collapse()
360 #pragma omp teams in test_collapse()
362 #pragma omp distribute simd collapse(, in test_collapse()
365 #pragma omp target in test_collapse()
366 #pragma omp teams in test_collapse()
368 #pragma omp distribute simd collapse(, ) in test_collapse()
371 #pragma omp target in test_collapse()
372 #pragma omp teams in test_collapse()
375 #pragma omp distribute simd collapse 4) in test_collapse()
378 #pragma omp target in test_collapse()
379 #pragma omp teams in test_collapse()
382 #pragma omp distribute simd collapse(4 in test_collapse()
385 #pragma omp target in test_collapse()
386 #pragma omp teams in test_collapse()
389 #pragma omp distribute simd collapse(4, in test_collapse()
392 #pragma omp target in test_collapse()
393 #pragma omp teams in test_collapse()
396 #pragma omp distribute simd collapse(4, ) in test_collapse()
399 #pragma omp target in test_collapse()
400 #pragma omp teams in test_collapse()
402 #pragma omp distribute simd collapse(4) in test_collapse()
405 #pragma omp target in test_collapse()
406 #pragma omp teams in test_collapse()
409 #pragma omp distribute simd collapse(4 4) in test_collapse()
412 #pragma omp target in test_collapse()
413 #pragma omp teams in test_collapse()
416 #pragma omp distribute simd collapse(4, , 4) in test_collapse()
419 #pragma omp target in test_collapse()
420 #pragma omp teams in test_collapse()
421 #pragma omp distribute simd collapse(4) in test_collapse()
427 #pragma omp target in test_collapse()
428 #pragma omp teams in test_collapse()
431 #pragma omp distribute simd collapse(4, 8) in test_collapse()
434 #pragma omp target in test_collapse()
435 #pragma omp teams in test_collapse()
437 #pragma omp distribute simd collapse(2.5) in test_collapse()
440 #pragma omp target in test_collapse()
441 #pragma omp teams in test_collapse()
443 #pragma omp distribute simd collapse(foo()) in test_collapse()
446 #pragma omp target in test_collapse()
447 #pragma omp teams in test_collapse()
449 #pragma omp distribute simd collapse(-5) in test_collapse()
452 #pragma omp target in test_collapse()
453 #pragma omp teams in test_collapse()
455 #pragma omp distribute simd collapse(0) in test_collapse()
458 #pragma omp target in test_collapse()
459 #pragma omp teams in test_collapse()
461 #pragma omp distribute simd collapse(5 - 5) in test_collapse()
465 #pragma omp target in test_collapse()
466 #pragma omp teams in test_collapse()
467 #pragma omp distribute simd collapse(2) reduction(+ : i) in test_collapse()
473 #pragma omp for reduction(+ : i, j) in test_collapse()
477 #pragma omp target in test_collapse()
478 #pragma omp teams in test_collapse()
481 #pragma omp distribute simd reduction(+ : i, j) in test_collapse()
488 #pragma omp target in test_linear()
489 #pragma omp teams in test_linear()
491 #pragma omp distribute simd linear( in test_linear()
494 #pragma omp target in test_linear()
495 #pragma omp teams in test_linear()
498 #pragma omp distribute simd linear(, in test_linear()
501 #pragma omp target in test_linear()
502 #pragma omp teams in test_linear()
505 #pragma omp distribute simd linear(, ) in test_linear()
508 #pragma omp target in test_linear()
509 #pragma omp teams in test_linear()
511 #pragma omp distribute simd linear() in test_linear()
514 #pragma omp target in test_linear()
515 #pragma omp teams in test_linear()
517 #pragma omp distribute simd linear(int) in test_linear()
520 #pragma omp target in test_linear()
521 #pragma omp teams in test_linear()
523 #pragma omp distribute simd linear(0) in test_linear()
526 #pragma omp target in test_linear()
527 #pragma omp teams in test_linear()
529 #pragma omp distribute simd linear(x) in test_linear()
532 #pragma omp target in test_linear()
533 #pragma omp teams in test_linear()
536 #pragma omp distribute simd linear(x, y) in test_linear()
539 #pragma omp target in test_linear()
540 #pragma omp teams in test_linear()
544 #pragma omp distribute simd linear(x, y, z) in test_linear()
549 #pragma omp target in test_linear()
550 #pragma omp teams in test_linear()
552 #pragma omp distribute simd linear(x :) in test_linear()
555 #pragma omp target in test_linear()
556 #pragma omp teams in test_linear()
558 #pragma omp distribute simd linear(x :, ) in test_linear()
561 #pragma omp target in test_linear()
562 #pragma omp teams in test_linear()
563 #pragma omp distribute simd linear(x : 1) in test_linear()
566 #pragma omp target in test_linear()
567 #pragma omp teams in test_linear()
568 #pragma omp distribute simd linear(x : 2 * 2) in test_linear()
571 #pragma omp target in test_linear()
572 #pragma omp teams in test_linear()
574 #pragma omp distribute simd linear(x : 1, y) in test_linear()
577 #pragma omp target in test_linear()
578 #pragma omp teams in test_linear()
580 #pragma omp distribute simd linear(x : 1, y, z : 1) in test_linear()
584 #pragma omp target in test_linear()
585 #pragma omp teams in test_linear()
588 #pragma omp distribute simd linear(x) linear(x) in test_linear()
592 #pragma omp target in test_linear()
593 #pragma omp teams in test_linear()
596 #pragma omp distribute simd private(x) linear(x) in test_linear()
600 #pragma omp target in test_linear()
601 #pragma omp teams in test_linear()
604 #pragma omp distribute simd linear(x) private(x) in test_linear()
608 #pragma omp target in test_linear()
609 #pragma omp teams in test_linear()
611 #pragma omp distribute simd linear(x, y : 0) in test_linear()
615 #pragma omp target in test_linear()
616 #pragma omp teams in test_linear()
619 #pragma omp distribute simd linear(x) lastprivate(x) in test_linear()
623 #pragma omp target in test_linear()
624 #pragma omp teams in test_linear()
627 #pragma omp distribute simd lastprivate(x) linear(x) in test_linear()
634 #pragma omp target in test_aligned()
635 #pragma omp teams in test_aligned()
637 #pragma omp distribute simd aligned( in test_aligned()
640 #pragma omp target in test_aligned()
641 #pragma omp teams in test_aligned()
644 #pragma omp distribute simd aligned(, in test_aligned()
647 #pragma omp target in test_aligned()
648 #pragma omp teams in test_aligned()
651 #pragma omp distribute simd aligned(, ) in test_aligned()
654 #pragma omp target in test_aligned()
655 #pragma omp teams in test_aligned()
657 #pragma omp distribute simd aligned() in test_aligned()
660 #pragma omp target in test_aligned()
661 #pragma omp teams in test_aligned()
663 #pragma omp distribute simd aligned(int) in test_aligned()
666 #pragma omp target in test_aligned()
667 #pragma omp teams in test_aligned()
669 #pragma omp distribute simd aligned(0) in test_aligned()
672 #pragma omp target in test_aligned()
673 #pragma omp teams in test_aligned()
675 #pragma omp distribute simd aligned(x) in test_aligned()
678 #pragma omp target in test_aligned()
679 #pragma omp teams in test_aligned()
682 #pragma omp distribute simd aligned(x, y) in test_aligned()
685 #pragma omp target in test_aligned()
686 #pragma omp teams in test_aligned()
690 #pragma omp distribute simd aligned(x, y, z) in test_aligned()
695 #pragma omp target in test_aligned()
696 #pragma omp teams in test_aligned()
697 #pragma omp distribute simd aligned(x) in test_aligned()
700 #pragma omp target in test_aligned()
701 #pragma omp teams in test_aligned()
702 #pragma omp distribute simd aligned(z) in test_aligned()
705 #pragma omp target in test_aligned()
706 #pragma omp teams in test_aligned()
708 #pragma omp distribute simd aligned(x :) in test_aligned()
711 #pragma omp target in test_aligned()
712 #pragma omp teams in test_aligned()
714 #pragma omp distribute simd aligned(x :, ) in test_aligned()
717 #pragma omp target in test_aligned()
718 #pragma omp teams in test_aligned()
719 #pragma omp distribute simd aligned(x : 1) in test_aligned()
722 #pragma omp target in test_aligned()
723 #pragma omp teams in test_aligned()
724 #pragma omp distribute simd aligned(x : 2 * 2) in test_aligned()
727 #pragma omp target in test_aligned()
728 #pragma omp teams in test_aligned()
730 #pragma omp distribute simd aligned(x : 1, y) in test_aligned()
733 #pragma omp target in test_aligned()
734 #pragma omp teams in test_aligned()
736 #pragma omp distribute simd aligned(x : 1, y, z : 1) in test_aligned()
740 #pragma omp target in test_aligned()
741 #pragma omp teams in test_aligned()
743 #pragma omp distribute simd aligned(x, y) in test_aligned()
746 #pragma omp target in test_aligned()
747 #pragma omp teams in test_aligned()
749 #pragma omp distribute simd aligned(x, y, z) in test_aligned()
753 #pragma omp target in test_aligned()
754 #pragma omp teams in test_aligned()
757 #pragma omp distribute simd aligned(x) aligned(z, x) in test_aligned()
761 #pragma omp target in test_aligned()
762 #pragma omp teams in test_aligned()
766 #pragma omp distribute simd aligned(x, y, z) aligned(y, z) in test_aligned()
773 #pragma omp target in test_private()
774 #pragma omp teams in test_private()
777 #pragma omp distribute simd private( in test_private()
780 #pragma omp target in test_private()
781 #pragma omp teams in test_private()
784 #pragma omp distribute simd private(, in test_private()
787 #pragma omp target in test_private()
788 #pragma omp teams in test_private()
790 #pragma omp distribute simd private(, ) in test_private()
793 #pragma omp target in test_private()
794 #pragma omp teams in test_private()
796 #pragma omp distribute simd private() in test_private()
799 #pragma omp target in test_private()
800 #pragma omp teams in test_private()
802 #pragma omp distribute simd private(int) in test_private()
805 #pragma omp target in test_private()
806 #pragma omp teams in test_private()
808 #pragma omp distribute simd private(0) in test_private()
813 #pragma omp target in test_private()
814 #pragma omp teams in test_private()
815 #pragma omp distribute simd private(x) in test_private()
818 #pragma omp target in test_private()
819 #pragma omp teams in test_private()
820 #pragma omp distribute simd private(x, y) in test_private()
823 #pragma omp target in test_private()
824 #pragma omp teams in test_private()
825 #pragma omp distribute simd private(x, y, z) in test_private()
833 #pragma omp target in test_firstprivate()
834 #pragma omp teams in test_firstprivate()
837 #pragma omp distribute simd firstprivate( in test_firstprivate()
844 #pragma omp target in test_lastprivate()
845 #pragma omp teams in test_lastprivate()
848 #pragma omp distribute simd lastprivate( in test_lastprivate()
852 #pragma omp target in test_lastprivate()
853 #pragma omp teams in test_lastprivate()
856 #pragma omp distribute simd lastprivate(, in test_lastprivate()
859 #pragma omp target in test_lastprivate()
860 #pragma omp teams in test_lastprivate()
862 #pragma omp distribute simd lastprivate(, ) in test_lastprivate()
865 #pragma omp target in test_lastprivate()
866 #pragma omp teams in test_lastprivate()
868 #pragma omp distribute simd lastprivate() in test_lastprivate()
871 #pragma omp target in test_lastprivate()
872 #pragma omp teams in test_lastprivate()
874 #pragma omp distribute simd lastprivate(int) in test_lastprivate()
877 #pragma omp target in test_lastprivate()
878 #pragma omp teams in test_lastprivate()
880 #pragma omp distribute simd lastprivate(0) in test_lastprivate()
885 #pragma omp target in test_lastprivate()
886 #pragma omp teams in test_lastprivate()
887 #pragma omp distribute simd lastprivate(x) in test_lastprivate()
890 #pragma omp target in test_lastprivate()
891 #pragma omp teams in test_lastprivate()
892 #pragma omp distribute simd lastprivate(x, y) in test_lastprivate()
895 #pragma omp target in test_lastprivate()
896 #pragma omp teams in test_lastprivate()
897 #pragma omp distribute simd lastprivate(x, y, z) in test_lastprivate()
904 #pragma omp target in test_reduction()
905 #pragma omp teams in test_reduction()
909 #pragma omp distribute simd reduction( in test_reduction()
912 #pragma omp target in test_reduction()
913 #pragma omp teams in test_reduction()
916 #pragma omp distribute simd reduction() in test_reduction()
919 #pragma omp target in test_reduction()
920 #pragma omp teams in test_reduction()
923 #pragma omp distribute simd reduction(x) in test_reduction()
926 #pragma omp target in test_reduction()
927 #pragma omp teams in test_reduction()
929 #pragma omp distribute simd reduction( : x) in test_reduction()
932 #pragma omp target in test_reduction()
933 #pragma omp teams in test_reduction()
937 #pragma omp distribute simd reduction(, in test_reduction()
940 #pragma omp target in test_reduction()
941 #pragma omp teams in test_reduction()
945 #pragma omp distribute simd reduction(+ in test_reduction()
949 #pragma omp target in test_reduction()
950 #pragma omp teams in test_reduction()
954 #pragma omp distribute simd reduction(+: in test_reduction()
957 #pragma omp target in test_reduction()
958 #pragma omp teams in test_reduction()
960 #pragma omp distribute simd reduction(+ :) in test_reduction()
963 #pragma omp target in test_reduction()
964 #pragma omp teams in test_reduction()
966 #pragma omp distribute simd reduction(+ :, y) in test_reduction()
969 #pragma omp target in test_reduction()
970 #pragma omp teams in test_reduction()
972 #pragma omp distribute simd reduction(+ : x, + : y) in test_reduction()
975 #pragma omp target in test_reduction()
976 #pragma omp teams in test_reduction()
978 #pragma omp distribute simd reduction(% : x) in test_reduction()
982 #pragma omp target in test_reduction()
983 #pragma omp teams in test_reduction()
984 #pragma omp distribute simd reduction(+ : x) in test_reduction()
987 #pragma omp target in test_reduction()
988 #pragma omp teams in test_reduction()
989 #pragma omp distribute simd reduction(* : x) in test_reduction()
992 #pragma omp target in test_reduction()
993 #pragma omp teams in test_reduction()
994 #pragma omp distribute simd reduction(- : x) in test_reduction()
997 #pragma omp target in test_reduction()
998 #pragma omp teams in test_reduction()
999 #pragma omp distribute simd reduction(& : x) in test_reduction()
1002 #pragma omp target in test_reduction()
1003 #pragma omp teams in test_reduction()
1004 #pragma omp distribute simd reduction(| : x) in test_reduction()
1007 #pragma omp target in test_reduction()
1008 #pragma omp teams in test_reduction()
1009 #pragma omp distribute simd reduction(^ : x) in test_reduction()
1012 #pragma omp target in test_reduction()
1013 #pragma omp teams in test_reduction()
1014 #pragma omp distribute simd reduction(&& : x) in test_reduction()
1017 #pragma omp target in test_reduction()
1018 #pragma omp teams in test_reduction()
1019 #pragma omp distribute simd reduction(|| : x) in test_reduction()
1022 #pragma omp target in test_reduction()
1023 #pragma omp teams in test_reduction()
1024 #pragma omp distribute simd reduction(max : x) in test_reduction()
1027 #pragma omp target in test_reduction()
1028 #pragma omp teams in test_reduction()
1029 #pragma omp distribute simd reduction(min : x) in test_reduction()
1036 #pragma omp target in test_reduction()
1037 #pragma omp teams in test_reduction()
1039 #pragma omp distribute simd reduction(+ : X.x) in test_reduction()
1042 #pragma omp target in test_reduction()
1043 #pragma omp teams in test_reduction()
1045 #pragma omp distribute simd reduction(+ : x + x) in test_reduction()
1052 #pragma omp target in test_loop_messages()
1053 #pragma omp teams in test_loop_messages()
1055 #pragma omp distribute simd in test_loop_messages()
1059 #pragma omp target in test_loop_messages()
1060 #pragma omp teams in test_loop_messages()
1062 #pragma omp distribute simd in test_loop_messages()
1070 #pragma omp target in linear_modifiers()
1071 #pragma omp teams in linear_modifiers()
1072 #pragma omp distribute simd linear(f) in linear_modifiers()
1074 #pragma omp target in linear_modifiers()
1075 #pragma omp teams in linear_modifiers()
1076 #pragma omp distribute simd linear(val(f)) in linear_modifiers()
1078 #pragma omp target in linear_modifiers()
1079 #pragma omp teams in linear_modifiers()
1080 #pragma omp distribute simd linear(uval(f)) // expected-error {{expected 'val' modifier}} in linear_modifiers()
1082 #pragma omp target in linear_modifiers()
1083 #pragma omp teams in linear_modifiers()
1084 #pragma omp distribute simd linear(ref(f)) // expected-error {{expected 'val' modifier}} in linear_modifiers()
1086 #pragma omp target in linear_modifiers()
1087 #pragma omp teams in linear_modifiers()
1088 #pragma omp distribute simd linear(foo(f)) // expected-error {{expected 'val' modifier}} in linear_modifiers()