Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 25 of 1947) sorted by relevance

12345678910>>...78

/external/llvm-project/clang/test/OpenMP/
Dfor_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
78 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
95 for (; ii < 10; ++ii) in test_iteration_spaces()
96 c[ii] = a[ii]; in test_iteration_spaces()
102 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
103 c[ii] = a[ii]; in test_iteration_spaces()
108 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
109 c[ii] = a[ii]; in test_iteration_spaces()
114 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
115 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dsimd_loop_messages.cpp21 int ii, jj, kk; in test_iteration_spaces() local
71 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
85 for (;ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
91 for (ii + 1;ii < 10; ++ii) in test_iteration_spaces()
92 c[ii] = a[ii]; in test_iteration_spaces()
96 for (c[ii] = 0;ii < 10; ++ii) in test_iteration_spaces()
97 c[ii] = a[ii]; in test_iteration_spaces()
101 for (((ii)) = 0;ii < 10; ++ii) in test_iteration_spaces()
102 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dparallel_for_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dparallel_for_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtaskloop_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
78 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
95 for (; ii < 10; ++ii) in test_iteration_spaces()
96 c[ii] = a[ii]; in test_iteration_spaces()
102 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
103 c[ii] = a[ii]; in test_iteration_spaces()
108 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
109 c[ii] = a[ii]; in test_iteration_spaces()
114 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
115 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_parallel_for_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_teams_distribute_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dfor_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
73 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
90 for (; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
97 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
98 c[ii] = a[ii]; in test_iteration_spaces()
103 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
104 c[ii] = a[ii]; in test_iteration_spaces()
109 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
110 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtaskloop_simd_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
78 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
95 for (; ii < 10; ++ii) in test_iteration_spaces()
96 c[ii] = a[ii]; in test_iteration_spaces()
102 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
103 c[ii] = a[ii]; in test_iteration_spaces()
108 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
109 c[ii] = a[ii]; in test_iteration_spaces()
114 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
115 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_parallel_for_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dmaster_taskloop_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
78 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
95 for (; ii < 10; ++ii) in test_iteration_spaces()
96 c[ii] = a[ii]; in test_iteration_spaces()
102 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
103 c[ii] = a[ii]; in test_iteration_spaces()
108 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
109 c[ii] = a[ii]; in test_iteration_spaces()
114 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
115 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_teams_distribute_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_teams_distribute_parallel_for_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
64 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
78 for (; ii < 10; ++ii) in test_iteration_spaces()
79 c[ii] = a[ii]; in test_iteration_spaces()
84 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
85 c[ii] = a[ii]; in test_iteration_spaces()
89 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
90 c[ii] = a[ii]; in test_iteration_spaces()
94 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
95 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dteams_distribute_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
73 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
90 for (; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
97 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
98 c[ii] = a[ii]; in test_iteration_spaces()
103 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
104 c[ii] = a[ii]; in test_iteration_spaces()
109 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
110 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dmaster_taskloop_simd_loop_messages.cpp28 int ii, jj, kk; in test_iteration_spaces() local
78 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
95 for (; ii < 10; ++ii) in test_iteration_spaces()
96 c[ii] = a[ii]; in test_iteration_spaces()
102 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
103 c[ii] = a[ii]; in test_iteration_spaces()
108 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
109 c[ii] = a[ii]; in test_iteration_spaces()
114 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
115 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
/external/clang/test/OpenMP/
Dparallel_for_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dsimd_loop_messages.cpp11 int ii, jj, kk; in test_iteration_spaces() local
51 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
65 for (;ii < 10; ++ii) in test_iteration_spaces()
66 c[ii] = a[ii]; in test_iteration_spaces()
71 for (ii + 1;ii < 10; ++ii) in test_iteration_spaces()
72 c[ii] = a[ii]; in test_iteration_spaces()
76 for (c[ii] = 0;ii < 10; ++ii) in test_iteration_spaces()
77 c[ii] = a[ii]; in test_iteration_spaces()
81 for (((ii)) = 0;ii < 10; ++ii) in test_iteration_spaces()
82 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dparallel_for_simd_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dfor_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
74 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
91 for (; ii < 10; ++ii) in test_iteration_spaces()
92 c[ii] = a[ii]; in test_iteration_spaces()
98 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
99 c[ii] = a[ii]; in test_iteration_spaces()
104 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
105 c[ii] = a[ii]; in test_iteration_spaces()
110 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
111 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtaskloop_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
74 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
91 for (; ii < 10; ++ii) in test_iteration_spaces()
92 c[ii] = a[ii]; in test_iteration_spaces()
98 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
99 c[ii] = a[ii]; in test_iteration_spaces()
104 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
105 c[ii] = a[ii]; in test_iteration_spaces()
110 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
111 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_parallel_for_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtarget_parallel_for_simd_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
60 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
74 for (; ii < 10; ++ii) in test_iteration_spaces()
75 c[ii] = a[ii]; in test_iteration_spaces()
80 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
81 c[ii] = a[ii]; in test_iteration_spaces()
85 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
86 c[ii] = a[ii]; in test_iteration_spaces()
90 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
91 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dfor_simd_loop_messages.cpp20 int ii, jj, kk; in test_iteration_spaces() local
69 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
86 for (; ii < 10; ++ii) in test_iteration_spaces()
87 c[ii] = a[ii]; in test_iteration_spaces()
93 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
94 c[ii] = a[ii]; in test_iteration_spaces()
99 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
100 c[ii] = a[ii]; in test_iteration_spaces()
105 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
106 c[ii] = a[ii]; in test_iteration_spaces()
[all …]
Dtaskloop_simd_loop_messages.cpp24 int ii, jj, kk; in test_iteration_spaces() local
74 for (int &ref = ii; ref < 10; ref++) { in test_iteration_spaces()
91 for (; ii < 10; ++ii) in test_iteration_spaces()
92 c[ii] = a[ii]; in test_iteration_spaces()
98 for (ii + 1; ii < 10; ++ii) in test_iteration_spaces()
99 c[ii] = a[ii]; in test_iteration_spaces()
104 for (c[ii] = 0; ii < 10; ++ii) in test_iteration_spaces()
105 c[ii] = a[ii]; in test_iteration_spaces()
110 for (((ii)) = 0; ii < 10; ++ii) in test_iteration_spaces()
111 c[ii] = a[ii]; in test_iteration_spaces()
[all …]

12345678910>>...78