/llvm-project/clang/test/CodeGen/LoongArch/lsx/ |
H A D | builtin-approximate.c | 5 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); typedef
|
H A D | builtin-error.c | 23 typedef double v2f64 __attribute__((vector_size(16), aligned(16))); typedef
|
H A D | builtin.c | 22 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | nofpclass.c | 1091 float2 v2f32, double2 v2f64, half2 v2f16, in call_variadic() argument 1350 float2 v2f32, double2 v2f64, half2 v2f16, in call_variadic_indirect() argument
|
H A D | amdgpu-variadic-call.c | 196 typedef double v2f64 __attribute__((ext_vector_type(2))); typedef
|
H A D | builtins-elementwise-math.c | 752 test_builtin_elementwise_copysign(float f1,float f2,double d1,double d2,float4 vf1,float4 vf2,double2 v2f64) test_builtin_elementwise_copysign() argument 800 test_builtin_elementwise_fma(float f32,double f64,float2 v2f32,float4 v4f32,double2 v2f64,double3 v3f64,const float4 c_v4f32,half f16,half2 v2f16) test_builtin_elementwise_fma() argument
|
/llvm-project/clang/test/Sema/ |
H A D | aarch64-neon-target.c | 58 void test_v83(float32x4_t v4f32, float16x4_t v4f16, float64x2_t v2f64) { in test_v83() argument 69 void undefined(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, float64x2_t v2f64, bfloat16x4_t v4bf16, __bf16 bf16, poly64_t poly64, poly64x2_t poly64x2) { in undefined() argument
|
H A D | vector-gcc-compat.cpp | 18 typedef double v2f64 __attribute__((vector_size(16))); typedef
|
H A D | vector-gcc-compat.c | 16 typedef double v2f64 __attribute__((vector_size(16))); typedef
|
H A D | builtins-elementwise-math.c | 915 test_builtin_elementwise_fma(int i32,int2 v2i32,short i16,double f64,double2 v2f64,double2 v3f64,float f32,float2 v2f32,float v3f32,float4 v4f32,const float4 c_v4f32,int3 v3i32,int * ptr) test_builtin_elementwise_fma() argument [all...] |
/llvm-project/llvm/unittests/CodeGen/ |
H A D | ScalableVectorMVTsTest.cpp | 136 EVT v2f64 = EVT::getVectorVT(Ctx, MVT::f64, 2); in TEST() local
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | systemz-abi-vector.c | 47 typedef __attribute__((vector_size(16))) double v2f64; global() typedef
|
/llvm-project/clang/lib/Headers/ |
H A D | msa.h | 32 typedef double v2f64 __attribute__ ((vector_size(16), aligned(16))); typedef
|
H A D | lsxintrin.h | 32 typedef double v2f64 __attribute__((vector_size(16), aligned(16))); typedef [all...] |