/llvm-project/clang/test/PCH/Inputs/ |
H A D | chain-ext_vector1.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
/llvm-project/clang/test/PCH/ |
H A D | ext_vector.h | 3 typedef __attribute__((ext_vector_type(2))) float float2; typedef
|
H A D | exprs.h | 106 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | builtin_vectorelements.c | 20 typedef float float2 __attribute__((vector_size(8))); typedef
|
H A D | nofpclass.c | 17 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
H A D | builtins-nvptx.c | 685 typedef float float2 __attribute__((ext_vector_type(2))); nvvm_ldg() typedef 793 typedef float float2 __attribute__((ext_vector_type(2))); nvvm_ldu() typedef
|
H A D | ext-vector.c | 4 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
H A D | builtins-elementwise-math.c | 6 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/llvm-project/clang/test/Sema/ |
H A D | ext_vector_components.c | 3 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef
|
H A D | vector-cast.c | 47 typedef float float2 __attribute__ ((vector_size (8))); typedef
|
H A D | ext_vector_casts.c | 5 typedef __attribute__(( ext_vector_type(2) )) float float2; typedef [all...] |
H A D | builtins-elementwise-math.c | 5 typedef float float2 __attribute__((ext_vector_type(2))); typedef [all...] |
/llvm-project/clang/test/CodeGen/X86/ |
H A D | avx512fp16-abi.c | 152 struct float2 { struct 158 float pr51813(struct float2 s) { in pr51813() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | err_init_conversion_failed.cpp | 39 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/llvm-project/clang/lib/Headers/hlsl/ |
H A D | hlsl_basic_types.h | 65 typedef vector<float, 2> float2; global() typedef
|
/llvm-project/clang/test/Headers/Inputs/include/ |
H A D | cuda.h | 104 struct float2 { struct 106 __host__ __device__ float2(float x = 0, float y = 0) : x(x), y(y) {} in x() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | ext-vector-type.cpp | 87 typedef float __attribute__((ext_vector_type(2))) float2; typedef
|
H A D | matrix-type.cpp | 181 typedef float __attribute__((matrix_type(2, 3))) float2; typedef
|
/llvm-project/libclc/generic/include/clc/ |
H A D | clctypes.h |
|
/llvm-project/clang/test/OpenMP/ |
H A D | atomic_capture_codegen.cpp | 85 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
H A D | atomic_read_codegen.c | 77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
H A D | atomic_write_codegen.c | 77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
H A D | atomic_update_codegen.cpp | 77 typedef float float2 __attribute__((ext_vector_type(2))); typedef
|
/llvm-project/clang/lib/Headers/ |
H A D | opencl-c-base.h | 207 typedef float float2 __attribute__((ext_vector_type(2))); global() typedef
|