Home
last modified time | relevance | path

Searched defs:char4 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dext_vector_conversions.c3 typedef __attribute__((ext_vector_type(4))) char char4; typedef
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h32 struct char4 { struct
34 …__host__ __device__ char4(char x = 0, char y = 0, char z = 0, char w = 0) : x(x), y(y), z(z), w(w)… in x() argument
/llvm-project/clang/test/CodeGen/
H A Dbuiltins-nvptx.c633 typedef char char4 __attribute__((ext_vector_type(4))); nvvm_ldg() typedef
741 typedef char char4 __attribute__((ext_vector_type(4))); nvvm_ldu() typedef
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/flang/test/Lower/Intrinsics/
H A Dreduce.f90574 subroutine char4(a) subroutine
577 res = reduce(a, red_char4) argument
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h169 typedef char char4 __attribute__((ext_vector_type(4))); global() typedef