Searched refs:vector_size (Results 26 - 50 of 112) sorted by relevance

12345

/external/clang/test/CodeGen/
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 Dsystemz-abi-vector.c10 typedef __attribute__((vector_size(1))) char v1i8;
12 typedef __attribute__((vector_size(2))) char v2i8;
13 typedef __attribute__((vector_size(2))) short v1i16;
15 typedef __attribute__((vector_size(4))) char v4i8;
16 typedef __attribute__((vector_size(4))) short v2i16;
17 typedef __attribute__((vector_size(4))) int v1i32;
18 typedef __attribute__((vector_size(4))) float v1f32;
20 typedef __attribute__((vector_size(8))) char v8i8;
21 typedef __attribute__((vector_size(8))) short v4i16;
22 typedef __attribute__((vector_size(
[all...]
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...]
H A Dvector.c11 typedef int vty __attribute((vector_size(16)));
15 typedef float vec4 __attribute__((vector_size(16)));
68 typedef int vec_int1 __attribute__((vector_size(4)));
77 typedef int vec_int2 __attribute__((vector_size(8)));
H A Dx86_32-inline-asm.c14 typedef float __m128 __attribute__ ((vector_size (16)));
15 typedef float __m256 __attribute__ ((vector_size (32)));
16 typedef float __m512 __attribute__ ((vector_size (64)));
H A Dbuiltins-systemz-vector-error.c5 typedef __attribute__((vector_size(16))) signed char vec_schar;
6 typedef __attribute__((vector_size(16))) signed short vec_sshort;
7 typedef __attribute__((vector_size(16))) signed int vec_sint;
8 typedef __attribute__((vector_size(16))) signed long long vec_slong;
9 typedef __attribute__((vector_size(16))) unsigned char vec_uchar;
10 typedef __attribute__((vector_size(16))) unsigned short vec_ushort;
11 typedef __attribute__((vector_size(16))) unsigned int vec_uint;
12 typedef __attribute__((vector_size(16))) unsigned long long vec_ulong;
13 typedef __attribute__((vector_size(16))) double vec_double;
H A Dcompound-literal.c6 typedef int v4i32 __attribute((vector_size(16)));
H A DNontemporal.cpp14 float __attribute__((vector_size(16))) vf1, vf2;
15 char __attribute__((vector_size(8))) vc1, vc2;
H A Dpalignr.c5 typedef __attribute__((vector_size(16))) int int4;
19 typedef __attribute__((vector_size(8))) int int2;
H A Dconst-init.c137 typedef long long v1i64 __attribute((vector_size(8)));
138 typedef short v12i16 __attribute((vector_size(24)));
139 typedef long double v2f80 __attribute((vector_size(24)));
H A Dmangle.c64 typedef __attribute__(( vector_size(16) )) float float4;
/external/clang/test/Sema/
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)));
6 typedef short s2 __attribute__ ((vector_size(4)));
47 typedef float float2 __attribute__ ((vector_size (8)));
48 typedef __attribute__((vector_size(8))) double float64x1_t;
49 typedef __attribute__((vector_size(16))) double float64x2_t;
71 typedef short short_sizeof_pointer __attribute__((vector_size(sizeof(void*))));
H A Dtypes.c56 int __attribute__ ((vector_size (8), vector_size (8))) v; // expected-error {{invalid vector element type}}
72 int __attribute__ ((vector_size(8192))) x1; // expected-error {{vector size too large}}
76 enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}}
H A Daltivec-init.c3 typedef int v4 __attribute((vector_size(16)));
4 typedef short v8 __attribute((vector_size(16)));
H A Dpragma-align-mac68k.c8 typedef float __attribute__((vector_size (8))) v2f_t;
9 typedef float __attribute__((vector_size (16))) v4f_t;
/external/clang/test/PCH/
H A Dtypes.h27 typedef float float4 __attribute__((vector_size(16)));
/external/clang/test/SemaCXX/
H A Dattr-gnu.cpp5 auto P = new int * __attribute__((vector_size(8))); // expected-error {{an attribute list cannot appear here}} \
/external/compiler-rt/test/msan/
H A Dvector_select.cc15 typedef double __w64d __attribute__ ((vector_size(16)));
/external/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp22 typedef int __attribute__((mode(QI))) __attribute__((vector_size(8))) VT_11;
24 typedef int __attribute__((mode(SI))) __attribute__((vector_size(16))) VT_21;
26 typedef int __attribute__((mode(DI))) __attribute__((vector_size(64))) VT_31;
43 typedef float __attribute__((mode(SF))) __attribute__((vector_size(128))) VT_41;
45 typedef float __attribute__((mode(DF))) __attribute__((vector_size(256))) VT_51;
/external/clang/test/Parser/
H A Datomic.c34 typedef _Atomic int __attribute__((vector_size(16))) atomic_vector_int;
35 typedef _Atomic(int __attribute__((vector_size(16)))) atomic_vector_int;
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.cc25 int64 vector_size,
28 : vector_size_(vector_size),
35 vector_type_ = llvm::VectorType::get(scalar_type_, vector_size);
151 return llvm::VectorType::get(scalar_int_type, vector_size());
159 return ir_builder()->CreateVectorSplat(vector_size(), x, name());
259 vector_size(), ir_builder()->CreateLoad(pointer), name());
263 llvm::SmallVector<llvm::Constant*, 32> mask(vector_size(), nullptr);
264 for (unsigned i = vector_size(); i != 1; i >>= 1) {
268 for (unsigned j = 0; j < vector_size(); ++j) {
290 CHECK_EQ(vector_size()
24 VectorSupportLibrary(PrimitiveType primitive_type, int64 vector_size, llvm::IRBuilder<>* ir_builder, std::string name) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_nir_uniforms.cpp107 unsigned vector_size = storage->type->vector_elements; local
110 vector_size *= 2;
111 if (vector_size > 4)
117 for (i = 0; i < vector_size; i++) {
/external/elfutils/tests/
H A Dfuncretval_test.c37 typedef signed char __attribute__ ((vector_size (8))) vec_char_8_t;
43 typedef short __attribute__ ((vector_size (8))) vec_short_8_t;
49 typedef int __attribute__ ((vector_size (8))) vec_int_8_t;
55 typedef long __attribute__ ((vector_size (8))) vec_long_8_t;
61 typedef float __attribute__ ((vector_size (8))) vec_float_8_t;
67 typedef double __attribute__ ((vector_size (8))) vec_double_8_t;
78 typedef signed char __attribute__ ((vector_size (16))) vec_char_16_t;
84 typedef short __attribute__ ((vector_size (16))) vec_short_16_t;
90 typedef int __attribute__ ((vector_size (16))) vec_int_16_t;
96 typedef long __attribute__ ((vector_size (1
[all...]
/external/capstone/bindings/java/capstone/
H A DArm.java84 public int vector_size; field in class:Arm.UnionOpInfo
102 readField("vector_size");
118 return Arrays.asList("usermode", "vector_size", "vector_data",
137 vectorSize = op_info.vector_size;

Completed in 3733 milliseconds

12345