/external/llvm-project/clang/test/OpenMP/ |
D | for_loop_messages.cpp | 28 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 …]
|
D | simd_loop_messages.cpp | 21 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 …]
|
D | parallel_for_loop_messages.cpp | 24 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 …]
|
D | target_simd_loop_messages.cpp | 24 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 …]
|
D | parallel_for_simd_loop_messages.cpp | 24 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 …]
|
D | taskloop_loop_messages.cpp | 28 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 …]
|
D | target_parallel_for_loop_messages.cpp | 24 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 …]
|
D | target_teams_distribute_loop_messages.cpp | 24 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 …]
|
D | for_simd_loop_messages.cpp | 24 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 …]
|
D | taskloop_simd_loop_messages.cpp | 28 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 …]
|
D | target_parallel_for_simd_loop_messages.cpp | 24 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 …]
|
D | master_taskloop_loop_messages.cpp | 28 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 …]
|
D | target_teams_distribute_simd_loop_messages.cpp | 24 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 …]
|
D | target_teams_distribute_parallel_for_loop_messages.cpp | 24 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 …]
|
D | teams_distribute_loop_messages.cpp | 24 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 …]
|
D | master_taskloop_simd_loop_messages.cpp | 28 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/ |
D | parallel_for_loop_messages.cpp | 20 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 …]
|
D | simd_loop_messages.cpp | 11 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 …]
|
D | parallel_for_simd_loop_messages.cpp | 20 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 …]
|
D | for_loop_messages.cpp | 24 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 …]
|
D | taskloop_loop_messages.cpp | 24 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 …]
|
D | target_parallel_for_loop_messages.cpp | 20 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 …]
|
D | target_parallel_for_simd_loop_messages.cpp | 20 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 …]
|
D | for_simd_loop_messages.cpp | 20 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 …]
|
D | taskloop_simd_loop_messages.cpp | 24 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 …]
|