Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 3025) sorted by relevance

12345678910>>...121

/llvm-project/lldb/unittests/Utility/
H A DArchSpecTest.cpp146 ArchSpec B("x86_64-pc-linux"); TEST() local
164 ArchSpec B("aarch64--linux-android"); TEST() local
201 ArchSpec A, B; TEST() local
227 ArchSpec B("armv8l--linux-gnueabihf"); TEST() local
275 MyArchSpec B; TEST() local
284 ArchSpec B("x86_64-apple-macosx10.12"); TEST() local
292 ArchSpec B("x86_64-apple-macosx10.12"); TEST() local
298 ArchSpec B("x86_64h-apple-macosx10.13"); TEST() local
304 ArchSpec B("x86_64-apple-ios-simulator"); TEST() local
310 ArchSpec B("x86_64-apple-ios-simulator"); TEST() local
318 ArchSpec B("x86_64-apple-ios-simulator"); TEST() local
327 ArchSpec B("x86_64-apple-ios-simulator"); TEST() local
335 ArchSpec B("arm64-apple-ios-simulator"); TEST() local
343 ArchSpec B("arm64-apple-ios"); TEST() local
351 ArchSpec B("x86_64-apple-ios-simulator"); TEST() local
358 ArchSpec B("x86_64-apple-macosx10.14"); TEST() local
365 ArchSpec B("x86_64-apple-ios12.0.0-macabi"); TEST() local
372 ArchSpec B("x86_64-apple-ios12.0.0-macabi"); TEST() local
378 ArchSpec B("x86_64-apple-ios12.0.0-macabi"); TEST() local
384 ArchSpec B("x86_64-apple-ios12.0.0-macabi"); TEST() local
391 ArchSpec B("x86_64-apple-ios12.0.0-macabi"); TEST() local
407 ArchSpec B("-"); TEST() local
433 ArchSpec B("armv7-"); TEST() local
455 ArchSpec B("powerpc-unknown-linux"); TEST() local
[all...]
/llvm-project/clang/test/SemaTemplate/
H A Dtypename-specifier-3.cpp10 struct B { struct
11 typedef B x; argument
26 struct B { struct
27 template <typename U> struct X {};
28 typedef int arg;
35 template <> struct A<int>::B { struct in PR12884_original::A
36 template <int N> struct X {};
37 static const int arg = 0;
44 struct B { struct
45 template <typename U> struct X {};
[all …]
H A Dlookup-dependent-bases.cpp13 struct B : A<T> { struct
14 void foo() { in foo()
19 template struct B<int>; // Instantiation has no warnings. variable
28 struct B : T { struct
29 struct C {
36 template struct B<A>; // Instantiation has no warnings. variable
46 struct B { struct
47 struct C : T {
54 template struct B<A>; // Instantiation has no warnings. variable
H A Dms-lookup-template-base-classes.cpp13 class B : public A<T> { class
22 template class B<int>; // expected-note {{requested here}} variable
23 template class B<char>; // expected-note {{requested here}} variable
65 class B : public A<T> { class
72 template class B<int>; variable
96 class B : public A<T> { class
103 template class B<int>; // expected-note {{requested here}} variable
119 class B : public A<T> { class
138 class B { class
182 class B {}; class
[all …]
/llvm-project/clang/test/CodeGenCXX/
H A Dtype_visibility.cpp22 template <class T> struct TYPE_DEFAULT B { struct
26 template struct B<A>; variable
39 template <class T> struct TYPE_DEFAULT B { struct
43 template struct B<A>; variable
56 template <class T> struct B { struct
60 template struct B<A>; variable
73 template <class T> struct TYPE_DEFAULT B { struct
77 template struct B<A>; variable
90 template <class T> struct TYPE_HIDDEN B { struct
94 template struct B< variable
23 footemp0::B foo() argument
40 footemp1::B foo() argument
57 footemp2::B foo() argument
74 footemp3::B foo() argument
91 footemp4::B foo() argument
[all...]
H A Dmove-assignment.cpp7 struct B { struct
17 B b1, b2; in test1() argument
H A Dnon-const-init-cxx2a.cpp6 struct B { struct
7 constexpr B() {} in B() function
8 constexpr ~B() { n *= 5; } in ~B() argument
16 B b = B(); argument
H A Dvirtual-bases.cpp11 struct B : virtual A { struct
17 B::B() { } in B() function in B
35 struct B : virtual A<char> { }; struct
72 struct B : public virtual A { struct
73 B() : x(123) {} in B() argument
74 avirtualBaseAlignment::B global() argument
75 xvirtualBaseAlignment::B global() argument
[all...]
H A Dpartial-destruction.cpp100 struct B { A x, y, z; int w; }; argument
172 B() {} struct
173 Btest3::B B() argument
174 atest3::B global() argument
/llvm-project/clang/test/CodeGen/X86/
H A Dgfni-builtins.c8 __m128i test_mm_gf2p8affineinv_epi64_epi8(__m128i A, __m128i B) { in test_mm_gf2p8affineinv_epi64_epi8()
14 __m128i test_mm_gf2p8affine_epi64_epi8(__m128i A, __m128i B) { in test_mm_gf2p8affine_epi64_epi8()
20 __m128i test_mm_gf2p8mul_epi8(__m128i A, __m128i B) { in test_mm_gf2p8mul_epi8()
27 __m256i test_mm256_gf2p8affineinv_epi64_epi8(__m256i A, __m256i B) { in test_mm256_gf2p8affineinv_epi64_epi8()
33 __m256i test_mm256_gf2p8affine_epi64_epi8(__m256i A, __m256i B) { in test_mm256_gf2p8affine_epi64_epi8()
39 __m256i test_mm256_gf2p8mul_epi8(__m256i A, __m256i B) { in test_mm256_gf2p8mul_epi8()
47 __m512i test_mm512_gf2p8affineinv_epi64_epi8(__m512i A, __m512i B) { in test_mm512_gf2p8affineinv_epi64_epi8()
53 __m512i test_mm512_gf2p8affine_epi64_epi8(__m512i A, __m512i B) { in test_mm512_gf2p8affine_epi64_epi8()
59 __m512i test_mm512_gf2p8mul_epi8(__m512i A, __m512i B) { in test_mm512_gf2p8mul_epi8()
67 __m512i test_mm512_mask_gf2p8affineinv_epi64_epi8(__m512i S, __mmask64 U, __m512i A, __m512i B) { in test_mm512_mask_gf2p8affineinv_epi64_epi8()
[all …]
H A Dsse2-builtins.c18 __m128i test_mm_add_epi8(__m128i A, __m128i B) { in test_mm_add_epi16() argument
24 __m128i test_mm_add_epi16(__m128i A, __m128i B) { in test_mm_add_epi32() argument
30 __m128i test_mm_add_epi32(__m128i A, __m128i B) { in test_mm_add_epi64() argument
12 test_mm_add_epi8(__m128i A,__m128i B) test_mm_add_epi8() argument
36 test_mm_add_pd(__m128d A,__m128d B) test_mm_add_pd() argument
42 test_mm_add_sd(__m128d A,__m128d B) test_mm_add_sd() argument
51 test_mm_adds_epi8(__m128i A,__m128i B) test_mm_adds_epi8() argument
57 test_mm_adds_epi16(__m128i A,__m128i B) test_mm_adds_epi16() argument
63 test_mm_adds_epu8(__m128i A,__m128i B) test_mm_adds_epu8() argument
70 test_mm_adds_epu16(__m128i A,__m128i B) test_mm_adds_epu16() argument
77 test_mm_and_pd(__m128d A,__m128d B) test_mm_and_pd() argument
83 test_mm_and_si128(__m128i A,__m128i B) test_mm_and_si128() argument
89 test_mm_andnot_pd(__m128d A,__m128d B) test_mm_andnot_pd() argument
96 test_mm_andnot_si128(__m128i A,__m128i B) test_mm_andnot_si128() argument
103 test_mm_avg_epu8(__m128i A,__m128i B) test_mm_avg_epu8() argument
109 test_mm_avg_epu16(__m128i A,__m128i B) test_mm_avg_epu16() argument
211 test_mm_cmp_sd(__m128d A,__m128d B) test_mm_cmp_sd() argument
217 test_mm_cmpeq_epi8(__m128i A,__m128i B) test_mm_cmpeq_epi8() argument
223 test_mm_cmpeq_epi16(__m128i A,__m128i B) test_mm_cmpeq_epi16() argument
229 test_mm_cmpeq_epi32(__m128i A,__m128i B) test_mm_cmpeq_epi32() argument
235 test_mm_cmpeq_pd(__m128d A,__m128d B) test_mm_cmpeq_pd() argument
243 test_mm_cmpeq_sd(__m128d A,__m128d B) test_mm_cmpeq_sd() argument
249 test_mm_cmpge_pd(__m128d A,__m128d B) test_mm_cmpge_pd() argument
257 test_mm_cmpge_sd(__m128d A,__m128d B) test_mm_cmpge_sd() argument
267 test_mm_cmpgt_epi8(__m128i A,__m128i B) test_mm_cmpgt_epi8() argument
273 test_mm_cmpgt_epi16(__m128i A,__m128i B) test_mm_cmpgt_epi16() argument
279 test_mm_cmpgt_epi32(__m128i A,__m128i B) test_mm_cmpgt_epi32() argument
285 test_mm_cmpgt_pd(__m128d A,__m128d B) test_mm_cmpgt_pd() argument
293 test_mm_cmpgt_sd(__m128d A,__m128d B) test_mm_cmpgt_sd() argument
303 test_mm_cmple_pd(__m128d A,__m128d B) test_mm_cmple_pd() argument
311 test_mm_cmple_sd(__m128d A,__m128d B) test_mm_cmple_sd() argument
317 test_mm_cmplt_epi8(__m128i A,__m128i B) test_mm_cmplt_epi8() argument
323 test_mm_cmplt_epi16(__m128i A,__m128i B) test_mm_cmplt_epi16() argument
329 test_mm_cmplt_epi32(__m128i A,__m128i B) test_mm_cmplt_epi32() argument
335 test_mm_cmplt_pd(__m128d A,__m128d B) test_mm_cmplt_pd() argument
343 test_mm_cmplt_sd(__m128d A,__m128d B) test_mm_cmplt_sd() argument
349 test_mm_cmpneq_pd(__m128d A,__m128d B) test_mm_cmpneq_pd() argument
357 test_mm_cmpneq_sd(__m128d A,__m128d B) test_mm_cmpneq_sd() argument
363 test_mm_cmpnge_pd(__m128d A,__m128d B) test_mm_cmpnge_pd() argument
371 test_mm_cmpnge_sd(__m128d A,__m128d B) test_mm_cmpnge_sd() argument
381 test_mm_cmpngt_pd(__m128d A,__m128d B) test_mm_cmpngt_pd() argument
389 test_mm_cmpngt_sd(__m128d A,__m128d B) test_mm_cmpngt_sd() argument
399 test_mm_cmpnle_pd(__m128d A,__m128d B) test_mm_cmpnle_pd() argument
407 test_mm_cmpnle_sd(__m128d A,__m128d B) test_mm_cmpnle_sd() argument
413 test_mm_cmpnlt_pd(__m128d A,__m128d B) test_mm_cmpnlt_pd() argument
421 test_mm_cmpnlt_sd(__m128d A,__m128d B) test_mm_cmpnlt_sd() argument
427 test_mm_cmpord_pd(__m128d A,__m128d B) test_mm_cmpord_pd() argument
435 test_mm_cmpord_sd(__m128d A,__m128d B) test_mm_cmpord_sd() argument
441 test_mm_cmpunord_pd(__m128d A,__m128d B) test_mm_cmpunord_pd() argument
449 test_mm_cmpunord_sd(__m128d A,__m128d B) test_mm_cmpunord_sd() argument
455 test_mm_comieq_sd(__m128d A,__m128d B) test_mm_comieq_sd() argument
461 test_mm_comige_sd(__m128d A,__m128d B) test_mm_comige_sd() argument
467 test_mm_comigt_sd(__m128d A,__m128d B) test_mm_comigt_sd() argument
473 test_mm_comile_sd(__m128d A,__m128d B) test_mm_comile_sd() argument
479 test_mm_comilt_sd(__m128d A,__m128d B) test_mm_comilt_sd() argument
485 test_mm_comineq_sd(__m128d A,__m128d B) test_mm_comineq_sd() argument
549 test_mm_cvtsd_ss(__m128 A,__m128d B) test_mm_cvtsd_ss() argument
567 test_mm_cvtsi32_sd(__m128d A,int B) test_mm_cvtsi32_sd() argument
584 test_mm_cvtsi64_sd(__m128d A,long long B) test_mm_cvtsi64_sd() argument
599 test_mm_cvtss_sd(__m128d A,__m128 B) test_mm_cvtss_sd() argument
633 test_mm_div_pd(__m128d A,__m128d B) test_mm_div_pd() argument
639 test_mm_div_sd(__m128d A,__m128d B) test_mm_div_sd() argument
656 test_mm_insert_epi16(__m128i A,int B) test_mm_insert_epi16() argument
777 test_mm_madd_epi16(__m128i A,__m128i B) test_mm_madd_epi16() argument
783 test_mm_maskmoveu_si128(__m128i A,__m128i B,char * C) test_mm_maskmoveu_si128() argument
789 test_mm_max_epi16(__m128i A,__m128i B) test_mm_max_epi16() argument
795 test_mm_max_epu8(__m128i A,__m128i B) test_mm_max_epu8() argument
801 test_mm_max_pd(__m128d A,__m128d B) test_mm_max_pd() argument
807 test_mm_max_sd(__m128d A,__m128d B) test_mm_max_sd() argument
819 test_mm_min_epi16(__m128i A,__m128i B) test_mm_min_epi16() argument
825 test_mm_min_epu8(__m128i A,__m128i B) test_mm_min_epu8() argument
831 test_mm_min_pd(__m128d A,__m128d B) test_mm_min_pd() argument
837 test_mm_min_sd(__m128d A,__m128d B) test_mm_min_sd() argument
865 test_mm_move_sd(__m128d A,__m128d B) test_mm_move_sd() argument
884 test_mm_mul_epu32(__m128i A,__m128i B) test_mm_mul_epu32() argument
892 test_mm_mul_pd(__m128d A,__m128d B) test_mm_mul_pd() argument
898 test_mm_mul_sd(__m128d A,__m128d B) test_mm_mul_sd() argument
907 test_mm_mulhi_epi16(__m128i A,__m128i B) test_mm_mulhi_epi16() argument
913 test_mm_mulhi_epu16(__m128i A,__m128i B) test_mm_mulhi_epu16() argument
919 test_mm_mullo_epi16(__m128i A,__m128i B) test_mm_mullo_epi16() argument
925 test_mm_or_pd(__m128d A,__m128d B) test_mm_or_pd() argument
931 test_mm_or_si128(__m128i A,__m128i B) test_mm_or_si128() argument
937 test_mm_packs_epi16(__m128i A,__m128i B) test_mm_packs_epi16() argument
943 test_mm_packs_epi32(__m128i A,__m128i B) test_mm_packs_epi32() argument
949 test_mm_packus_epi16(__m128i A,__m128i B) test_mm_packus_epi16() argument
961 test_mm_sad_epu8(__m128i A,__m128i B) test_mm_sad_epu8() argument
967 test_mm_set_epi8(char A,char B,char C,char D,char E,char F,char G,char H,char I,char J,char K,char L,char M,char N,char O,char P) test_mm_set_epi8() argument
991 test_mm_set_epi16(short A,short B,short C,short D,short E,short F,short G,short H) test_mm_set_epi16() argument
1005 test_mm_set_epi32(int A,int B,int C,int D) test_mm_set_epi32() argument
1014 test_mm_set_epi64(__m64 A,__m64 B) test_mm_set_epi64() argument
1021 test_mm_set_epi64x(long long A,long long B) test_mm_set_epi64x() argument
1028 test_mm_set_pd(double A,double B) test_mm_set_pd() argument
1113 test_mm_setr_epi8(char A,char B,char C,char D,char E,char F,char G,char H,char I,char J,char K,char L,char M,char N,char O,char P) test_mm_setr_epi8() argument
1137 test_mm_setr_epi16(short A,short B,short C,short D,short E,short F,short G,short H) test_mm_setr_epi16() argument
1151 test_mm_setr_epi32(int A,int B,int C,int D) test_mm_setr_epi32() argument
1160 test_mm_setr_epi64(__m64 A,__m64 B) test_mm_setr_epi64() argument
1167 test_mm_setr_pd(double A,double B) test_mm_setr_pd() argument
1192 test_mm_shuffle_pd(__m128d A,__m128d B) test_mm_shuffle_pd() argument
1210 test_mm_sll_epi16(__m128i A,__m128i B) test_mm_sll_epi16() argument
1216 test_mm_sll_epi32(__m128i A,__m128i B) test_mm_sll_epi32() argument
1222 test_mm_sll_epi64(__m128i A,__m128i B) test_mm_sll_epi64() argument
1240 test_mm_slli_epi16_2(__m128i A,int B) test_mm_slli_epi16_2() argument
1258 test_mm_slli_epi32_2(__m128i A,int B) test_mm_slli_epi32_2() argument
1276 test_mm_slli_epi64_2(__m128i A,int B) test_mm_slli_epi64_2() argument
1300 test_mm_sqrt_sd(__m128d A,__m128d B) test_mm_sqrt_sd() argument
1308 test_mm_sra_epi16(__m128i A,__m128i B) test_mm_sra_epi16() argument
1314 test_mm_sra_epi32(__m128i A,__m128i B) test_mm_sra_epi32() argument
1332 test_mm_srai_epi16_2(__m128i A,int B) test_mm_srai_epi16_2() argument
1350 test_mm_srai_epi32_2(__m128i A,int B) test_mm_srai_epi32_2() argument
1356 test_mm_srl_epi16(__m128i A,__m128i B) test_mm_srl_epi16() argument
1362 test_mm_srl_epi32(__m128i A,__m128i B) test_mm_srl_epi32() argument
1368 test_mm_srl_epi64(__m128i A,__m128i B) test_mm_srl_epi64() argument
1386 test_mm_srli_epi16_2(__m128i A,int B) test_mm_srli_epi16_2() argument
1404 test_mm_srli_epi32_2(__m128i A,int B) test_mm_srli_epi32_2() argument
1422 test_mm_srli_epi64_2(__m128i A,int B) test_mm_srli_epi64_2() argument
1440 test_mm_store_pd(double * A,__m128d B) test_mm_store_pd() argument
1453 test_mm_store_sd(double * A,__m128d B) test_mm_store_sd() argument
1460 test_mm_store_si128(__m128i * A,__m128i B) test_mm_store_si128() argument
1473 test_mm_storeh_pd(double * A,__m128d B) test_mm_storeh_pd() argument
1487 test_mm_storel_pd(double * A,__m128d B) test_mm_storel_pd() argument
1494 test_mm_storer_pd(__m128d A,double * B) test_mm_storer_pd() argument
1501 test_mm_storeu_pd(double * A,__m128d B) test_mm_storeu_pd() argument
1508 test_mm_storeu_si128(__m128i * A,__m128i B) test_mm_storeu_si128() argument
1515 test_mm_storeu_si64(void * A,__m128i B) test_mm_storeu_si64() argument
1523 test_mm_storeu_si32(void * A,__m128i B) test_mm_storeu_si32() argument
1531 test_mm_storeu_si16(void * A,__m128i B) test_mm_storeu_si16() argument
1539 test_mm_stream_pd(double * A,__m128d B) test_mm_stream_pd() argument
1545 test_mm_stream_pd_void(void * A,__m128d B) test_mm_stream_pd_void() argument
1551 test_mm_stream_si32(int * A,int B) test_mm_stream_si32() argument
1557 test_mm_stream_si32_void(void * A,int B) test_mm_stream_si32_void() argument
1564 test_mm_stream_si64(long long * A,long long B) test_mm_stream_si64() argument
1570 test_mm_stream_si64_void(void * A,long long B) test_mm_stream_si64_void() argument
1577 test_mm_stream_si128(__m128i * A,__m128i B) test_mm_stream_si128() argument
1583 test_mm_stream_si128_void(void * A,__m128i B) test_mm_stream_si128_void() argument
1589 test_mm_sub_epi8(__m128i A,__m128i B) test_mm_sub_epi8() argument
1595 test_mm_sub_epi16(__m128i A,__m128i B) test_mm_sub_epi16() argument
1601 test_mm_sub_epi32(__m128i A,__m128i B) test_mm_sub_epi32() argument
1607 test_mm_sub_epi64(__m128i A,__m128i B) test_mm_sub_epi64() argument
1613 test_mm_sub_pd(__m128d A,__m128d B) test_mm_sub_pd() argument
1619 test_mm_sub_sd(__m128d A,__m128d B) test_mm_sub_sd() argument
1628 test_mm_subs_epi8(__m128i A,__m128i B) test_mm_subs_epi8() argument
1634 test_mm_subs_epi16(__m128i A,__m128i B) test_mm_subs_epi16() argument
1640 test_mm_subs_epu8(__m128i A,__m128i B) test_mm_subs_epu8() argument
1647 test_mm_subs_epu16(__m128i A,__m128i B) test_mm_subs_epu16() argument
1654 test_mm_ucomieq_sd(__m128d A,__m128d B) test_mm_ucomieq_sd() argument
1660 test_mm_ucomige_sd(__m128d A,__m128d B) test_mm_ucomige_sd() argument
1666 test_mm_ucomigt_sd(__m128d A,__m128d B) test_mm_ucomigt_sd() argument
1672 test_mm_ucomile_sd(__m128d A,__m128d B) test_mm_ucomile_sd() argument
1678 test_mm_ucomilt_sd(__m128d A,__m128d B) test_mm_ucomilt_sd() argument
1684 test_mm_ucomineq_sd(__m128d A,__m128d B) test_mm_ucomineq_sd() argument
1705 test_mm_unpackhi_epi8(__m128i A,__m128i B) test_mm_unpackhi_epi8() argument
1711 test_mm_unpackhi_epi16(__m128i A,__m128i B) test_mm_unpackhi_epi16() argument
1717 test_mm_unpackhi_epi32(__m128i A,__m128i B) test_mm_unpackhi_epi32() argument
1723 test_mm_unpackhi_epi64(__m128i A,__m128i B) test_mm_unpackhi_epi64() argument
1729 test_mm_unpackhi_pd(__m128d A,__m128d B) test_mm_unpackhi_pd() argument
1735 test_mm_unpacklo_epi8(__m128i A,__m128i B) test_mm_unpacklo_epi8() argument
1741 test_mm_unpacklo_epi16(__m128i A,__m128i B) test_mm_unpacklo_epi16() argument
1747 test_mm_unpacklo_epi32(__m128i A,__m128i B) test_mm_unpacklo_epi32() argument
1753 test_mm_unpacklo_epi64(__m128i A,__m128i B) test_mm_unpacklo_epi64() argument
1759 test_mm_unpacklo_pd(__m128d A,__m128d B) test_mm_unpacklo_pd() argument
1765 test_mm_xor_pd(__m128d A,__m128d B) test_mm_xor_pd() argument
1771 test_mm_xor_si128(__m128i A,__m128i B) test_mm_xor_si128() argument
[all...]
H A Dsse2-builtins-constrained-cmp.c7 test_mm_cmpeq_pd(__m128d A,__m128d B) test_mm_cmpeq_pd() argument
15 test_mm_cmpge_pd(__m128d A,__m128d B) test_mm_cmpge_pd() argument
23 test_mm_cmpgt_pd(__m128d A,__m128d B) test_mm_cmpgt_pd() argument
31 test_mm_cmple_pd(__m128d A,__m128d B) test_mm_cmple_pd() argument
39 test_mm_cmplt_pd(__m128d A,__m128d B) test_mm_cmplt_pd() argument
47 test_mm_cmpneq_pd(__m128d A,__m128d B) test_mm_cmpneq_pd() argument
55 test_mm_cmpnge_pd(__m128d A,__m128d B) test_mm_cmpnge_pd() argument
63 test_mm_cmpngt_pd(__m128d A,__m128d B) test_mm_cmpngt_pd() argument
71 test_mm_cmpnle_pd(__m128d A,__m128d B) test_mm_cmpnle_pd() argument
79 test_mm_cmpnlt_pd(__m128d A,__m128d B) test_mm_cmpnlt_pd() argument
87 test_mm_cmpord_pd(__m128d A,__m128d B) test_mm_cmpord_pd() argument
95 test_mm_cmpunord_pd(__m128d A,__m128d B) test_mm_cmpunord_pd() argument
[all...]
H A Dsse42-builtins.c11 test_mm_cmpestra(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestra() argument
17 test_mm_cmpestrc(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrc() argument
23 test_mm_cmpestri(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestri() argument
29 test_mm_cmpestrm(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrm() argument
35 test_mm_cmpestro(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestro() argument
41 test_mm_cmpestrs(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrs() argument
47 test_mm_cmpestrz(__m128i A,int LA,__m128i B,int LB) test_mm_cmpestrz() argument
53 test_mm_cmpgt_epi64(__m128i A,__m128i B) test_mm_cmpgt_epi64() argument
59 test_mm_cmpistra(__m128i A,__m128i B) test_mm_cmpistra() argument
65 test_mm_cmpistrc(__m128i A,__m128i B) test_mm_cmpistrc() argument
71 test_mm_cmpistri(__m128i A,__m128i B) test_mm_cmpistri() argument
77 test_mm_cmpistrm(__m128i A,__m128i B) test_mm_cmpistrm() argument
83 test_mm_cmpistro(__m128i A,__m128i B) test_mm_cmpistro() argument
89 test_mm_cmpistrs(__m128i A,__m128i B) test_mm_cmpistrs() argument
95 test_mm_cmpistrz(__m128i A,__m128i B) test_mm_cmpistrz() argument
[all...]
H A Dx86-nontemporal.c15 void test_mm_stream_pd(double* A, __m128d B) { in test_mm_stream_pd()
21 void test_mm_stream_ps(float* A, __m128 B) { in test_mm_stream_ps()
27 void test_mm_stream_si128(__m128i* A, __m128i B) { in test_mm_stream_si128()
43 void test_mm256_stream_pd(double* A, __m256d B) { in test_mm256_stream_pd()
49 void test_mm256_stream_ps(float* A, __m256 B) { in test_mm256_stream_ps()
55 void test_mm256_stream_si256(__m256i* A, __m256i B) { in test_mm256_stream_si256()
71 void test_mm512_stream_pd(double* A, __m512d B) { in test_mm512_stream_pd()
77 void test_mm512_stream_ps(float* A, __m512 B) { in test_mm512_stream_ps()
83 void test_mm512_stream_si512(__m512i* A, __m512i B) { in test_mm512_stream_si512()
/llvm-project/clang/test/CodeGenCUDA/
H A Ddevice-use-host-var.cu15 struct B { struct
17 B() {} in B() function
18 B(T _x) { x = _x; } in B() function
19 static const B<T> y; argument
23 struct B<int> { struct
25 B() { x = 1; } in B() argument
26 static const B<int> y; argument
/llvm-project/clang/test/Misc/
H A Dmacro-backtrace.c4 #define M1(A, B) ((A) < (B)) argument
5 #define M2(A, B) M1(A, B) argument
6 #define M3(A, B) M2(A, B) argument
7 #define M4(A, B) M3(A, B) argument
8 #define M5(A, B) M4(A, B) argument
9 #define M6(A, B) M5(A, B) argument
10 #define M7(A, B) M6(A, B) argument
11 #define M8(A, B) M7(A, B) argument
12 #define M9(A, B) M8(A, B) argument
13 #define M10(A, B) M9(A, B) argument
[all …]
/llvm-project/clang/test/SemaCUDA/
H A Dconstexpr-var.cu16 struct B { struct
17 static constexpr const int *p = &a;
18 __device__ static constexpr const int *const p2 = &a;
39 struct B { struct
40 static constexpr int *const p = &a;
93 struct B { struct
94 __device__ static constexpr int *const p1 = &a;
96 __device__ static constexpr int *const p2 = &b;
98 __device__ static constexpr int *const p3 = &c;
100 __device__ static constexpr int *const p4 = &d;
[all …]
/llvm-project/clang/test/CXX/class.derived/class.virtual/
H A Dp3-0x.cpp5 struct B { struct
22 struct B : A { struct
41 struct B : A { struct
45 template struct B<int, char, int>; variable
46 template struct B<int>; // expected-note {{in instantiation of template class 'Test3::B<int>' reque… variable
51 struct B { struct
70 template<typename T> struct B : X { struct
106 struct B {}; struct
112 template<> struct A<int>::B { struct in MemberOfUnknownSpecialization::A
118 template<> struct A<char>::B { struct in MemberOfUnknownSpecialization::A
[all …]
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/
H A Dp4.cpp23 struct B : A { struct
48 void not_instantiated(B *a, B &b) { in not_instantiated() argument
24 x2N0::B global() argument
25 y2N0::B global() argument
30 M2N0::B global() argument
32 C2N0::B global() argument
388 struct B { global() struct
392 xN1::B global() argument
395 not_instantiatedN1::B not_instantiated() argument
421 struct B { global() struct
425 not_instantiatedN2::A::B not_instantiated() argument
443 struct B : A { global() struct
444 not_instantiatedN3::B not_instantiated() argument
503 struct B { global() struct
504 xN4::B global() argument
[all...]
/llvm-project/clang/test/CXX/temp/temp.constr/temp.constr.constr/
H A Dpartial-specializations.cpp20 struct B {}; struct
24 struct B<T*> {}; struct
27 struct B<T**> {}; struct
39 struct B<T*> {}; struct
43 struct B<T*> {}; struct
47 struct B<T*> {}; struct
50 struct B<T*> {}; struct
/llvm-project/llvm/lib/Support/
H A DSlowDynamicAPInt.cpp33 SlowDynamicAPInt &detail::operator+=(SlowDynamicAPInt &A, int64_t B) { in operator +=()
36 SlowDynamicAPInt &detail::operator-=(SlowDynamicAPInt &A, int64_t B) { in operator -=()
39 SlowDynamicAPInt &detail::operator*=(SlowDynamicAPInt &A, int64_t B) { in operator *=()
42 SlowDynamicAPInt &detail::operator/=(SlowDynamicAPInt &A, int64_t B) { in operator /=()
45 SlowDynamicAPInt &detail::operator%=(SlowDynamicAPInt &A, int64_t B) { in operator %=()
49 bool detail::operator==(const SlowDynamicAPInt &A, int64_t B) { in operator ==()
52 bool detail::operator!=(const SlowDynamicAPInt &A, int64_t B) { in operator !=()
55 bool detail::operator>(const SlowDynamicAPInt &A, int64_t B) { in operator >()
58 bool detail::operator<(const SlowDynamicAPInt &A, int64_t B) { in operator <()
61 bool detail::operator<=(const SlowDynamicAPInt &A, int64_t B) { in operator <=()
[all …]
/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp19 struct B : C<T> { struct
21 A<int> *aint;
22 typename B::template C<int> *cint;
25 TempTemp<A> a_as_temp;
35 A *aT;
36 typename B::C *cT;
37 TempType<A> a_as_type;
38 TempType<typename B::C> c_as_type;
42 void f(T &t) { in f()
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp21 struct B struct
26 explicit B() : data_(1) { ++population_; } in B() argument
27 B(const B &b) { in B() argument
34 ~B() {data_ = 0; --population_; } in ~B() argument
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp20 struct B struct
25 explicit B() : data_(1) { ++population_; } in B() argument
26 B(const B &b) { in B() argument
33 ~B() {data_ = 0; --population_; } in ~B() argument
/llvm-project/clang/test/Layout/
H A Daix-power-natural-interaction.cpp15 struct B { struct
33 // CHECK-NEXT: 0 | struct test1::B
57 struct B : A { struct
72 // CHECK-NEXT: 0 | struct test2::B
90 struct B { struct
105 // CHECK-NEXT: 0 | struct test3::B
122 struct B { struct
138 // CHECK-NEXT: 0 | struct test4::B

12345678910>>...121