Home
last modified time | relevance | path

Searched refs:vec16 (Results 1 – 25 of 49) sorted by relevance

12

/external/llvm-project/clang/test/Sema/
Dshift.c74 typedef unsigned vec16 __attribute__((vector_size(16))); typedef
77 void vect_shift_1(vec16 *x) { *x = *x << 4; } in vect_shift_1()
79 void vect_shift_2(vec16 *x, vec16 y) { *x = *x << y; } in vect_shift_2()
81 void vect_shift_3(vec16 *x, vec8 y) { in vect_shift_3()
Dext_vector_components.c14 float16 vec16; in test() local
38 vec4.x = vec16.sf; in test()
39 vec4.x = vec16.sF; in test()
65 vec4.r = vec16.sf; in test()
66 vec4.g = vec16.sF; in test()
/external/llvm-project/clang/test/SemaCXX/
Dshift.cpp75 typedef unsigned vec16 __attribute__((vector_size(16))); typedef
78 void vect_shift_1(vec16 *x) { *x = *x << 4; } in vect_shift_1()
80 void vect_shift_2(vec16 *x, vec16 y) { *x = *x << y; } in vect_shift_2()
82 void vect_shift_3(vec16 *x, vec8 y) { in vect_shift_3()
/external/clang/test/Sema/
Dext_vector_components.c14 float16 vec16; in test() local
38 vec4.x = vec16.sf; in test()
39 vec4.x = vec16.sF; in test()
65 vec4.r = vec16.sf; in test()
66 vec4.g = vec16.sF; in test()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AMDGPU/
Dreduction.ll91 define half @reduction_half16(<16 x half> %vec16) {
141 %elt0 = extractelement <16 x half> %vec16, i64 0
142 %elt1 = extractelement <16 x half> %vec16, i64 1
143 %elt2 = extractelement <16 x half> %vec16, i64 2
144 %elt3 = extractelement <16 x half> %vec16, i64 3
145 %elt4 = extractelement <16 x half> %vec16, i64 4
146 %elt5 = extractelement <16 x half> %vec16, i64 5
147 %elt6 = extractelement <16 x half> %vec16, i64 6
148 %elt7 = extractelement <16 x half> %vec16, i64 7
149 %elt8 = extractelement <16 x half> %vec16, i64 8
[all …]
/external/swiftshader/src/System/
DTypes.hpp183 using vec16 = vec<T, 16>; typedef
213 using byte16 = vec16<byte>;
214 using sbyte16 = vec16<sbyte>;
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dreduction.ll176 define half @reduction_half16(<16 x half> %vec16) {
178 …%rdx.shuf = shufflevector <16 x half> %vec16, <16 x half> undef, <16 x i32> <i32 8, i32 9, i32 10,…
179 %bin.rdx = fadd <16 x half> %vec16, %rdx.shuf
302 define i16 @reduction_smin_v16i16(<16 x i16> %vec16) {
304 …%rdx.shuf = shufflevector <16 x i16> %vec16, <16 x i16> undef, <16 x i32> <i32 8, i32 9, i32 10, i…
305 %rdx.minmax.cmp = icmp slt <16 x i16> %vec16, %rdx.shuf
306 %rdx.minmax.select = select <16 x i1> %rdx.minmax.cmp, <16 x i16> %vec16, <16 x i16> %rdx.shuf
337 define i16 @reduction_smin_v16i16_woslp(<16 x i16> %vec16) {
339 %elt0 = extractelement <16 x i16> %vec16, i64 0
340 %elt1 = extractelement <16 x i16> %vec16, i64 1
[all …]
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp410 auto vec16 = diBuilder->getOrCreateArray(diBuilder->getOrCreateSubrange(0, 16)); in registerBasicTypes() local
423 …lace(T(Byte4::type()), diBuilder->createVectorType(128, 128, diTypes[T(Byte::type())], { vec16 })); in registerBasicTypes()
424 …ce(T(SByte4::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())], { vec16 })); in registerBasicTypes()
425 …lace(T(Byte8::type()), diBuilder->createVectorType(128, 128, diTypes[T(Byte::type())], { vec16 })); in registerBasicTypes()
426 …ce(T(SByte8::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())], { vec16 })); in registerBasicTypes()
427 …ace(T(Byte16::type()), diBuilder->createVectorType(128, 128, diTypes[T(Byte::type())], { vec16 })); in registerBasicTypes()
428 …e(T(SByte16::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())], { vec16 })); in registerBasicTypes()
/external/llvm-project/clang/test/CodeGen/
Dext-vector.c307 float16 vec16, vec16_2; variable
337 vec4.b = vec16.sb; in test_rgba()
339 vec4_2 = vec16.sabcd; in test_rgba()
/external/clang/test/CodeGen/
Dext-vector.c307 float16 vec16, vec16_2; variable
337 vec4.b = vec16.sb; in test_rgba()
339 vec4_2 = vec16.sabcd; in test_rgba()
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_neon.cc271 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12,
274 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
Dscale_neon64.cc268 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12,
271 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
Dscale_gcc.cc56 static const vec16 kRound34 = {2, 2, 2, 2, 2, 2, 2, 2};
/external/libyuv/files/source/
Dscale_neon.cc271 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12,
274 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
Dscale_neon64.cc268 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12,
271 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
Dscale_gcc.cc56 static const vec16 kRound34 = {2, 2, 2, 2, 2, 2, 2, 2};
/external/libaom/libaom/third_party/libyuv/source/
Dscale_neon.cc289 static vec16 kMult38_Div6 =
292 static vec16 kMult38_Div9 =
Dscale_neon64.cc280 static vec16 kMult38_Div6 =
283 static vec16 kMult38_Div9 =
Dscale_gcc.cc58 static vec16 kRound34 =
/external/llvm-project/polly/docs/experiments/matmul/
Dmatmul.polly.interchanged+tiled+vector.ll199 …%strided.vec16 = shufflevector <16 x float> %wide.vec14, <16 x float> undef, <4 x i32> <i32 1, i32…
204 %13 = fmul <4 x float> %broadcast.splat20, %strided.vec16
221 …%strided.vec16.1 = shufflevector <16 x float> %wide.vec14.1, <16 x float> undef, <4 x i32> <i32 1,…
226 %25 = fmul <4 x float> %broadcast.splat20, %strided.vec16.1
243 …%strided.vec16.2 = shufflevector <16 x float> %wide.vec14.2, <16 x float> undef, <4 x i32> <i32 1,…
248 %37 = fmul <4 x float> %broadcast.splat20, %strided.vec16.2
265 …%strided.vec16.3 = shufflevector <16 x float> %wide.vec14.3, <16 x float> undef, <4 x i32> <i32 1,…
270 %49 = fmul <4 x float> %broadcast.splat20, %strided.vec16.3
/external/mesa3d/docs/relnotes/
D18.1.5.rst117 - nir: fix printing of vec16 type
/external/igt-gpu-tools/assembler/
Dbrw_reg.h615 vec16(struct brw_reg reg) in vec16() function
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_data_test.cpp183 TEST_F(ValidateData, vec16) { in TEST_F() argument
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_data_test.cpp183 TEST_F(ValidateData, vec16) { in TEST_F() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_data_test.cpp183 TEST_F(ValidateData, vec16) { in TEST_F() argument

12