Home
last modified time | relevance | path

Searched refs:ordered (Results 1 – 25 of 213) sorted by relevance

123456789

/llvm-project-15.0.7/clang/test/OpenMP/
H A Dordered_messages.cpp11 #pragma omp for ordered in xxx()
13 #pragma omp ordered in xxx()
26 #pragma omp for ordered in foo()
30 #pragma omp ordered in foo()
36 #pragma omp for ordered in foo()
40 #pragma omp ordered in foo()
46 #pragma omp for ordered in foo()
67 #pragma omp for ordered in foo()
185 #pragma omp for ordered in foo()
189 #pragma omp ordered in foo()
[all …]
H A Dfor_ordered_clause.cpp23 #pragma omp for ordered in tmain()
29 #pragma omp for ordered() // expected-error {{expected expression}} in tmain()
34 #pragma omp for ordered(argc in tmain()
50 #pragma omp for ordered(foobool(argc)), ordered(true), ordered(-5) in tmain()
53 #pragma omp for ordered(S) // expected-error {{'S' does not refer to a value}} in tmain()
64 #pragma omp for ordered(1) in tmain()
84 #pragma omp for ordered in main()
90 #pragma omp for ordered() // expected-error {{expected expression}} in main()
100 #pragma omp for ordered(foobool(1) > 0 ? 1 : 2) in main()
106 #pragma omp for ordered(foobool(argc)), ordered(true), ordered(-5) in main()
[all …]
H A Dordered_ast_print.cpp19 #pragma omp for ordered in tmain()
21 #pragma omp ordered in tmain()
25 #pragma omp for ordered in tmain()
27 #pragma omp ordered threads in tmain()
33 #pragma omp ordered simd in tmain()
39 #pragma omp ordered simd in tmain()
45 #pragma omp ordered simd in tmain()
138 #pragma omp for ordered in main()
140 #pragma omp ordered in main()
144 #pragma omp for ordered in main()
[all …]
H A Dtarget_parallel_for_ordered_messages.cpp23 #pragma omp target parallel for ordered in tmain()
29 #pragma omp target parallel for ordered() // expected-error {{expected expression}} in tmain()
34 #pragma omp target parallel for ordered(argc in tmain()
51 #pragma omp target parallel for ordered(foobool(argc)), ordered(true), ordered(-5) in tmain()
54 #pragma omp target parallel for ordered(S) // expected-error {{'S' does not refer to a value}} in tmain()
65 #pragma omp target parallel for ordered(1) in tmain()
71 #pragma omp target parallel for ordered(2) // expected-note {{as specified in 'ordered' clause}} in tmain()
77 #pragma omp target parallel for ordered in main()
83 #pragma omp target parallel for ordered() // expected-error {{expected expression}} in main()
100 #pragma omp target parallel for ordered(foobool(argc)), ordered(true), ordered(-5) in main()
[all …]
H A Dparallel_for_ordered_messages.cpp22 #pragma omp parallel for ordered in tmain()
28 #pragma omp parallel for ordered() // expected-error {{expected expression}} in tmain()
33 #pragma omp parallel for ordered(argc in tmain()
49 #pragma omp parallel for ordered(foobool(argc)), ordered(true), ordered(-5) in tmain()
52 #pragma omp parallel for ordered(S) // expected-error {{'S' does not refer to a value}} in tmain()
63 #pragma omp parallel for ordered(1) in tmain()
75 #pragma omp parallel for ordered in main()
81 #pragma omp parallel for ordered() // expected-error {{expected expression}} in main()
91 #pragma omp parallel for ordered(foobool(1) > 0 ? 1 : 2) in main()
97 #pragma omp parallel for ordered(foobool(argc)), ordered(true), ordered(-5) in main()
[all …]
H A Dtarget_parallel_for_simd_ordered_messages.cpp23 #pragma omp target parallel for simd ordered in tmain()
34 #pragma omp target parallel for simd ordered(argc in tmain()
46 #pragma omp target parallel for simd ordered((ST > 0) ? 1 + ST : 2) in tmain()
52 #pragma omp target parallel for simd ordered(foobool(argc)), ordered(true), ordered(-5) in tmain()
64 #pragma omp target parallel for simd ordered(1) in tmain()
68 #pragma omp target parallel for simd ordered(N) in tmain()
72 #pragma omp target parallel for simd ordered(2) in tmain()
79 #pragma omp target parallel for simd ordered in main()
104 #pragma omp target parallel for simd ordered(foobool(argc)), ordered(true), ordered(-5) in main()
116 #pragma omp target parallel for simd ordered(ordered(tmain < int, char, -1, -2 > (argc, argv) // ex… in main()
[all …]
H A Dordered_codegen.cpp26 #pragma omp for schedule(static) ordered in static_not_chunked()
37 #pragma omp ordered in static_not_chunked()
43 #pragma omp for schedule(dynamic) ordered in dynamic1()
54 #pragma omp ordered threads in dynamic1()
64 #pragma omp for schedule(auto) collapse(2) ordered in test_auto()
78 #pragma omp ordered in test_auto()
87 #pragma omp for collapse(2) schedule(runtime) ordered in runtime()
99 #pragma omp ordered threads in runtime()
111 #pragma omp ordered simd in foo_simd()
114 #pragma omp for simd ordered in foo_simd()
[all …]
H A Dordered_doacross_codegen.cpp28 #pragma omp parallel for ordered(2) in bar()
34 #pragma omp for collapse(2) ordered(2) in bar()
58 #pragma omp for ordered(1) in main()
73 #pragma omp ordered depend(source) in main()
88 #pragma omp ordered depend(sink : i - 2) in main()
115 #pragma omp for ordered(1) in main1()
131 #pragma omp ordered depend(source) in main1()
147 #pragma omp ordered depend(sink : i - 2) in main1()
186 #pragma omp for ordered(2) in TestStruct()
234 #pragma omp ordered depend(sink : j, i - 2) depend(sink : j - 1, i) in TestStruct()
[all …]
H A Dschedule_codegen.cpp152 #pragma omp for schedule(static) ordered in main()
157 #pragma omp for simd schedule(static) ordered in main()
162 #pragma omp for schedule(static, 2) ordered(1) in main()
167 #pragma omp for simd schedule(static, 2) ordered in main()
172 #pragma omp for schedule(auto) ordered(1) in main()
176 #pragma omp for simd schedule(auto) ordered in main()
181 #pragma omp for schedule(runtime) ordered in main()
186 #pragma omp for simd schedule(runtime) ordered in main()
191 #pragma omp for schedule(guided) ordered(1) in main()
196 #pragma omp for simd schedule(guided) ordered in main()
[all …]
H A Dordered_doacross_codegen.c41 #pragma omp for ordered(1) in main()
56 #pragma omp ordered depend(source) in main()
71 #pragma omp ordered depend(sink : i - 2) in main()
H A Dparallel_for_simd_messages.cpp91 #pragma omp parallel for simd ordered ordered // expected-error {{directive '#pragma omp parallel f… in test_ordered()
94 #pragma omp parallel for simd ordered in test_ordered()
98 #pragma omp parallel for simd ordered(1) in test_ordered()
H A Dgeneric_loop_messages.cpp41 #pragma omp ordered in foo()
48 #pragma omp ordered threads in foo()
55 #pragma omp ordered depend(source) in foo()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dllvm.amdgcn.ds.ordered.swap.ll1 …achineinstrs < %S/../llvm.amdgcn.ds.ordered.swap.ll | FileCheck -check-prefixes=GCN,FUNC %S/../llv…
2 …achineinstrs < %S/../llvm.amdgcn.ds.ordered.swap.ll | FileCheck -check-prefixes=GCN,FUNC %S/../llv…
3 …neinstrs < %S/../llvm.amdgcn.ds.ordered.swap.ll | FileCheck -check-prefixes=GCN,VIGFX9,FUNC %S/../…
4 …neinstrs < %S/../llvm.amdgcn.ds.ordered.swap.ll | FileCheck -check-prefixes=GCN,VIGFX9,FUNC %S/../…
H A Dllvm.amdgcn.ds.ordered.add.ll1 …achineinstrs < %S/../llvm.amdgcn.ds.ordered.add.ll | FileCheck -check-prefixes=GCN,FUNC %S/../llvm…
2 …achineinstrs < %S/../llvm.amdgcn.ds.ordered.add.ll | FileCheck -check-prefixes=GCN,FUNC %S/../llvm…
3 …ineinstrs < %S/../llvm.amdgcn.ds.ordered.add.ll | FileCheck -check-prefixes=GCN,VIGFX9,FUNC %S/../…
4 …ineinstrs < %S/../llvm.amdgcn.ds.ordered.add.ll | FileCheck -check-prefixes=GCN,VIGFX9,FUNC %S/../…
H A Dregbankselect-amdgcn.ds.ordered.swap.mir18 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), [[COPY]](s…
21 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), %0, %1, 0, 0, 0, 0…
38 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), [[V_READFI…
41 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), %0, %1, 0, 0, 0, 0…
57 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), [[V_READFI…
60 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), %0, %1, 0, 0, 0, 0…
75 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), [[COPY]](s…
78 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.swap), %0, %1, 0, 0, 0, 0…
H A Dregbankselect-amdgcn.ds.ordered.add.mir18 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), [[COPY]](s3…
21 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), %0, %1, 0, 0, 0, 0,…
38 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), [[V_READFIR…
41 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), %0, %1, 0, 0, 0, 0,…
57 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), [[V_READFIR…
60 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), %0, %1, 0, 0, 0, 0,…
75 …0-9]+]]:vgpr(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), [[COPY]](s3…
78 …%2:_(s32) = G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.ds.ordered.add), %0, %1, 0, 0, 0, 0,…
H A Dllvm.amdgcn.ds.ordered.add.gfx10.ll1 …-mc-encoding < %S/../llvm.amdgcn.ds.ordered.add.gfx10.ll | FileCheck -check-prefixes=GCN %S/../llv…
2 …-mc-encoding < %S/../llvm.amdgcn.ds.ordered.add.gfx10.ll | FileCheck -check-prefixes=GCN %S/../llv…
/llvm-project-15.0.7/clang/test/AST/
H A Dast-dump-openmp-ordered.c4 #pragma omp ordered in test_one()
9 #pragma omp for ordered in test_two()
15 #pragma omp for ordered(1) in test_three()
17 #pragma omp ordered depend(source) in test_three()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.ds.ordered.add.ll11 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
23 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
33 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
43 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
55 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
67 …%val = call i32 @llvm.amdgcn.ds.ordered.add(i32 addrspace(2)* null, i32 31, i32 0, i32 0, i1 false…
79 …%val = call i32 @llvm.amdgcn.ds.ordered.add(i32 addrspace(2)* null, i32 31, i32 0, i32 0, i1 false…
91 …%val = call [email protected].ordered.add(i32 addrspace(2)* null, i32 31, i32 0, i32 0, i1 false,…
103 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
115 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
[all …]
H A Dllvm.amdgcn.ds.ordered.add.gfx11.ll9 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
20 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
31 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
42 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
53 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
58 declare i32 @llvm.amdgcn.ds.ordered.add(i32 addrspace(2)* nocapture, i32, i32, i32, i1, i32, i1, i1)
H A Dllvm.amdgcn.ds.ordered.add.gfx10.ll9 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
19 …%val = call [email protected].ordered.add(i32 addrspace(2)* %gds, i32 31, i32 0, i32 0, i1 false,…
24 declare i32 @llvm.amdgcn.ds.ordered.add(i32 addrspace(2)* nocapture, i32, i32, i32, i1, i32, i1, i1)
/llvm-project-15.0.7/lld/test/ELF/
H A Darm-symbol-ordering-file.s9 # RUN: echo ordered > %t_order.txt
19 # SMALL: ordered
27 # LARGE-NEXT: ordered
49 ordered: label
70 ordered: label
/llvm-project-15.0.7/openmp/runtime/test/ompt/synchronization/
H A Dordered_dependences.c10 #pragma omp for ordered(2) in main()
15 #pragma omp ordered depend(sink : i - 1, j) depend(sink : i, j - 1) in main()
19 #pragma omp ordered depend(source) in main()
/llvm-project-15.0.7/openmp/runtime/test/worksharing/for/
H A Domp_doacross.c34 #pragma omp for ordered(2) in test_doacross()
37 #pragma omp ordered depend(sink : row - 1, col) depend(sink : row, col - 1) in test_doacross()
40 #pragma omp ordered depend(source) in test_doacross()
/llvm-project-15.0.7/openmp/tools/archer/tests/worksharing/
H A Dordered.c26 #pragma omp parallel for ordered num_threads(NUM_THREADS) shared(var) in main()
28 #pragma omp ordered in main()

123456789