/external/llvm-project/clang/test/Sema/ |
D | shift.c | 74 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()
|
D | ext_vector_components.c | 14 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/ |
D | shift.cpp | 75 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/ |
D | ext_vector_components.c | 14 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/ |
D | reduction.ll | 91 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/ |
D | Types.hpp | 183 using vec16 = vec<T, 16>; typedef 213 using byte16 = vec16<byte>; 214 using sbyte16 = vec16<sbyte>;
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | reduction.ll | 176 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/ |
D | LLVMReactorDebugInfo.cpp | 410 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/ |
D | ext-vector.c | 307 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/ |
D | ext-vector.c | 307 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/ |
D | scale_neon.cc | 271 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12, 274 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
|
D | scale_neon64.cc | 268 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12, 271 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
|
D | scale_gcc.cc | 56 static const vec16 kRound34 = {2, 2, 2, 2, 2, 2, 2, 2};
|
/external/libyuv/files/source/ |
D | scale_neon.cc | 271 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12, 274 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
|
D | scale_neon64.cc | 268 static const vec16 kMult38_Div6 = {65536 / 12, 65536 / 12, 65536 / 12, 271 static const vec16 kMult38_Div9 = {65536 / 18, 65536 / 18, 65536 / 18,
|
D | scale_gcc.cc | 56 static const vec16 kRound34 = {2, 2, 2, 2, 2, 2, 2, 2};
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | scale_neon.cc | 289 static vec16 kMult38_Div6 = 292 static vec16 kMult38_Div9 =
|
D | scale_neon64.cc | 280 static vec16 kMult38_Div6 = 283 static vec16 kMult38_Div9 =
|
D | scale_gcc.cc | 58 static vec16 kRound34 =
|
/external/llvm-project/polly/docs/experiments/matmul/ |
D | matmul.polly.interchanged+tiled+vector.ll | 199 …%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/ |
D | 18.1.5.rst | 117 - nir: fix printing of vec16 type
|
/external/igt-gpu-tools/assembler/ |
D | brw_reg.h | 615 vec16(struct brw_reg reg) in vec16() function
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_data_test.cpp | 183 TEST_F(ValidateData, vec16) { in TEST_F() argument
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_data_test.cpp | 183 TEST_F(ValidateData, vec16) { in TEST_F() argument
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/ |
D | val_data_test.cpp | 183 TEST_F(ValidateData, vec16) { in TEST_F() argument
|