/llvm-project/clang/test/AST/Interp/ |
H A D | vectors.cpp |
|
/llvm-project/clang/test/CodeGen/ |
H A D | vector.cpp | 4 typedef __attribute__((__vector_size__(16))) int int4; typedef
|
H A D | builtin_vectorelements.c | 17 typedef int int4 __attribute__((vector_size(16))); typedef
|
H A D | isfpclass.c | 136 typedef int __attribute__((ext_vector_type(4))) int4; typedef
|
H A D | palignr.c | 5 typedef __attribute__((vector_size(16))) int int4; typedef [all...] |
H A D | builtins-nvptx.c | 663 typedef int int4 __attribute__((ext_vector_type(4))); nvvm_ldg() typedef 771 typedef int int4 __attribute__((ext_vector_type(4))); nvvm_ldu() typedef
|
H A D | ubsan-promoted-arith.cpp | 5 typedef int int4 __attribute__((ext_vector_type(4))); typedef
|
H A D | ext-vector.c | 5 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | conversion-implicit-int-includes-64-to-32.c | 7 typedef int int4 __attribute__ ((vector_size(16))); typedef
|
H A D | conversion-64-32.c | 7 typedef int int4 __attribute__ ((vector_size(16))); typedef
|
H A D | fp16vec-sema.c | 6 typedef int int4 __attribute__ ((vector_size (16))); global() typedef
|
H A D | ext_vector_comparisons.c | 3 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef
|
H A D | typedef-retain.c | 4 typedef int int4 __attribute__((vector_size(16))); typedef
|
H A D | ext_vector_casts.c | 7 typedef __attribute__(( ext_vector_type(4) )) int int4; typedef [all...] |
/llvm-project/clang/test/Headers/Inputs/include/ |
H A D | cuda.h | 68 struct int4 { struct 70 __host__ __device__ int4(int x = 0, int y = 0, int z = 0, int w = 0) : x(x), y(y), z(z), w(w) {} in x() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | vector-splat-conversion.cpp | 19 typedef __attribute__((__ext_vector_type__(4))) int int4; typedef
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/ |
H A D | optnone-vectors-and-functions.cpp | 16 typedef int int4 __attribute__((ext_vector_type(4))); typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | return-stack-addr-2.cpp | 54 const int *int4(const int &x = 5) { in int4() function
|
/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_basic_types.h | 50 typedef vector<int, 4> int4; global() typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ext-vector-type.cpp | 86 typedef int __attribute__((ext_vector_type(4))) int4; typedef
|
/llvm-project/libclc/generic/include/clc/ |
H A D | clctypes.h |
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_capture_codegen.cpp | 40 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
H A D | atomic_read_codegen.c | 32 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
H A D | atomic_write_codegen.c | 32 typedef int int4 __attribute__((__vector_size__(16))); typedef
|
H A D | atomic_update_codegen.cpp | 32 typedef int int4 __attribute__((__vector_size__(16))); typedef
|