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

123

/external/clang/test/CodeGen/
H A Dvector-alignment.c6 double __attribute__((vector_size(16))) v1;
8 double __attribute__((vector_size(32))) v2;
13 double __attribute__((vector_size(64))) v3;
15 double __attribute__((vector_size(1024))) v4;
19 double __attribute__((vector_size(16), aligned(16))) v5;
21 double __attribute__((vector_size(16), aligned(64))) v6;
23 double __attribute__((vector_size(32), aligned(16))) v7;
25 double __attribute__((vector_size(32), aligned(64))) v8;
29 double __attribute__((vector_size(24))) v9;
31 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 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 Dmips-inline-asm-modifiers.c8 typedef int v4i32 __attribute__((vector_size(16)));
H A Dx86_32-arguments-linux.c26 typedef int __attribute__((vector_size (8))) t56_v2i;
27 typedef double __attribute__((vector_size (8))) t56_v1d;
28 typedef int __attribute__((vector_size (16))) t56_v4i;
29 typedef double __attribute__((vector_size (16))) t56_v2d;
30 typedef int __attribute__((vector_size (32))) t56_v8i;
31 typedef double __attribute__((vector_size (32))) t56_v4d;
H A Dx86_32-arguments-darwin.c79 typedef short T11 __attribute__ ((vector_size (4)));
81 typedef int T12 __attribute__ ((vector_size (8)));
83 typedef long long T13 __attribute__ ((vector_size (8)));
85 typedef double T14 __attribute__ ((vector_size (8)));
87 typedef long long T15 __attribute__ ((vector_size (16)));
89 typedef double T16 __attribute__ ((vector_size (16)));
157 typedef int v39 __attribute((vector_size(16)));
252 typedef int __attribute__((vector_size (8))) t56_v2i;
253 typedef double __attribute__((vector_size (8))) t56_v1d;
254 typedef int __attribute__((vector_size (1
[all...]
/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/clang/test/Sema/
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 Dtypes.c53 int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{invalid vector element type}}
69 int __attribute__ ((vector_size(8192))) x1; // expected-error {{vector size too large}}
73 enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}}
H A Dtypedef-retain.c3 typedef float float4 __attribute__((vector_size(16)));
4 typedef int int4 __attribute__((vector_size(16)));
H A Dvector-assign.c2 typedef unsigned int v2u __attribute__ ((vector_size (8)));
3 typedef signed int v2s __attribute__ ((vector_size (8)));
4 typedef signed int v1s __attribute__ ((vector_size (4)));
5 typedef float v2f __attribute__ ((vector_size(8)));
6 typedef signed short v4ss __attribute__ ((vector_size (8)));
42 float test2(__attribute__((vector_size(16))) float a, int b) {
H A Dvector-cast.c3 typedef long long t1 __attribute__ ((vector_size (8)));
4 typedef char t2 __attribute__ ((vector_size (16)));
5 typedef float t3 __attribute__ ((vector_size (16)));
39 typedef float float2 __attribute__ ((vector_size (8)));
50 typedef short short_sizeof_pointer __attribute__((vector_size(sizeof(void*))));
/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/clang/test/Index/
H A Dprint-type.c10 int __attribute__((vector_size(16))) x;
11 typedef int __attribute__((vector_size(16))) int4_t;
/external/lldb/tools/lldb-perf/common/stepping/
H A Dstepping-testcase.cpp31 size_t vector_size; local
39 vector_size = my_vector.size();
41 return vector_size == 0 ? 0 : 1;
/external/clang/test/PCH/
H A Dtypes.h27 typedef float float4 __attribute__((vector_size(16)));

Completed in 313 milliseconds

123