Home
last modified time | relevance | path

Searched refs:simd (Results 1 – 25 of 176) sorted by relevance

12345678

/external/clang/test/OpenMP/
Dsimd_misc_messages.c4 #pragma omp simd
7 #pragma omp simd foo
10 #pragma omp simd safelen(4)
14 #pragma omp simd in test_no_clause()
19 #pragma omp simd in test_no_clause()
30 #pragma omp simd in test_branch_protected_scope()
53 #pragma omp simd foo bar in test_invalid_clause()
62 #pragma omp simd; in test_non_identifiers()
67 #pragma omp simd firstprivate(x); in test_non_identifiers()
72 #pragma omp simd private(x); in test_non_identifiers()
[all …]
Dfor_simd_misc_messages.c4 #pragma omp for simd
7 #pragma omp for simd foo
11 #pragma omp for simd in test_no_clause()
16 #pragma omp for simd in test_no_clause()
28 #pragma omp for simd in test_branch_protected_scope()
52 #pragma omp for simd foo bar in test_invalid_clause()
62 #pragma omp for simd; in test_non_identifiers()
67 #pragma omp for simd linear(x); in test_non_identifiers()
73 #pragma omp for simd private(x); in test_non_identifiers()
79 #pragma omp for simd, private(x); in test_non_identifiers()
[all …]
Ddeclare_simd_messages.cpp7 #pragma omp declare simd
10 #pragma omp declare simd
16 #pragma omp declare simd
21 #pragma omp declare simd
22 #pragma omp declare simd
28 #pragma omp declare simd
29 #pragma omp declare simd
34 #pragma omp declare simd
39 #pragma omp declare simd simdlen(C)
46 #pragma omp declare simd
[all …]
Dparallel_for_simd_misc_messages.c4 #pragma omp parallel for simd
7 #pragma omp parallel for simd foo
11 #pragma omp parallel for simd in test_no_clause()
16 #pragma omp parallel for simd in test_no_clause()
28 #pragma omp parallel for simd in test_branch_protected_scope()
52 #pragma omp parallel for simd foo bar in test_invalid_clause()
62 #pragma omp parallel for simd; in test_non_identifiers()
67 #pragma omp parallel for simd linear(x); in test_non_identifiers()
73 #pragma omp parallel for simd private(x); in test_non_identifiers()
79 #pragma omp parallel for simd, private(x); in test_non_identifiers()
[all …]
Dtarget_parallel_for_simd_misc_messages.c4 #pragma omp target parallel for simd
7 #pragma omp target parallel for simd foo
11 #pragma omp target parallel for simd in test_no_clause()
16 #pragma omp target parallel for simd in test_no_clause()
27 #pragma omp target parallel for simd in test_branch_protected_scope()
50 #pragma omp target parallel for simd foo bar in test_invalid_clause()
59 #pragma omp target parallel for simd; in test_non_identifiers()
64 #pragma omp target parallel for simd private(x); in test_non_identifiers()
69 #pragma omp target parallel for simd, private(x); in test_non_identifiers()
79 #pragma omp target parallel for simd collapse in test_collapse()
[all …]
Ddistribute_simd_misc_messages.c4 #pragma omp distribute simd
7 #pragma omp distribute simd foo
10 #pragma omp distribute simd safelen(4)
16 #pragma omp distribute simd in test_no_clause()
23 #pragma omp distribute simd in test_no_clause()
36 #pragma omp distribute simd in test_branch_protected_scope()
61 #pragma omp distribute simd foo bar in test_invalid_clause()
72 #pragma omp distribute simd; in test_non_identifiers()
79 #pragma omp distribute simd private(x); in test_non_identifiers()
86 #pragma omp distribute simd, private(x); in test_non_identifiers()
[all …]
Dtaskloop_simd_misc_messages.c4 #pragma omp taskloop simd
7 #pragma omp taskloop simd foo
11 #pragma omp taskloop simd in test_no_clause()
16 #pragma omp taskloop simd in test_no_clause()
28 #pragma omp taskloop simd in test_branch_protected_scope()
52 #pragma omp taskloop simd foo bar in test_invalid_clause()
56 #pragma omp taskloop simd nogroup nogroup in test_invalid_clause()
66 #pragma omp taskloop simd; in test_non_identifiers()
71 #pragma omp taskloop simd linear(x); in test_non_identifiers()
77 #pragma omp taskloop simd private(x); in test_non_identifiers()
[all …]
Dsimd_loop_messages.cpp14 #pragma omp simd in test_iteration_spaces()
18 #pragma omp simd in test_iteration_spaces()
22 #pragma omp simd in test_iteration_spaces()
26 #pragma omp simd in test_iteration_spaces()
31 #pragma omp simd in test_iteration_spaces()
35 #pragma omp simd in test_iteration_spaces()
40 #pragma omp simd in test_iteration_spaces()
45 #pragma omp simd in test_iteration_spaces()
50 #pragma omp simd in test_iteration_spaces()
54 #pragma omp simd in test_iteration_spaces()
[all …]
Ddistribute_parallel_for_simd_misc_messages.c4 #pragma omp distribute parallel for simd
7 #pragma omp distribute parallel for simd foo
11 #pragma omp distribute parallel for simd in test_no_clause()
16 #pragma omp distribute parallel for simd in test_no_clause()
29 #pragma omp distribute parallel for simd in test_branch_protected_scope()
54 #pragma omp distribute parallel for simd foo bar in test_invalid_clause()
65 #pragma omp distribute parallel for simd; in test_non_identifiers()
71 #pragma omp distribute parallel for simd linear(x); in test_non_identifiers()
78 #pragma omp distribute parallel for simd private(x); in test_non_identifiers()
85 #pragma omp distribute parallel for simd, private(x); in test_non_identifiers()
[all …]
Dsimd_linear_messages.cpp20 #pragma omp simd linear(B:bfoo()) in test_linear_colons()
23 #pragma omp simd linear(B::ib:B:bfoo()) in test_linear_colons()
26 #pragma omp simd linear(B:ib) in test_linear_colons()
29 #pragma omp simd linear(z:B:ib) in test_linear_colons()
31 #pragma omp simd linear(B:B::bfoo()) in test_linear_colons()
33 #pragma omp simd linear(X::x : ::z) in test_linear_colons()
35 #pragma omp simd linear(B,::z, X::x) in test_linear_colons()
37 #pragma omp simd linear(::z) in test_linear_colons()
40 #pragma omp simd linear(B::bfoo()) in test_linear_colons()
42 #pragma omp simd linear(B::ib,B:C1+C2) in test_linear_colons()
[all …]
Dsimd_reduction_messages.cpp84 #pragma omp simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
87 #pragma omp simd reduction + // expected-error {{expected '(' after 'reduction'}} expected-warning … in tmain()
90 #pragma omp simd reduction( // expected-error {{expected unqualified-id}} expected-warning {{missin… in tmain()
93 #pragma omp simd reduction(- // expected-warning {{missing ':' after reduction identifier - ignorin… in tmain()
96 #pragma omp simd reduction() // expected-error {{expected unqualified-id}} expected-warning {{missi… in tmain()
99 #pragma omp simd reduction(*) // expected-warning {{missing ':' after reduction identifier - ignori… in tmain()
102 #pragma omp simd reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{miss… in tmain()
105 #pragma omp simd reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match thi… in tmain()
108 #pragma omp simd reduction(| : argc, // expected-error {{expected expression}} expected-error {{exp… in tmain()
111 #pragma omp simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name, arra… in tmain()
[all …]
Dparallel_for_simd_loop_messages.cpp23 #pragma omp parallel for simd in test_iteration_spaces()
27 #pragma omp parallel for simd in test_iteration_spaces()
31 #pragma omp parallel for simd in test_iteration_spaces()
35 #pragma omp parallel for simd in test_iteration_spaces()
40 #pragma omp parallel for simd in test_iteration_spaces()
44 #pragma omp parallel for simd in test_iteration_spaces()
49 #pragma omp parallel for simd in test_iteration_spaces()
54 #pragma omp parallel for simd in test_iteration_spaces()
59 #pragma omp parallel for simd in test_iteration_spaces()
63 #pragma omp parallel for simd in test_iteration_spaces()
[all …]
Dparallel_for_simd_if_messages.cpp15 #pragma omp parallel for simd if // expected-error {{expected '(' after 'if'}} in tmain()
17 …#pragma omp parallel for simd if ( // expected-error {{expected expression}} expected-error {{expe… in tmain()
19 #pragma omp parallel for simd if () // expected-error {{expected expression}} in tmain()
21 …#pragma omp parallel for simd if (argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
23 …#pragma omp parallel for simd if (argc)) // expected-warning {{extra tokens at the end of '#pragma… in tmain()
25 #pragma omp parallel for simd if (argc > 0 ? argv[1] : argv[2]) in tmain()
27 …#pragma omp parallel for simd if (foobool(argc)), if (true) // expected-error {{directive '#pragma… in tmain()
29 #pragma omp parallel for simd if (S) // expected-error {{'S' does not refer to a value}} in tmain()
31 …#pragma omp parallel for simd if (argv[1]=2) // expected-error {{expected ')'}} expected-note {{to… in tmain()
33 …#pragma omp parallel for simd if (argc argc) // expected-error {{expected ')'}} expected-note {{to… in tmain()
[all …]
Dtarget_parallel_for_simd_loop_messages.cpp23 #pragma omp target parallel for simd in test_iteration_spaces()
27 #pragma omp target parallel for simd in test_iteration_spaces()
31 #pragma omp target parallel for simd in test_iteration_spaces()
35 #pragma omp target parallel for simd in test_iteration_spaces()
40 #pragma omp target parallel for simd in test_iteration_spaces()
44 #pragma omp target parallel for simd in test_iteration_spaces()
49 #pragma omp target parallel for simd in test_iteration_spaces()
54 #pragma omp target parallel for simd in test_iteration_spaces()
59 #pragma omp target parallel for simd in test_iteration_spaces()
63 #pragma omp target parallel for simd in test_iteration_spaces()
[all …]
Dtarget_parallel_for_simd_map_messages.cpp67 #pragma omp target parallel for simd map // expected-error {{expected '(' after 'map'}} in tmain()
69 #pragma omp target parallel for simd map( // expected-error {{expected ')'}} expected-note {{to mat… in tmain()
71 #pragma omp target parallel for simd map() // expected-error {{expected expression}} in tmain()
73 #pragma omp target parallel for simd map(alloc) // expected-error {{use of undeclared identifier 'a… in tmain()
75 #pragma omp target parallel for simd map(to argc // expected-error {{expected ')'}} expected-note {… in tmain()
77 #pragma omp target parallel for simd map(to:) // expected-error {{expected expression}} in tmain()
79 #pragma omp target parallel for simd map(from: argc, // expected-error {{expected expression}} expe… in tmain()
81 #pragma omp target parallel for simd map(x: y) // expected-error {{incorrect map type, expected one… in tmain()
83 #pragma omp target parallel for simd map(x) in tmain()
85 #pragma omp target parallel for simd map(tofrom: t[:I]) in tmain()
[all …]
Dparallel_for_simd_reduction_messages.cpp84 #pragma omp parallel for simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
87 #pragma omp parallel for simd reduction + // expected-error {{expected '(' after 'reduction'}} expe… in tmain()
90 #pragma omp parallel for simd reduction( // expected-error {{expected unqualified-id}} expected-war… in tmain()
93 #pragma omp parallel for simd reduction(- // expected-warning {{missing ':' after reduction identif… in tmain()
96 #pragma omp parallel for simd reduction() // expected-error {{expected unqualified-id}} expected-wa… in tmain()
99 #pragma omp parallel for simd reduction(*) // expected-warning {{missing ':' after reduction identi… in tmain()
102 #pragma omp parallel for simd reduction(\) // expected-error {{expected unqualified-id}} expected-w… in tmain()
105 #pragma omp parallel for simd reduction(& : argc // expected-error {{expected ')'}} expected-note {… in tmain()
108 #pragma omp parallel for simd reduction(| : argc, // expected-error {{expected expression}} expecte… in tmain()
111 #pragma omp parallel for simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected variab… in tmain()
[all …]
Dtaskloop_simd_linear_messages.cpp20 #pragma omp taskloop simd linear(B:bfoo()) in test_linear_colons()
23 #pragma omp taskloop simd linear(B::ib:B:bfoo()) in test_linear_colons()
26 #pragma omp taskloop simd linear(B:ib) in test_linear_colons()
29 #pragma omp taskloop simd linear(z:B:ib) in test_linear_colons()
31 #pragma omp taskloop simd linear(B:B::bfoo()) in test_linear_colons()
33 #pragma omp taskloop simd linear(X::x : ::z) in test_linear_colons()
35 #pragma omp taskloop simd linear(B,::z, X::x) in test_linear_colons()
37 #pragma omp taskloop simd linear(::z) in test_linear_colons()
40 #pragma omp taskloop simd linear(B::bfoo()) in test_linear_colons()
42 #pragma omp taskloop simd linear(B::ib,B:C1+C2) in test_linear_colons()
[all …]
Dtarget_parallel_for_simd_if_messages.cpp15 #pragma omp target parallel for simd if // expected-error {{expected '(' after 'if'}} in tmain()
17 …#pragma omp target parallel for simd if ( // expected-error {{expected expression}} expected-error… in tmain()
19 #pragma omp target parallel for simd if () // expected-error {{expected expression}} in tmain()
21 …#pragma omp target parallel for simd if (argc // expected-error {{expected ')'}} expected-note {{t… in tmain()
23 …#pragma omp target parallel for simd if (argc)) // expected-warning {{extra tokens at the end of '… in tmain()
25 #pragma omp target parallel for simd if (argc > 0 ? argv[1] : argv[2]) in tmain()
27 …#pragma omp target parallel for simd if (foobool(argc)), if (true) // expected-error {{directive '… in tmain()
29 #pragma omp target parallel for simd if (S) // expected-error {{'S' does not refer to a value}} in tmain()
31 …#pragma omp target parallel for simd if (argv[1]=2) // expected-error {{expected ')'}} expected-no… in tmain()
33 …#pragma omp target parallel for simd if (argc argc) // expected-error {{expected ')'}} expected-no… in tmain()
[all …]
Dfor_simd_loop_messages.cpp24 #pragma omp for simd in test_iteration_spaces()
29 #pragma omp for simd in test_iteration_spaces()
34 #pragma omp for simd in test_iteration_spaces()
39 #pragma omp for simd in test_iteration_spaces()
45 #pragma omp for simd in test_iteration_spaces()
50 #pragma omp for simd in test_iteration_spaces()
56 #pragma omp for simd in test_iteration_spaces()
62 #pragma omp for simd in test_iteration_spaces()
68 #pragma omp for simd in test_iteration_spaces()
73 #pragma omp for simd in test_iteration_spaces()
[all …]
Dtaskloop_simd_loop_messages.cpp29 #pragma omp taskloop simd in test_iteration_spaces()
34 #pragma omp taskloop simd in test_iteration_spaces()
39 #pragma omp taskloop simd in test_iteration_spaces()
44 #pragma omp taskloop simd in test_iteration_spaces()
50 #pragma omp taskloop simd in test_iteration_spaces()
55 #pragma omp taskloop simd in test_iteration_spaces()
61 #pragma omp taskloop simd in test_iteration_spaces()
67 #pragma omp taskloop simd in test_iteration_spaces()
73 #pragma omp taskloop simd in test_iteration_spaces()
78 #pragma omp taskloop simd in test_iteration_spaces()
[all …]
Dfor_simd_reduction_messages.cpp85 #pragma omp for simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
89 #pragma omp for simd reduction + // expected-error {{expected '(' after 'reduction'}} expected-warn… in tmain()
93 #pragma omp for simd reduction( // expected-error {{expected unqualified-id}} expected-warning {{mi… in tmain()
97 #pragma omp for simd reduction(- // expected-warning {{missing ':' after reduction identifier - ign… in tmain()
101 #pragma omp for simd reduction() // expected-error {{expected unqualified-id}} expected-warning {{m… in tmain()
105 #pragma omp for simd reduction(*) // expected-warning {{missing ':' after reduction identifier - ig… in tmain()
109 #pragma omp for simd reduction(\) // expected-error {{expected unqualified-id}} expected-warning {{… in tmain()
113 #pragma omp for simd reduction(& : argc // expected-error {{expected ')'}} expected-note {{to match… in tmain()
117 #pragma omp for simd reduction(| : argc, // expected-error {{expected expression}} expected-error {… in tmain()
121 #pragma omp for simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected variable name, … in tmain()
[all …]
Dtarget_parallel_for_simd_reduction_messages.cpp84 #pragma omp target parallel for simd reduction // expected-error {{expected '(' after 'reduction'}} in tmain()
87 #pragma omp target parallel for simd reduction + // expected-error {{expected '(' after 'reduction'… in tmain()
90 #pragma omp target parallel for simd reduction( // expected-error {{expected unqualified-id}} expec… in tmain()
93 #pragma omp target parallel for simd reduction(- // expected-warning {{missing ':' after reduction … in tmain()
96 #pragma omp target parallel for simd reduction() // expected-error {{expected unqualified-id}} expe… in tmain()
99 #pragma omp target parallel for simd reduction(*) // expected-warning {{missing ':' after reduction… in tmain()
102 #pragma omp target parallel for simd reduction(\) // expected-error {{expected unqualified-id}} exp… in tmain()
105 #pragma omp target parallel for simd reduction(& : argc // expected-error {{expected ')'}} expected… in tmain()
108 #pragma omp target parallel for simd reduction(| : argc, // expected-error {{expected expression}} … in tmain()
111 #pragma omp target parallel for simd reduction(|| : argc ? i : argc) // expected-error 2 {{expected… in tmain()
[all …]
Dfor_simd_linear_messages.cpp20 #pragma omp for simd linear(B:bfoo()) in test_linear_colons()
23 #pragma omp for simd linear(B::ib:B:bfoo()) in test_linear_colons()
26 #pragma omp for simd linear(B:ib) in test_linear_colons()
29 #pragma omp for simd linear(z:B:ib) in test_linear_colons()
31 #pragma omp for simd linear(B:B::bfoo()) in test_linear_colons()
33 #pragma omp for simd linear(X::x : ::z) in test_linear_colons()
35 #pragma omp for simd linear(B,::z, X::x) in test_linear_colons()
37 #pragma omp for simd linear(::z) in test_linear_colons()
40 #pragma omp for simd linear(B::bfoo()) in test_linear_colons()
42 #pragma omp for simd linear(B::ib,B:C1+C2) in test_linear_colons()
[all …]
Dparallel_for_simd_linear_messages.cpp20 #pragma omp parallel for simd linear(B:bfoo()) in test_linear_colons()
23 #pragma omp parallel for simd linear(B::ib:B:bfoo()) in test_linear_colons()
26 #pragma omp parallel for simd linear(B:ib) in test_linear_colons()
29 #pragma omp parallel for simd linear(z:B:ib) in test_linear_colons()
31 #pragma omp parallel for simd linear(B:B::bfoo()) in test_linear_colons()
33 #pragma omp parallel for simd linear(X::x : ::z) in test_linear_colons()
35 #pragma omp parallel for simd linear(B,::z, X::x) in test_linear_colons()
37 #pragma omp parallel for simd linear(::z) in test_linear_colons()
40 #pragma omp parallel for simd linear(B::bfoo()) in test_linear_colons()
42 #pragma omp parallel for simd linear(B::ib,B:C1+C2) in test_linear_colons()
[all …]
/external/libjpeg-turbo/
DAndroid.bp74 "simd/jsimd_arm_neon.S",
75 "simd/jsimd_arm.c",
87 "simd/jsimd_arm64_neon.S",
88 "simd/jsimd_arm64.c",
94 "simd/jsimd_i386.c",
95 "simd/jccolor-mmx.asm",
96 "simd/jccolor-sse2.asm",
97 "simd/jcgray-mmx.asm",
98 "simd/jcgray-sse2.asm",
99 "simd/jchuff-sse2.asm",
[all …]

12345678