Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dext_vector_conversions.c4 typedef __attribute__((ext_vector_type(4))) short short4; typedef
H A Dfp16vec-sema.c5 typedef short short4 __attribute__ ((vector_size (8))); typedef
H A Dvector-init.c39 typedef short __attribute__((vector_size(8))) short4; typedef
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dfp16vec-ops.c7 typedef short short4 __attribute__ ((vector_size (8))); typedef
H A Dbuiltins-nvptx.c616 typedef short short4 __attribute__((ext_vector_type(4))); in nvvm_ldg() typedef
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dcuda.h50 struct short4 { struct
52 …__host__ __device__ short4(short x = 0, short y = 0, short z = 0, short w = 0) : x(x), y(y), z(z),… in x() argument
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h39 typedef __attribute__((ext_vector_type(4))) short short4; typedef
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h155 typedef short short4 __attribute__((ext_vector_type(4))); typedef