/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 24 void fp16fml(float32x2_t v2f32, float16x4_t v4f16) { in fp16fml() 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 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 | arm-neon-target.c | 14 …nt32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t… in fp16() 21 …nt32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t… in i8mm() 26 …nt32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t… in bf16() 47 …nt32x4_t v4i32, uint16x8_t v8i16, uint8x16_t v16i8, uint8x8_t v8i8, float32x2_t v2f32, float32x4_t… in undefined()
|
H A D | arm_vfma.c | 8 void func(float32x2_t v2f32, float32x4_t v4f32) { in func()
|
H A D | builtins-elementwise-math.c | 896 float2 v2f32 = 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
|
/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 | 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
|
/llvm-project/clang/test/CodeGen/SystemZ/ |
H A D | systemz-abi-vector.c | 38 typedef __attribute__((vector_size(8))) float v2f32; global() typedef
|