/llvm-project/clang/test/PCH/Inputs/ |
H A D | chain-ext_vector2.h | 3 typedef __attribute__((ext_vector_type(4))) float float4; typedef
|
/llvm-project/clang/test/PCH/ |
H A D | ext_vector.h | 4 typedef __attribute__((ext_vector_type(4))) float float4; typedef
|
H A D | types.h | 27 typedef float float4 __attribute__((vector_size(16))); typedef
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-caching/ |
H A D | a.c | 1 typedef float float4; typedef
|
H A D | b.c | 1 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2010-02-18-Dbg-VectorType.c | 2 typedef float float4 __attribute__((vector_size(16))); typedef
|
H A D | ext-vector-indexing.c | 3 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
|
H A D | vector.cpp | 3 typedef __attribute__((__vector_size__(16))) float float4; typedef
|
H A D | ext-vector-member-alignment.c | 3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
H A D | builtinshufflevector2.c | 3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
H A D | builtins-nondeterministic-value.c | 3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
H A D | mangle.c | 68 typedef __attribute__(( vector_size(16) )) float float4; typedef
|
H A D | isfpclass.c | 134 typedef float __attribute__((ext_vector_type(4))) float4; typedef
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | 2007-05-03-VectorInit.cpp | 6 typedef v4sf float4; typedef
|
H A D | vector-splat-conversion.cpp | 20 typedef __attribute__((__ext_vector_type__(4))) float float4; typedef
|
/llvm-project/lldb/test/API/functionalities/data-formatter/vector-types/ |
H A D | main.cpp | 1 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
/llvm-project/clang/test/Sema/ |
H A D | overloaded-math-builtins.c | 3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|
H A D | fp16vec-sema.c | 4 typedef float float4 __attribute__ ((vector_size (16))); global() typedef
|
H A D | ext_vector_comparisons.c | 18 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
|
H A D | typedef-retain.c | 3 typedef float float4 __attribute__((vector_size(16))); typedef
|
H A D | vector-init.c | 4 typedef float float4 __attribute__((vector_size(16))); typedef
|
H A D | ext_vector_components.c | 5 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | correctly-rounded-div.cu | 11 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
|
/llvm-project/clang/test/Headers/Inputs/include/ |
H A D | cuda.h | 108 struct float4 { struct 110 …__host__ __device__ float4(float x = 0, float y = 0, float z = 0, float w = 0) : x(x), y(y), z(z),… in x() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | err_init_conversion_failed.cpp | 40 typedef float float4 __attribute__((ext_vector_type(4))); typedef
|