Home
last modified time | relevance | path

Searched defs:short4 (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Sema/
Dext_vector_conversions.c4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
Dvector-init.c39 typedef short __attribute__((vector_size(8))) short4; typedef
/external/llvm-project/clang/test/Sema/
Dext_vector_conversions.c4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
Dfp16vec-sema.c5 typedef short short4 __attribute__ ((vector_size (8))); typedef
Dvector-init.c39 typedef short __attribute__((vector_size(8))) short4; typedef
/external/llvm-project/clang/test/CodeGen/
Dfp16vec-ops.c7 typedef short short4 __attribute__ ((vector_size (8))); typedef
Dbuiltins-nvptx.c604 typedef short short4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h39 typedef __attribute__((ext_vector_type(4))) short short4; typedef
/external/clang/test/CodeGen/
Dbuiltins-nvptx.c347 typedef short short4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h199 using short4 = Vec4<int16_t>; variable
/external/swiftshader/src/System/
DTypes.hpp203 using short4 = vec4<short>; typedef
/external/clang/lib/Headers/
Dopencl-c.h90 typedef short short4 __attribute__((ext_vector_type(4))); typedef
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h77 typedef short short4 __attribute__((ext_vector_type(4))); typedef
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp2009 Value *short4 = As<Short4>(Int2(As<Int4>(packed))).value(); in Short4() local
DSubzeroReactor.cpp2541 Value *short4 = Nucleus::createBitCast(int2, Short4::type()); in Short4() local