/llvm-project/clang/test/Sema/ |
H A D | aarch64-neon-target.c | 16 void fp16(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, bfloat16x4_t v4bf16) { in fp16() argument 29 void i8mm(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, bfloat16x4_t v4bf16) { in i8mm() argument 35 void bf16(uint32x2_t v2i32, uint32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t v4f16, bfloat16x4_t v4bf16, __bf16 bf16) { in bf16() argument 58 void test_v83(float32x4_t v4f32, float16x4_t v4f16, float64x2_t v2f64) { in test_v83() argument 65 void test_v85(float32x4_t v4f32) { in test_v85() 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_ argument [all...] |
H A D | arm-neon-target.c | 14 …t16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t… in fp16() 21 …t16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t… in i8mm() 26 …t16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t… in bf16() 42 void test_v83(float32x4_t v4f32, float16x4_t v4f16) { in test_v83() 47 …t16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t v4f32, float16x4_t… in undefined()
|
H A D | arm_vfma.c | 8 void func(float32x2_t v2f32, float32x4_t v4f32) { in func()
|
H A D | vector-gcc-compat.cpp | 17 typedef float v4f32 __attribute__((vector_size(16))); typedef
|
H A D | vector-gcc-compat.c | 15 typedef float v4f32 __attribute__((vector_size(16))); typedef
|
H A D | builtins-elementwise-math.c | 889 float4 v4f32 = 0.0f; test_builtin_elementwise_copysign() local 916 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/clang/test/CodeGen/LoongArch/lsx/ |
H A D | builtin-approximate.c | 4 typedef float v4f32 __attribute__ ((vector_size(16), aligned(16))); typedef
|
H A D | builtin-error.c | 21 typedef float v4f32 __attribute__((vector_size(16), aligned(16))); typedef
|
H A D | builtin.c | 20 typedef float v4f32 __attribute__ ((vector_size(16), aligned(16))); typedef
|
/llvm-project/clang/test/CodeGen/ |
H A D | regcall4.c | 73 typedef float __attribute__((vector_size(16))) v4f32; typedef
|
H A D | regcall.c | 73 typedef float __attribute__((vector_size(16))) v4f32; typedef
|
H A D | vectorcall.c | 60 typedef float __attribute__((vector_size(16))) v4f32; typedef
|
H A D | builtins-elementwise-math.c | 799 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 [all...] |
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | systemz-abi-vector.c | 46 typedef __attribute__((vector_size(16))) float v4f32; global() typedef
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_64-arguments.c | 156 typedef float v4f32 __attribute__((__vector_size__(16))); typedef
|
/llvm-project/clang/lib/Headers/ |
H A D | msa.h | 30 typedef float v4f32 __attribute__((vector_size(16), aligned(16))); typedef
|
H A D | lsxintrin.h | 30 typedef float v4f32 __attribute__((vector_size(16), aligned(16))); typedef [all...] |