Searched refs:vector_size (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dvector-alignment.c17 double __attribute__((vector_size(16))) v1;
21 double __attribute__((vector_size(32))) v2;
28 double __attribute__((vector_size(64))) v3;
32 double __attribute__((vector_size(1024))) v4;
38 double __attribute__((vector_size(16), aligned(16))) v5;
40 double __attribute__((vector_size(16), aligned(64))) v6;
42 double __attribute__((vector_size(32), aligned(16))) v7;
44 double __attribute__((vector_size(32), aligned(64))) v8;
48 double __attribute__((vector_size(24))) v9;
52 double __attribute__((vector_size(4
[all...]
H A Dx86_32-arguments-nommx.c4 typedef int __attribute__((vector_size (8))) i32v2;
9 typedef int __attribute__((vector_size (16))) i32v4;
H A Dppc64-vector.c3 typedef short v2i16 __attribute__((vector_size (4)));
4 typedef short v3i16 __attribute__((vector_size (6)));
5 typedef short v4i16 __attribute__((vector_size (8)));
6 typedef short v6i16 __attribute__((vector_size (12)));
7 typedef short v8i16 __attribute__((vector_size (16)));
8 typedef short v16i16 __attribute__((vector_size (32)));
H A Dattr-mode-vector-types.c3 typedef int __attribute__((mode(byte))) __attribute__((vector_size(4))) vec_t1;
4 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) vec_t2;
5 typedef int __attribute__((mode(SI))) __attribute__((vector_size(16))) vec_t3;
6 typedef int __attribute__((mode(DI))) __attribute__((vector_size(64)))vec_t4;
7 typedef float __attribute__((mode(SF))) __attribute__((vector_size(128))) vec_t5;
8 typedef float __attribute__((mode(DF))) __attribute__((vector_size(256))) vec_t6;
H A D2010-02-18-Dbg-VectorType.c2 typedef float float4 __attribute__((vector_size(16)));
H A Dbuiltinshufflevector.c3 typedef int v4si __attribute__ ((vector_size (16)));
H A Dppc64-struct-onevect.c4 typedef float v4sf __attribute__ ((vector_size (16)));
H A Dalignment.c31 typedef float __attribute__((vector_size(16), aligned(4))) packedfloat4;
53 typedef float __attribute__((vector_size(16), aligned(64))) float4align64;
63 typedef float __attribute__((vector_size(16), aligned(16))) float4align16;
64 typedef float __attribute__((vector_size(16), aligned(2))) float4align2;
H A Dbuiltins-systemz-error2.c4 typedef __attribute__((vector_size(16))) char v16i8;
H A Dmips-inline-asm-modifiers.c8 typedef int v4i32 __attribute__((vector_size(16)));
H A Dppc64-qpx-vector.c4 typedef float v4sf __attribute__((vector_size(16)));
5 typedef double v4df __attribute__((vector_size(32)));
/external/clang/test/CodeGenCXX/
H A D2008-01-12-VecInit.cpp4 typedef int __attribute__((vector_size(16))) v;
H A Dstatic-init-4.cpp3 typedef __attribute__((vector_size(4*4))) float float32x4_t;
H A D2007-05-03-VectorInit.cpp4 typedef float v4sf __attribute__((vector_size(16)));
/external/libcxx/test/libcxx/atomics/atomics.align/
H A Dalign.pass.sh.cpp69 CHECK_ALIGNMENT(int __attribute__((vector_size(1 * sizeof(int)))));
70 CHECK_ALIGNMENT(int __attribute__((vector_size(2 * sizeof(int)))));
71 CHECK_ALIGNMENT(int __attribute__((vector_size(4 * sizeof(int)))));
72 CHECK_ALIGNMENT(int __attribute__((vector_size(16 * sizeof(int)))));
73 CHECK_ALIGNMENT(int __attribute__((vector_size(32 * sizeof(int)))));
74 CHECK_ALIGNMENT(float __attribute__((vector_size(1 * sizeof(float)))));
75 CHECK_ALIGNMENT(float __attribute__((vector_size(2 * sizeof(float)))));
76 CHECK_ALIGNMENT(float __attribute__((vector_size(4 * sizeof(float)))));
77 CHECK_ALIGNMENT(float __attribute__((vector_size(16 * sizeof(float)))));
78 CHECK_ALIGNMENT(float __attribute__((vector_size(3
[all...]
/external/clang/test/Sema/
H A Dattr-mode-vector-types.c4 typedef int __attribute__((mode(byte))) __attribute__((vector_size(256))) vec_t1;
5 typedef int __attribute__((mode(QI))) __attribute__((vector_size(256))) vec_t2;
6 typedef int __attribute__((mode(SI))) __attribute__((vector_size(256))) vec_t3;
7 typedef int __attribute__((mode(DI))) __attribute__((vector_size(256)))vec_t4;
8 typedef float __attribute__((mode(SF))) __attribute__((vector_size(256))) vec_t5;
9 typedef float __attribute__((mode(DF))) __attribute__((vector_size(256))) vec_t6;
10 typedef float __attribute__((mode(XF))) __attribute__((vector_size(256))) vec_t7;
12 typedef int v8qi __attribute__ ((mode(QI))) __attribute__ ((vector_size(8)));
14 // expected-warning@-1{{specifying vector types with the 'mode' attribute is deprecated; use the 'vector_size' attribute instead}}
17 // expected-warning@-1{{specifying vector types with the 'mode' attribute is deprecated; use the 'vector_size' attribut
[all...]
H A Dvector-init.c4 typedef float float4 __attribute__((vector_size(16)));
20 __attribute__((vector_size(16))) float f1(void) {
21 __attribute__((vector_size(16))) float vec = {0.0f, 0.0f, 0.0f};
25 __attribute__((vector_size(16))) float f2(
26 __attribute__((vector_size(16))) float a1) {
37 typedef long long __attribute__((vector_size(16))) longlong2;
38 typedef short __attribute__((vector_size(16))) short8;
39 typedef short __attribute__((vector_size(8))) short4;
H A Dvector-ops.c2 typedef unsigned int v2u __attribute__ ((vector_size (8)));
3 typedef int v2s __attribute__ ((vector_size (8)));
4 typedef float v2f __attribute__ ((vector_size(8)));
H A Dbig-endian-neon-initializers.c12 typedef int v4si __attribute__ ((vector_size (16)));
H A Dconversion-64-32.c9 typedef int int4 __attribute__ ((vector_size(16)));
H A Dinit-vector.c4 typedef float __attribute__((vector_size (16))) v4f_t;
H A Dtypedef-retain.c3 typedef float float4 __attribute__((vector_size(16)));
4 typedef int int4 __attribute__((vector_size(16)));
/external/clang/test/SemaCXX/
H A Dvector-no-lax.cpp2 typedef unsigned int __attribute__((vector_size (16))) vUInt32;
3 typedef int __attribute__((vector_size (16))) vSInt32;
/external/libcxx/test/std/atomics/atomics.lockfree/
H A Disalwayslockfree.pass.cpp92 #if __has_attribute(vector_size) && defined(_LIBCPP_VERSION)
93 CHECK_ALWAYS_LOCK_FREE(int __attribute__((vector_size(1 * sizeof(int)))));
94 CHECK_ALWAYS_LOCK_FREE(int __attribute__((vector_size(2 * sizeof(int)))));
95 CHECK_ALWAYS_LOCK_FREE(int __attribute__((vector_size(4 * sizeof(int)))));
96 CHECK_ALWAYS_LOCK_FREE(int __attribute__((vector_size(16 * sizeof(int)))));
97 CHECK_ALWAYS_LOCK_FREE(int __attribute__((vector_size(32 * sizeof(int)))));
98 CHECK_ALWAYS_LOCK_FREE(float __attribute__((vector_size(1 * sizeof(float)))));
99 CHECK_ALWAYS_LOCK_FREE(float __attribute__((vector_size(2 * sizeof(float)))));
100 CHECK_ALWAYS_LOCK_FREE(float __attribute__((vector_size(4 * sizeof(float)))));
101 CHECK_ALWAYS_LOCK_FREE(float __attribute__((vector_size(1
[all...]
/external/clang/test/Index/
H A Dprint-type.c10 int __attribute__((vector_size(16))) x;
11 typedef int __attribute__((vector_size(16))) int4_t;

Completed in 485 milliseconds

12345