Home
last modified time | relevance | path

Searched defs:A (Results 1 – 25 of 5578) sorted by relevance

12345678910>>...224

/external/llvm-project/clang/test/CodeGen/X86/
Dsse2-builtins.c10 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi8()
16 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi16()
22 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi32()
28 __m128i test_mm_add_epi64(__m128i A, __m128i B) { in test_mm_add_epi64()
34 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
40 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
49 __m128i test_mm_adds_epi8(__m128i A, __m128i B) { in test_mm_adds_epi8()
55 __m128i test_mm_adds_epi16(__m128i A, __m128i B) { in test_mm_adds_epi16()
61 __m128i test_mm_adds_epu8(__m128i A, __m128i B) { in test_mm_adds_epu8()
68 __m128i test_mm_adds_epu16(__m128i A, __m128i B) { in test_mm_adds_epu16()
[all …]
Davx512vlbf16-builtins.c7 __m128bh test_mm_cvtne2ps2bf16(__m128 A, __m128 B) { in test_mm_cvtne2ps2bf16()
14 __m128bh test_mm_maskz_cvtne2ps2bf16(__m128 A, __m128 B, __mmask8 U) { in test_mm_maskz_cvtne2ps2bf16()
22 __m128bh test_mm_mask_cvtne2ps2bf16(__m128bh C, __mmask8 U, __m128 A, __m128 B) { in test_mm_mask_cvtne2ps2bf16()
30 __m256bh test_mm256_cvtne2ps2bf16(__m256 A, __m256 B) { in test_mm256_cvtne2ps2bf16()
37 __m256bh test_mm256_maskz_cvtne2ps2bf16(__m256 A, __m256 B, __mmask16 U) { in test_mm256_maskz_cvtne2ps2bf16()
45 __m256bh test_mm256_mask_cvtne2ps2bf16(__m256bh C, __mmask16 U, __m256 A, __m256 B) { in test_mm256_mask_cvtne2ps2bf16()
53 __m512bh test_mm512_cvtne2ps2bf16(__m512 A, __m512 B) { in test_mm512_cvtne2ps2bf16()
60 __m512bh test_mm512_maskz_cvtne2ps2bf16(__m512 A, __m512 B, __mmask32 U) { in test_mm512_maskz_cvtne2ps2bf16()
68 __m512bh test_mm512_mask_cvtne2ps2bf16(__m512bh C, __mmask32 U, __m512 A, __m512 B) { in test_mm512_mask_cvtne2ps2bf16()
76 __m128bh test_mm_cvtneps2bf16(__m128 A) { in test_mm_cvtneps2bf16()
[all …]
Dgfni-builtins.c7 __m128i test_mm_gf2p8affineinv_epi64_epi8(__m128i A, __m128i B) { in test_mm_gf2p8affineinv_epi64_epi8()
13 __m128i test_mm_gf2p8affine_epi64_epi8(__m128i A, __m128i B) { in test_mm_gf2p8affine_epi64_epi8()
19 __m128i test_mm_gf2p8mul_epi8(__m128i A, __m128i B) { in test_mm_gf2p8mul_epi8()
26 __m256i test_mm256_gf2p8affineinv_epi64_epi8(__m256i A, __m256i B) { in test_mm256_gf2p8affineinv_epi64_epi8()
32 __m256i test_mm256_gf2p8affine_epi64_epi8(__m256i A, __m256i B) { in test_mm256_gf2p8affine_epi64_epi8()
38 __m256i test_mm256_gf2p8mul_epi8(__m256i A, __m256i B) { in test_mm256_gf2p8mul_epi8()
46 __m512i test_mm512_gf2p8affineinv_epi64_epi8(__m512i A, __m512i B) { in test_mm512_gf2p8affineinv_epi64_epi8()
52 __m512i test_mm512_mask_gf2p8affineinv_epi64_epi8(__m512i S, __mmask64 U, __m512i A, __m512i B) { in test_mm512_mask_gf2p8affineinv_epi64_epi8()
59 __m512i test_mm512_maskz_gf2p8affineinv_epi64_epi8(__mmask64 U, __m512i A, __m512i B) { in test_mm512_maskz_gf2p8affineinv_epi64_epi8()
66 __m256i test_mm256_mask_gf2p8affineinv_epi64_epi8(__m256i S, __mmask32 U, __m256i A, __m256i B) { in test_mm256_mask_gf2p8affineinv_epi64_epi8()
[all …]
Dsse-builtins.c9 __m128 test_mm_add_ps(__m128 A, __m128 B) { in test_mm_add_ps()
15 __m128 test_mm_add_ss(__m128 A, __m128 B) { in test_mm_add_ss()
24 __m128 test_mm_and_ps(__m128 A, __m128 B) { in test_mm_and_ps()
30 __m128 test_mm_andnot_ps(__m128 A, __m128 B) { in test_mm_andnot_ps()
221 int test_mm_comieq_ss(__m128 A, __m128 B) { in test_mm_comieq_ss()
227 int test_mm_comige_ss(__m128 A, __m128 B) { in test_mm_comige_ss()
233 int test_mm_comigt_ss(__m128 A, __m128 B) { in test_mm_comigt_ss()
239 int test_mm_comile_ss(__m128 A, __m128 B) { in test_mm_comile_ss()
245 int test_mm_comilt_ss(__m128 A, __m128 B) { in test_mm_comilt_ss()
251 int test_mm_comineq_ss(__m128 A, __m128 B) { in test_mm_comineq_ss()
[all …]
/external/clang/test/CodeGen/
Dsse2-builtins.c11 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi8()
17 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi16()
23 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi32()
29 __m128i test_mm_add_epi64(__m128i A, __m128i B) { in test_mm_add_epi64()
35 __m128d test_mm_add_pd(__m128d A, __m128d B) { in test_mm_add_pd()
41 __m128d test_mm_add_sd(__m128d A, __m128d B) { in test_mm_add_sd()
50 __m128i test_mm_adds_epi8(__m128i A, __m128i B) { in test_mm_adds_epi8()
56 __m128i test_mm_adds_epi16(__m128i A, __m128i B) { in test_mm_adds_epi16()
62 __m128i test_mm_adds_epu8(__m128i A, __m128i B) { in test_mm_adds_epu8()
68 __m128i test_mm_adds_epu16(__m128i A, __m128i B) { in test_mm_adds_epu16()
[all …]
Davx-builtins.c11 __m256d test_mm256_add_pd(__m256d A, __m256d B) { in test_mm256_add_pd()
17 __m256 test_mm256_add_ps(__m256 A, __m256 B) { in test_mm256_add_ps()
23 __m256d test_mm256_addsub_pd(__m256d A, __m256d B) { in test_mm256_addsub_pd()
29 __m256 test_mm256_addsub_ps(__m256 A, __m256 B) { in test_mm256_addsub_ps()
35 __m256d test_mm256_and_pd(__m256d A, __m256d B) { in test_mm256_and_pd()
41 __m256 test_mm256_and_ps(__m256 A, __m256 B) { in test_mm256_and_ps()
47 __m256d test_mm256_andnot_pd(__m256d A, __m256d B) { in test_mm256_andnot_pd()
54 __m256 test_mm256_andnot_ps(__m256 A, __m256 B) { in test_mm256_andnot_ps()
61 __m256d test_mm256_blend_pd(__m256d A, __m256d B) { in test_mm256_blend_pd()
67 __m256 test_mm256_blend_ps(__m256 A, __m256 B) { in test_mm256_blend_ps()
[all …]
Dsse-builtins.c10 __m128 test_mm_add_ps(__m128 A, __m128 B) { in test_mm_add_ps()
16 __m128 test_mm_add_ss(__m128 A, __m128 B) { in test_mm_add_ss()
25 __m128 test_mm_and_ps(__m128 A, __m128 B) { in test_mm_and_ps()
31 __m128 test_mm_andnot_ps(__m128 A, __m128 B) { in test_mm_andnot_ps()
222 int test_mm_comieq_ss(__m128 A, __m128 B) { in test_mm_comieq_ss()
228 int test_mm_comige_ss(__m128 A, __m128 B) { in test_mm_comige_ss()
234 int test_mm_comigt_ss(__m128 A, __m128 B) { in test_mm_comigt_ss()
240 int test_mm_comile_ss(__m128 A, __m128 B) { in test_mm_comile_ss()
246 int test_mm_comilt_ss(__m128 A, __m128 B) { in test_mm_comilt_ss()
252 int test_mm_comineq_ss(__m128 A, __m128 B) { in test_mm_comineq_ss()
[all …]
/external/clang/test/CodeGenCXX/
Duncopyable-args.cpp6 struct A { struct
14 // CHECK: alloca %"struct.trivial::A"
23 struct A { struct
34 // CHECK: alloca %"struct.default_ctor::A"
46 struct A { struct
59 // CHECK-DISABLED: call void @_ZN9move_ctor3fooENS_1AE(%"struct.move_ctor::A"* %{{.*}})
66 struct A { struct
80 // CHECK-DISABLED: call void @_ZN11all_deleted3fooENS_1AE(%"struct.all_deleted::A"* %{{.*}})
87 struct A { struct
100 // CHECK-DISABLED: call void @_ZN18implicitly_deleted3fooENS_1AE(%"struct.implicitly_deleted::A"* %…
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dclass-base-member-init.cpp20 struct A { struct
25 A(); argument
28 A::A() : a(10), b(20) { } in A() function in A
31 template<typename T> struct A {}; struct
40 template<typename T> struct A : T { struct
41 A() : T(), // expected-note {{previous initialization is here}} in A() function
47 template<typename T> struct A { struct
48 T t;
50 A() : t(1), // expected-note {{previous initialization is here}} in A() function
56 class A { class
[all …]
/external/clang/test/SemaCXX/
Dclass-base-member-init.cpp20 struct A { struct
25 A(); argument
28 A::A() : a(10), b(20) { } in A() function in A
31 template<typename T> struct A {}; struct
40 template<typename T> struct A : T { struct
41 A() : T(), // expected-note {{previous initialization is here}} in A() function
47 template<typename T> struct A { struct
48 T t;
50 A() : t(1), // expected-note {{previous initialization is here}} in A() function
56 class A { class
[all …]
/external/clang/lib/Headers/
Davx512erintrin.h31 #define _mm512_exp2a23_round_pd(A, R) __extension__ ({ \ argument
36 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) __extension__ ({ \ argument
41 #define _mm512_maskz_exp2a23_round_pd(M, A, R) __extension__ ({ \ argument
46 #define _mm512_exp2a23_pd(A) \ argument
49 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument
52 #define _mm512_maskz_exp2a23_pd(M, A) \ argument
55 #define _mm512_exp2a23_round_ps(A, R) __extension__ ({ \ argument
60 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) __extension__ ({ \ argument
65 #define _mm512_maskz_exp2a23_round_ps(M, A, R) __extension__ ({ \ argument
70 #define _mm512_exp2a23_ps(A) \ argument
[all …]
/external/llvm-project/clang/lib/Headers/
Davx512erintrin.h17 #define _mm512_exp2a23_round_pd(A, R) \ argument
22 #define _mm512_mask_exp2a23_round_pd(S, M, A, R) \ argument
27 #define _mm512_maskz_exp2a23_round_pd(M, A, R) \ argument
32 #define _mm512_exp2a23_pd(A) \ argument
35 #define _mm512_mask_exp2a23_pd(S, M, A) \ argument
38 #define _mm512_maskz_exp2a23_pd(M, A) \ argument
41 #define _mm512_exp2a23_round_ps(A, R) \ argument
46 #define _mm512_mask_exp2a23_round_ps(S, M, A, R) \ argument
51 #define _mm512_maskz_exp2a23_round_ps(M, A, R) \ argument
56 #define _mm512_exp2a23_ps(A) \ argument
[all …]
/external/clang/test/CXX/temp/temp.decls/temp.friend/
Dp5.cpp4 template <class T> class A { class
26 template <class T> struct A { struct
27 void f() { C::foo(); } in f()
30 template <class T> struct A<T*> { struct
31 void f() { C::foo(); } in f()
34 template <> struct A<char> { struct
35 void f() { C::foo(); } in f()
48 template <class T> struct A { struct
49 void f() { C::foo(); } in f()
52 template <class T> struct A<T*> { struct
[all …]
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
Dp5.cpp4 template <class T> class A { class
26 template <class T> struct A { struct
27 void f() { C::foo(); } in f()
30 template <class T> struct A<T*> { struct
31 void f() { C::foo(); } in f()
34 template <> struct A<char> { struct
35 void f() { C::foo(); } in f()
48 template <class T> struct A { struct
49 void f() { C::foo(); } in f()
52 template <class T> struct A<T*> { struct
[all …]
/external/llvm-project/clang/test/CodeGenCXX/
Dpr33080.cpp3 void fa(__unaligned struct A *) {} in fa()
6 void ga(struct A *, struct A *) {} in ga()
9 void gb(__unaligned struct A *, struct A *) {} in gb()
12 void gc(struct A *, __unaligned struct A *) {} in gc()
15 void gd(__unaligned struct A *, __unaligned struct A *) {} in gd()
18 void hb(__unaligned struct A *, __unaligned const struct A *) {} in hb()
21 void ja(__unaligned struct A *, __unaligned struct A *__unaligned *, __unaligned struct A *__unalig… in ja() argument
28 void jb(__unaligned struct A *, __unaligned struct A **, __unaligned struct A *__unaligned *__unali… in jb() argument
Duncopyable-args.cpp9 struct A { struct
17 // CHECK: alloca %"struct.trivial::A"
26 struct A { struct
37 // CHECK: alloca %"struct.default_ctor::A"
49 struct A { struct
61 // NEWABI: call void @_ZN9move_ctor3fooENS_1AE(%"struct.move_ctor::A"* %{{.*}})
70 struct A { struct
83 // NEWABI: call void @_ZN11all_deleted3fooENS_1AE(%"struct.all_deleted::A"* %{{.*}})
92 struct A { struct
104 // NEWABI: call void @_ZN18implicitly_deleted3fooENS_1AE(%"struct.implicitly_deleted::A"* %{{.*}})
[all …]
/external/clang/test/Modules/Inputs/merge-decl-context/
Da.h5 struct A { struct
7 A(I i1, I i2) { in A() function
9 A(double) {} in A() argument
10 A(double, double) {} in A() function
11 A(double, int) {} in A() argument
12 A(int, double) {} in A() argument
/external/llvm-project/clang/test/Modules/Inputs/merge-decl-context/
Da.h5 struct A { struct
7 A(I i1, I i2) { in A() function
9 A(double) {} in A() function
10 A(double, double) {} in A() argument
11 A(double, int) {} in A() function
12 A(int, double) {} in A() function
/external/clang/test/CodeGenObjCXX/
Dmicrosoft-abi-arc-param-order.mm3 struct A { struct
4 A(); field
5 A(const A &); field
6 ~A(); field
13 // CHECK: (<{ %struct.A, i8*, %struct.A, i8* }>* inalloca) argument
14 void test_arc_order(A a, id __attribute__((ns_consumed)) b , A c, id __attribute__((ns_consumed)) d… argument
/external/llvm-project/clang/test/CodeGenObjCXX/
Dmicrosoft-abi-arc-param-order.mm3 struct A { struct
4 A(); argument
5 A(const A &); field
6 ~A(); argument
13 // CHECK: (<{ %struct.A, i8*, %struct.A, i8* }>* inalloca %0) argument
14 void test_arc_order(A a, id __attribute__((ns_consumed)) b , A c, id __attribute__((ns_consumed)) d… argument
/external/llvm-project/lldb/unittests/Utility/
DArchSpecTest.cpp140 ArchSpec A; in TEST() local
158 ArchSpec A("aarch64"); in TEST() local
196 ArchSpec A, B; in TEST() local
221 ArchSpec A("arm--linux-eabihf"); in TEST() local
268 MyArchSpec A; in TEST() local
278 ArchSpec A("x86_64-apple-macosx10.12"); in TEST() local
286 ArchSpec A("x86_64-apple-macosx10.11"); in TEST() local
292 ArchSpec A("x86_64-apple-macosx10.13"); in TEST() local
298 ArchSpec A("x86_64-apple-macosx"); in TEST() local
304 ArchSpec A("x86_64-*-*"); in TEST() local
[all …]
/external/clang/test/SemaTemplate/
Dconstructor-template.cpp43 typedef X1<T> A; typedef
56 template<class C> struct A {}; struct
57 template <> struct A<int>{A(const A<int>&);}; struct
142 template <class T, class U> struct A { struct
143 A() {} in A() argument
144 A(const A<T,U> &o) {} in A() function
145 A(A<T,T> o) {} in A() argument
159 template <class T, class U> struct A { struct
160 A() {} // expected-note {{not viable: requires 0 arguments}} in A() function
161 A(A<T,U> &o) {} // expected-note {{not viable: expects an l-value}} in A() argument
[all …]
/external/llvm-project/clang/test/SemaTemplate/
Dconstructor-template.cpp43 typedef X1<T> A; typedef
56 template<class C> struct A {}; struct
57 template <> struct A<int>{A(const A<int>&);}; struct
142 template <class T, class U> struct A { struct
143 A() {} in A() function
144 A(const A<T,U> &o) {} in A() function
145 A(A<T,T> o) {} in A() function
159 template <class T, class U> struct A { struct
160 A() {} // expected-note {{not viable: requires 0 arguments}} in A() argument
161 A(A<T,U> &o) {} // expected-note {{not viable: expects an lvalue}} in A() argument
[all …]
/external/curl/tests/libtest/
Dtest.h49 #define test_setopt(A,B,C) \ argument
53 #define test_multi_setopt(A,B,C) \ argument
133 #define exe_easy_init(A,Y,Z) do { \ argument
140 #define res_easy_init(A) \ argument
143 #define chk_easy_init(A,Y,Z) do { \ argument
149 #define easy_init(A) \ argument
154 #define exe_multi_init(A,Y,Z) do { \ argument
161 #define res_multi_init(A) \ argument
164 #define chk_multi_init(A,Y,Z) do { \ argument
170 #define multi_init(A) \ argument
[all …]
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
Dp1.cpp8 template<class T> struct A { struct
9 struct C {};
10 B<T>::C bc; // ok, B<T> is the current instantiation.
13 template<class T> struct A<A<T>> { struct
14 struct C {};
15 B<B<T>>::C bc; // ok, B<B<T>> is the current instantiation.
18 template<class T> struct A<A<A<T>>> { struct
19 struct C {};
20 B<B<T>>::C bc; // expected-error {{missing 'typename'}}
25 template<class T> struct A { struct

12345678910>>...224