Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dppc64-vector.c3 typedef short v2i16 __attribute__((vector_size (4))); typedef
Dbuiltins-mips.c12 typedef short v2i16 __attribute__ ((vector_size(4))); typedef
Dsystemz-abi-vector.c16 typedef __attribute__((vector_size(4))) short v2i16; typedef
Dx86_32-arguments-darwin.c217 typedef unsigned short v2i16 __attribute__((__vector_size__(4))); typedef
/external/llvm-project/clang/test/CodeGen/
Dppc64-vector.c3 typedef short v2i16 __attribute__((vector_size (4))); typedef
Dbuiltins-mips.c13 typedef short v2i16 __attribute__ ((vector_size(4))); typedef
/external/llvm-project/clang/test/Sema/
Dvector-gcc-compat.cpp9 typedef short v2i16 __attribute__((vector_size(4))); typedef
Dvector-gcc-compat.c7 typedef short v2i16 __attribute__((vector_size(4))); typedef
/external/llvm/include/llvm/CodeGen/
DMachineValueType.h79 v2i16 = 31, // 2 x i16 enumerator
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dsystemz-abi-vector.c26 typedef __attribute__((vector_size(4))) short v2i16; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMachineValueType.h83 v2i16 = 35, // 2 x i16 enumerator
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h83 LLVMTypeRef v2i16; member
/external/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h84 v2i16 = 36, // 2 x i16 enumerator
/external/llvm-project/clang/test/CodeGen/X86/
Dx86_32-arguments-darwin.c217 typedef unsigned short v2i16 __attribute__((__vector_size__(4))); typedef
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingDataSpillTests.cpp1396 using v2i16 = tcu::Vector<deInt16, 2>; typedef