Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / VE / Vector / vp_fma.ll
blob69341844276380ca1221d175ec2ce3b97c2f9d22
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -march=ve -mattr=+vpu | FileCheck %s
4 declare <256 x float> @llvm.vp.fma.v256f32(<256 x float>, <256 x float>, <256 x float>, <256 x i1>, i32)
6 define fastcc <256 x float> @test_vp_fma_v256f32_vvv(<256 x float> %i0, <256 x float> %i1, <256 x float> %i2, <256 x i1> %m, i32 %n) {
7 ; CHECK-LABEL: test_vp_fma_v256f32_vvv:
8 ; CHECK:       # %bb.0:
9 ; CHECK-NEXT:    and %s0, %s0, (32)0
10 ; CHECK-NEXT:    lvl %s0
11 ; CHECK-NEXT:    vfmad.s %v0, %v2, %v0, %v1, %vm1
12 ; CHECK-NEXT:    b.l.t (, %s10)
13   %r0 = call <256 x float> @llvm.vp.fma.v256f32(<256 x float> %i0, <256 x float> %i1, <256 x float> %i2, <256 x i1> %m, i32 %n)
14   ret <256 x float> %r0
17 define fastcc <256 x float> @test_vp_fma_v256f32_rvv(float %s0, <256 x float> %i1, <256 x float> %i2, <256 x i1> %m, i32 %n) {
18 ; CHECK-LABEL: test_vp_fma_v256f32_rvv:
19 ; CHECK:       # %bb.0:
20 ; CHECK-NEXT:    and %s1, %s1, (32)0
21 ; CHECK-NEXT:    lvl %s1
22 ; CHECK-NEXT:    vfmad.s %v0, %v1, %s0, %v0, %vm1
23 ; CHECK-NEXT:    b.l.t (, %s10)
24   %xins = insertelement <256 x float> undef, float %s0, i32 0
25   %i0 = shufflevector <256 x float> %xins, <256 x float> undef, <256 x i32> zeroinitializer
26   %r0 = call <256 x float> @llvm.vp.fma.v256f32(<256 x float> %i0, <256 x float> %i1, <256 x float> %i2, <256 x i1> %m, i32 %n)
27   ret <256 x float> %r0
30 define fastcc <256 x float> @test_vp_fma_v256f32_vrv(<256 x float> %i0, float %s1, <256 x float> %i2, <256 x i1> %m, i32 %n) {
31 ; CHECK-LABEL: test_vp_fma_v256f32_vrv:
32 ; CHECK:       # %bb.0:
33 ; CHECK-NEXT:    and %s1, %s1, (32)0
34 ; CHECK-NEXT:    lvl %s1
35 ; CHECK-NEXT:    vfmad.s %v0, %v1, %s0, %v0, %vm1
36 ; CHECK-NEXT:    b.l.t (, %s10)
37   %yins = insertelement <256 x float> undef, float %s1, i32 0
38   %i1 = shufflevector <256 x float> %yins, <256 x float> undef, <256 x i32> zeroinitializer
39   %r0 = call <256 x float> @llvm.vp.fma.v256f32(<256 x float> %i0, <256 x float> %i1, <256 x float> %i2, <256 x i1> %m, i32 %n)
40   ret <256 x float> %r0
43 define fastcc <256 x float> @test_vp_fma_v256f32_vvr(<256 x float> %i0, <256 x float> %i1, float %s2, <256 x i1> %m, i32 %n) {
44 ; CHECK-LABEL: test_vp_fma_v256f32_vvr:
45 ; CHECK:       # %bb.0:
46 ; CHECK-NEXT:    and %s1, %s1, (32)0
47 ; CHECK-NEXT:    lvl %s1
48 ; CHECK-NEXT:    vfmad.s %v0, %s0, %v0, %v1, %vm1
49 ; CHECK-NEXT:    b.l.t (, %s10)
50   %zins = insertelement <256 x float> undef, float %s2, i32 0
51   %i2 = shufflevector <256 x float> %zins, <256 x float> undef, <256 x i32> zeroinitializer
52   %r0 = call <256 x float> @llvm.vp.fma.v256f32(<256 x float> %i0, <256 x float> %i1, <256 x float> %i2, <256 x i1> %m, i32 %n)
53   ret <256 x float> %r0
56 declare <256 x double> @llvm.vp.fma.v256f64(<256 x double>, <256 x double>, <256 x double>, <256 x i1>, i32)
58 define fastcc <256 x double> @test_vp_fma_v256f64_vvv(<256 x double> %i0, <256 x double> %i1, <256 x double> %i2, <256 x i1> %m, i32 %n) {
59 ; CHECK-LABEL: test_vp_fma_v256f64_vvv:
60 ; CHECK:       # %bb.0:
61 ; CHECK-NEXT:    and %s0, %s0, (32)0
62 ; CHECK-NEXT:    lvl %s0
63 ; CHECK-NEXT:    vfmad.d %v0, %v2, %v0, %v1, %vm1
64 ; CHECK-NEXT:    b.l.t (, %s10)
65   %r0 = call <256 x double> @llvm.vp.fma.v256f64(<256 x double> %i0, <256 x double> %i1, <256 x double> %i2, <256 x i1> %m, i32 %n)
66   ret <256 x double> %r0
69 define fastcc <256 x double> @test_vp_fma_v256f64_rvv(double %s0, <256 x double> %i1, <256 x double> %i2, <256 x i1> %m, i32 %n) {
70 ; CHECK-LABEL: test_vp_fma_v256f64_rvv:
71 ; CHECK:       # %bb.0:
72 ; CHECK-NEXT:    and %s1, %s1, (32)0
73 ; CHECK-NEXT:    lvl %s1
74 ; CHECK-NEXT:    vfmad.d %v0, %v1, %s0, %v0, %vm1
75 ; CHECK-NEXT:    b.l.t (, %s10)
76   %xins = insertelement <256 x double> undef, double %s0, i32 0
77   %i0 = shufflevector <256 x double> %xins, <256 x double> undef, <256 x i32> zeroinitializer
78   %r0 = call <256 x double> @llvm.vp.fma.v256f64(<256 x double> %i0, <256 x double> %i1, <256 x double> %i2, <256 x i1> %m, i32 %n)
79   ret <256 x double> %r0
82 define fastcc <256 x double> @test_vp_fma_v256f64_vrv(<256 x double> %i0, double %s1, <256 x double> %i2, <256 x i1> %m, i32 %n) {
83 ; CHECK-LABEL: test_vp_fma_v256f64_vrv:
84 ; CHECK:       # %bb.0:
85 ; CHECK-NEXT:    and %s1, %s1, (32)0
86 ; CHECK-NEXT:    lvl %s1
87 ; CHECK-NEXT:    vfmad.d %v0, %v1, %s0, %v0, %vm1
88 ; CHECK-NEXT:    b.l.t (, %s10)
89   %yins = insertelement <256 x double> undef, double %s1, i32 0
90   %i1 = shufflevector <256 x double> %yins, <256 x double> undef, <256 x i32> zeroinitializer
91   %r0 = call <256 x double> @llvm.vp.fma.v256f64(<256 x double> %i0, <256 x double> %i1, <256 x double> %i2, <256 x i1> %m, i32 %n)
92   ret <256 x double> %r0
95 define fastcc <256 x double> @test_vp_fma_v256f64_vvr(<256 x double> %i0, <256 x double> %i1, double %s2, <256 x i1> %m, i32 %n) {
96 ; CHECK-LABEL: test_vp_fma_v256f64_vvr:
97 ; CHECK:       # %bb.0:
98 ; CHECK-NEXT:    and %s1, %s1, (32)0
99 ; CHECK-NEXT:    lvl %s1
100 ; CHECK-NEXT:    vfmad.d %v0, %s0, %v0, %v1, %vm1
101 ; CHECK-NEXT:    b.l.t (, %s10)
102   %zins = insertelement <256 x double> undef, double %s2, i32 0
103   %i2 = shufflevector <256 x double> %zins, <256 x double> undef, <256 x i32> zeroinitializer
104   %r0 = call <256 x double> @llvm.vp.fma.v256f64(<256 x double> %i0, <256 x double> %i1, <256 x double> %i2, <256 x i1> %m, i32 %n)
105   ret <256 x double> %r0