Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Dvector.cpp5 typedef __attribute__((__vector_size__(16))) unsigned int uint4; typedef
H A Dbuiltinshufflevector2.c4 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); typedef
H A Dbuiltins-nvptx.c664 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); nvvm_ldg() typedef
772 typedef unsigned int uint4 __attribute__((ext_vector_type(4))); nvvm_ldu() typedef
H A Dext-vector.c6 typedef __attribute__(( ext_vector_type(4) )) unsigned int uint4; typedef
/llvm-project/clang/test/Headers/Inputs/include/
H A Dcuda.h81 struct uint4 { struct
83 …__host__ __device__ uint4(unsigned x = 0, unsigned y = 0, unsigned z = 0, unsigned w = 0) : x(x), … in x() argument
/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h53 typedef vector<uint, 4> uint4; global() typedef
/llvm-project/libclc/generic/include/clc/
H A Dclctypes.h
/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h194 typedef uint uint4 __attribute__((ext_vector_type(4))); global() typedef