Home
last modified time | relevance | path

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

/llvm-project/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))); global() typedef
H A Dvector-init.c38 typedef short __attribute__((vector_size(8))) short4; typedef
/llvm-project/clang/test/CodeGen/
H A Dfp16vec-ops.c7 typedef short short4 __attribute__ ((vector_size (8))); typedef
H A Dbuiltins-nvptx.c649 typedef short short4 __attribute__((ext_vector_type(4))); nvvm_ldg() typedef
757 typedef short short4 __attribute__((ext_vector_type(4))); nvvm_ldu() typedef
/llvm-project/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/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h179 typedef short short4 __attribute__((ext_vector_type(4))); global() typedef