; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc -mtriple=riscv64 -mattr=+v,+d,+zfh,+experimental-zvfh -verify-machineinstrs \ ; RUN: < %s | FileCheck %s declare <vscale x 1 x i8> @llvm.riscv.vrgather.vv.nxv1i8.i64( <vscale x 1 x i8>, <vscale x 1 x i8>, <vscale x 1 x i8>, i64); define <vscale x 1 x i8> @intrinsic_vrgather_vv_nxv1i8_nxv1i8_nxv1i8(<vscale x 1 x i8> %0, <vscale x 1 x i8> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv1i8_nxv1i8_nxv1i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf8, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i8> @llvm.riscv.vrgather.vv.nxv1i8.i64( <vscale x 1 x i8> undef, <vscale x 1 x i8> %0, <vscale x 1 x i8> %1, i64 %2) ret <vscale x 1 x i8> %a } declare <vscale x 1 x i8> @llvm.riscv.vrgather.vv.mask.nxv1i8.i64( <vscale x 1 x i8>, <vscale x 1 x i8>, <vscale x 1 x i8>, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i8> @intrinsic_vrgather_mask_vv_nxv1i8_nxv1i8_nxv1i8(<vscale x 1 x i8> %0, <vscale x 1 x i8> %1, <vscale x 1 x i8> %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv1i8_nxv1i8_nxv1i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i8> @llvm.riscv.vrgather.vv.mask.nxv1i8.i64( <vscale x 1 x i8> %0, <vscale x 1 x i8> %1, <vscale x 1 x i8> %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i8> %a } declare <vscale x 2 x i8> @llvm.riscv.vrgather.vv.nxv2i8.i64( <vscale x 2 x i8>, <vscale x 2 x i8>, <vscale x 2 x i8>, i64); define <vscale x 2 x i8> @intrinsic_vrgather_vv_nxv2i8_nxv2i8_nxv2i8(<vscale x 2 x i8> %0, <vscale x 2 x i8> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv2i8_nxv2i8_nxv2i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf4, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i8> @llvm.riscv.vrgather.vv.nxv2i8.i64( <vscale x 2 x i8> undef, <vscale x 2 x i8> %0, <vscale x 2 x i8> %1, i64 %2) ret <vscale x 2 x i8> %a } declare <vscale x 2 x i8> @llvm.riscv.vrgather.vv.mask.nxv2i8.i64( <vscale x 2 x i8>, <vscale x 2 x i8>, <vscale x 2 x i8>, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i8> @intrinsic_vrgather_mask_vv_nxv2i8_nxv2i8_nxv2i8(<vscale x 2 x i8> %0, <vscale x 2 x i8> %1, <vscale x 2 x i8> %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv2i8_nxv2i8_nxv2i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i8> @llvm.riscv.vrgather.vv.mask.nxv2i8.i64( <vscale x 2 x i8> %0, <vscale x 2 x i8> %1, <vscale x 2 x i8> %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i8> %a } declare <vscale x 4 x i8> @llvm.riscv.vrgather.vv.nxv4i8.i64( <vscale x 4 x i8>, <vscale x 4 x i8>, <vscale x 4 x i8>, i64); define <vscale x 4 x i8> @intrinsic_vrgather_vv_nxv4i8_nxv4i8_nxv4i8(<vscale x 4 x i8> %0, <vscale x 4 x i8> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv4i8_nxv4i8_nxv4i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i8> @llvm.riscv.vrgather.vv.nxv4i8.i64( <vscale x 4 x i8> undef, <vscale x 4 x i8> %0, <vscale x 4 x i8> %1, i64 %2) ret <vscale x 4 x i8> %a } declare <vscale x 4 x i8> @llvm.riscv.vrgather.vv.mask.nxv4i8.i64( <vscale x 4 x i8>, <vscale x 4 x i8>, <vscale x 4 x i8>, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i8> @intrinsic_vrgather_mask_vv_nxv4i8_nxv4i8_nxv4i8(<vscale x 4 x i8> %0, <vscale x 4 x i8> %1, <vscale x 4 x i8> %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv4i8_nxv4i8_nxv4i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i8> @llvm.riscv.vrgather.vv.mask.nxv4i8.i64( <vscale x 4 x i8> %0, <vscale x 4 x i8> %1, <vscale x 4 x i8> %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i8> %a } declare <vscale x 8 x i8> @llvm.riscv.vrgather.vv.nxv8i8.i64( <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, i64); define <vscale x 8 x i8> @intrinsic_vrgather_vv_nxv8i8_nxv8i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 8 x i8> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv8i8_nxv8i8_nxv8i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m1, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i8> @llvm.riscv.vrgather.vv.nxv8i8.i64( <vscale x 8 x i8> undef, <vscale x 8 x i8> %0, <vscale x 8 x i8> %1, i64 %2) ret <vscale x 8 x i8> %a } declare <vscale x 8 x i8> @llvm.riscv.vrgather.vv.mask.nxv8i8.i64( <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i8>, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i8> @intrinsic_vrgather_mask_vv_nxv8i8_nxv8i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 8 x i8> %1, <vscale x 8 x i8> %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv8i8_nxv8i8_nxv8i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m1, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i8> @llvm.riscv.vrgather.vv.mask.nxv8i8.i64( <vscale x 8 x i8> %0, <vscale x 8 x i8> %1, <vscale x 8 x i8> %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i8> %a } declare <vscale x 16 x i8> @llvm.riscv.vrgather.vv.nxv16i8.i64( <vscale x 16 x i8>, <vscale x 16 x i8>, <vscale x 16 x i8>, i64); define <vscale x 16 x i8> @intrinsic_vrgather_vv_nxv16i8_nxv16i8_nxv16i8(<vscale x 16 x i8> %0, <vscale x 16 x i8> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv16i8_nxv16i8_nxv16i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m2, ta, mu ; CHECK-NEXT: vrgather.vv v12, v8, v10 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i8> @llvm.riscv.vrgather.vv.nxv16i8.i64( <vscale x 16 x i8> undef, <vscale x 16 x i8> %0, <vscale x 16 x i8> %1, i64 %2) ret <vscale x 16 x i8> %a } declare <vscale x 16 x i8> @llvm.riscv.vrgather.vv.mask.nxv16i8.i64( <vscale x 16 x i8>, <vscale x 16 x i8>, <vscale x 16 x i8>, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x i8> @intrinsic_vrgather_mask_vv_nxv16i8_nxv16i8_nxv16i8(<vscale x 16 x i8> %0, <vscale x 16 x i8> %1, <vscale x 16 x i8> %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv16i8_nxv16i8_nxv16i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v10, v12, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i8> @llvm.riscv.vrgather.vv.mask.nxv16i8.i64( <vscale x 16 x i8> %0, <vscale x 16 x i8> %1, <vscale x 16 x i8> %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x i8> %a } declare <vscale x 32 x i8> @llvm.riscv.vrgather.vv.nxv32i8.i64( <vscale x 32 x i8>, <vscale x 32 x i8>, <vscale x 32 x i8>, i64); define <vscale x 32 x i8> @intrinsic_vrgather_vv_nxv32i8_nxv32i8_nxv32i8(<vscale x 32 x i8> %0, <vscale x 32 x i8> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv32i8_nxv32i8_nxv32i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m4, ta, mu ; CHECK-NEXT: vrgather.vv v16, v8, v12 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i8> @llvm.riscv.vrgather.vv.nxv32i8.i64( <vscale x 32 x i8> undef, <vscale x 32 x i8> %0, <vscale x 32 x i8> %1, i64 %2) ret <vscale x 32 x i8> %a } declare <vscale x 32 x i8> @llvm.riscv.vrgather.vv.mask.nxv32i8.i64( <vscale x 32 x i8>, <vscale x 32 x i8>, <vscale x 32 x i8>, <vscale x 32 x i1>, i64, i64); define <vscale x 32 x i8> @intrinsic_vrgather_mask_vv_nxv32i8_nxv32i8_nxv32i8(<vscale x 32 x i8> %0, <vscale x 32 x i8> %1, <vscale x 32 x i8> %2, <vscale x 32 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv32i8_nxv32i8_nxv32i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v12, v16, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i8> @llvm.riscv.vrgather.vv.mask.nxv32i8.i64( <vscale x 32 x i8> %0, <vscale x 32 x i8> %1, <vscale x 32 x i8> %2, <vscale x 32 x i1> %3, i64 %4, i64 1) ret <vscale x 32 x i8> %a } declare <vscale x 64 x i8> @llvm.riscv.vrgather.vv.nxv64i8.i64( <vscale x 64 x i8>, <vscale x 64 x i8>, <vscale x 64 x i8>, i64); define <vscale x 64 x i8> @intrinsic_vrgather_vv_nxv64i8_nxv64i8_nxv64i8(<vscale x 64 x i8> %0, <vscale x 64 x i8> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv64i8_nxv64i8_nxv64i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m8, ta, mu ; CHECK-NEXT: vrgather.vv v24, v8, v16 ; CHECK-NEXT: vmv.v.v v8, v24 ; CHECK-NEXT: ret entry: %a = call <vscale x 64 x i8> @llvm.riscv.vrgather.vv.nxv64i8.i64( <vscale x 64 x i8> undef, <vscale x 64 x i8> %0, <vscale x 64 x i8> %1, i64 %2) ret <vscale x 64 x i8> %a } declare <vscale x 64 x i8> @llvm.riscv.vrgather.vv.mask.nxv64i8.i64( <vscale x 64 x i8>, <vscale x 64 x i8>, <vscale x 64 x i8>, <vscale x 64 x i1>, i64, i64); define <vscale x 64 x i8> @intrinsic_vrgather_mask_vv_nxv64i8_nxv64i8_nxv64i8(<vscale x 64 x i8> %0, <vscale x 64 x i8> %1, <vscale x 64 x i8> %2, <vscale x 64 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv64i8_nxv64i8_nxv64i8: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vl8r.v v24, (a0) ; CHECK-NEXT: vsetvli zero, a1, e8, m8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v16, v24, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 64 x i8> @llvm.riscv.vrgather.vv.mask.nxv64i8.i64( <vscale x 64 x i8> %0, <vscale x 64 x i8> %1, <vscale x 64 x i8> %2, <vscale x 64 x i1> %3, i64 %4, i64 1) ret <vscale x 64 x i8> %a } declare <vscale x 1 x i16> @llvm.riscv.vrgather.vv.nxv1i16.i64( <vscale x 1 x i16>, <vscale x 1 x i16>, <vscale x 1 x i16>, i64); define <vscale x 1 x i16> @intrinsic_vrgather_vv_nxv1i16_nxv1i16_nxv1i16(<vscale x 1 x i16> %0, <vscale x 1 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv1i16_nxv1i16_nxv1i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i16> @llvm.riscv.vrgather.vv.nxv1i16.i64( <vscale x 1 x i16> undef, <vscale x 1 x i16> %0, <vscale x 1 x i16> %1, i64 %2) ret <vscale x 1 x i16> %a } declare <vscale x 1 x i16> @llvm.riscv.vrgather.vv.mask.nxv1i16.i64( <vscale x 1 x i16>, <vscale x 1 x i16>, <vscale x 1 x i16>, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i16> @intrinsic_vrgather_mask_vv_nxv1i16_nxv1i16_nxv1i16(<vscale x 1 x i16> %0, <vscale x 1 x i16> %1, <vscale x 1 x i16> %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv1i16_nxv1i16_nxv1i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i16> @llvm.riscv.vrgather.vv.mask.nxv1i16.i64( <vscale x 1 x i16> %0, <vscale x 1 x i16> %1, <vscale x 1 x i16> %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i16> %a } declare <vscale x 2 x i16> @llvm.riscv.vrgather.vv.nxv2i16.i64( <vscale x 2 x i16>, <vscale x 2 x i16>, <vscale x 2 x i16>, i64); define <vscale x 2 x i16> @intrinsic_vrgather_vv_nxv2i16_nxv2i16_nxv2i16(<vscale x 2 x i16> %0, <vscale x 2 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv2i16_nxv2i16_nxv2i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i16> @llvm.riscv.vrgather.vv.nxv2i16.i64( <vscale x 2 x i16> undef, <vscale x 2 x i16> %0, <vscale x 2 x i16> %1, i64 %2) ret <vscale x 2 x i16> %a } declare <vscale x 2 x i16> @llvm.riscv.vrgather.vv.mask.nxv2i16.i64( <vscale x 2 x i16>, <vscale x 2 x i16>, <vscale x 2 x i16>, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i16> @intrinsic_vrgather_mask_vv_nxv2i16_nxv2i16_nxv2i16(<vscale x 2 x i16> %0, <vscale x 2 x i16> %1, <vscale x 2 x i16> %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv2i16_nxv2i16_nxv2i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i16> @llvm.riscv.vrgather.vv.mask.nxv2i16.i64( <vscale x 2 x i16> %0, <vscale x 2 x i16> %1, <vscale x 2 x i16> %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i16> %a } declare <vscale x 4 x i16> @llvm.riscv.vrgather.vv.nxv4i16.i64( <vscale x 4 x i16>, <vscale x 4 x i16>, <vscale x 4 x i16>, i64); define <vscale x 4 x i16> @intrinsic_vrgather_vv_nxv4i16_nxv4i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 4 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv4i16_nxv4i16_nxv4i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i16> @llvm.riscv.vrgather.vv.nxv4i16.i64( <vscale x 4 x i16> undef, <vscale x 4 x i16> %0, <vscale x 4 x i16> %1, i64 %2) ret <vscale x 4 x i16> %a } declare <vscale x 4 x i16> @llvm.riscv.vrgather.vv.mask.nxv4i16.i64( <vscale x 4 x i16>, <vscale x 4 x i16>, <vscale x 4 x i16>, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i16> @intrinsic_vrgather_mask_vv_nxv4i16_nxv4i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 4 x i16> %1, <vscale x 4 x i16> %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv4i16_nxv4i16_nxv4i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i16> @llvm.riscv.vrgather.vv.mask.nxv4i16.i64( <vscale x 4 x i16> %0, <vscale x 4 x i16> %1, <vscale x 4 x i16> %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i16> %a } declare <vscale x 8 x i16> @llvm.riscv.vrgather.vv.nxv8i16.i64( <vscale x 8 x i16>, <vscale x 8 x i16>, <vscale x 8 x i16>, i64); define <vscale x 8 x i16> @intrinsic_vrgather_vv_nxv8i16_nxv8i16_nxv8i16(<vscale x 8 x i16> %0, <vscale x 8 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv8i16_nxv8i16_nxv8i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vv v12, v8, v10 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i16> @llvm.riscv.vrgather.vv.nxv8i16.i64( <vscale x 8 x i16> undef, <vscale x 8 x i16> %0, <vscale x 8 x i16> %1, i64 %2) ret <vscale x 8 x i16> %a } declare <vscale x 8 x i16> @llvm.riscv.vrgather.vv.mask.nxv8i16.i64( <vscale x 8 x i16>, <vscale x 8 x i16>, <vscale x 8 x i16>, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i16> @intrinsic_vrgather_mask_vv_nxv8i16_nxv8i16_nxv8i16(<vscale x 8 x i16> %0, <vscale x 8 x i16> %1, <vscale x 8 x i16> %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv8i16_nxv8i16_nxv8i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v10, v12, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i16> @llvm.riscv.vrgather.vv.mask.nxv8i16.i64( <vscale x 8 x i16> %0, <vscale x 8 x i16> %1, <vscale x 8 x i16> %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i16> %a } declare <vscale x 16 x i16> @llvm.riscv.vrgather.vv.nxv16i16.i64( <vscale x 16 x i16>, <vscale x 16 x i16>, <vscale x 16 x i16>, i64); define <vscale x 16 x i16> @intrinsic_vrgather_vv_nxv16i16_nxv16i16_nxv16i16(<vscale x 16 x i16> %0, <vscale x 16 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv16i16_nxv16i16_nxv16i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vv v16, v8, v12 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i16> @llvm.riscv.vrgather.vv.nxv16i16.i64( <vscale x 16 x i16> undef, <vscale x 16 x i16> %0, <vscale x 16 x i16> %1, i64 %2) ret <vscale x 16 x i16> %a } declare <vscale x 16 x i16> @llvm.riscv.vrgather.vv.mask.nxv16i16.i64( <vscale x 16 x i16>, <vscale x 16 x i16>, <vscale x 16 x i16>, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x i16> @intrinsic_vrgather_mask_vv_nxv16i16_nxv16i16_nxv16i16(<vscale x 16 x i16> %0, <vscale x 16 x i16> %1, <vscale x 16 x i16> %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv16i16_nxv16i16_nxv16i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v12, v16, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i16> @llvm.riscv.vrgather.vv.mask.nxv16i16.i64( <vscale x 16 x i16> %0, <vscale x 16 x i16> %1, <vscale x 16 x i16> %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x i16> %a } declare <vscale x 32 x i16> @llvm.riscv.vrgather.vv.nxv32i16.i64( <vscale x 32 x i16>, <vscale x 32 x i16>, <vscale x 32 x i16>, i64); define <vscale x 32 x i16> @intrinsic_vrgather_vv_nxv32i16_nxv32i16_nxv32i16(<vscale x 32 x i16> %0, <vscale x 32 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv32i16_nxv32i16_nxv32i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vv v24, v8, v16 ; CHECK-NEXT: vmv.v.v v8, v24 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i16> @llvm.riscv.vrgather.vv.nxv32i16.i64( <vscale x 32 x i16> undef, <vscale x 32 x i16> %0, <vscale x 32 x i16> %1, i64 %2) ret <vscale x 32 x i16> %a } declare <vscale x 32 x i16> @llvm.riscv.vrgather.vv.mask.nxv32i16.i64( <vscale x 32 x i16>, <vscale x 32 x i16>, <vscale x 32 x i16>, <vscale x 32 x i1>, i64, i64); define <vscale x 32 x i16> @intrinsic_vrgather_mask_vv_nxv32i16_nxv32i16_nxv32i16(<vscale x 32 x i16> %0, <vscale x 32 x i16> %1, <vscale x 32 x i16> %2, <vscale x 32 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv32i16_nxv32i16_nxv32i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vl8re16.v v24, (a0) ; CHECK-NEXT: vsetvli zero, a1, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v16, v24, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i16> @llvm.riscv.vrgather.vv.mask.nxv32i16.i64( <vscale x 32 x i16> %0, <vscale x 32 x i16> %1, <vscale x 32 x i16> %2, <vscale x 32 x i1> %3, i64 %4, i64 1) ret <vscale x 32 x i16> %a } declare <vscale x 1 x i32> @llvm.riscv.vrgather.vv.nxv1i32.i64( <vscale x 1 x i32>, <vscale x 1 x i32>, <vscale x 1 x i32>, i64); define <vscale x 1 x i32> @intrinsic_vrgather_vv_nxv1i32_nxv1i32_nxv1i32(<vscale x 1 x i32> %0, <vscale x 1 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv1i32_nxv1i32_nxv1i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i32> @llvm.riscv.vrgather.vv.nxv1i32.i64( <vscale x 1 x i32> undef, <vscale x 1 x i32> %0, <vscale x 1 x i32> %1, i64 %2) ret <vscale x 1 x i32> %a } declare <vscale x 1 x i32> @llvm.riscv.vrgather.vv.mask.nxv1i32.i64( <vscale x 1 x i32>, <vscale x 1 x i32>, <vscale x 1 x i32>, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i32> @intrinsic_vrgather_mask_vv_nxv1i32_nxv1i32_nxv1i32(<vscale x 1 x i32> %0, <vscale x 1 x i32> %1, <vscale x 1 x i32> %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv1i32_nxv1i32_nxv1i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i32> @llvm.riscv.vrgather.vv.mask.nxv1i32.i64( <vscale x 1 x i32> %0, <vscale x 1 x i32> %1, <vscale x 1 x i32> %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i32> %a } declare <vscale x 2 x i32> @llvm.riscv.vrgather.vv.nxv2i32.i64( <vscale x 2 x i32>, <vscale x 2 x i32>, <vscale x 2 x i32>, i64); define <vscale x 2 x i32> @intrinsic_vrgather_vv_nxv2i32_nxv2i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 2 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv2i32_nxv2i32_nxv2i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i32> @llvm.riscv.vrgather.vv.nxv2i32.i64( <vscale x 2 x i32> undef, <vscale x 2 x i32> %0, <vscale x 2 x i32> %1, i64 %2) ret <vscale x 2 x i32> %a } declare <vscale x 2 x i32> @llvm.riscv.vrgather.vv.mask.nxv2i32.i64( <vscale x 2 x i32>, <vscale x 2 x i32>, <vscale x 2 x i32>, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i32> @intrinsic_vrgather_mask_vv_nxv2i32_nxv2i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 2 x i32> %1, <vscale x 2 x i32> %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv2i32_nxv2i32_nxv2i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i32> @llvm.riscv.vrgather.vv.mask.nxv2i32.i64( <vscale x 2 x i32> %0, <vscale x 2 x i32> %1, <vscale x 2 x i32> %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i32> %a } declare <vscale x 4 x i32> @llvm.riscv.vrgather.vv.nxv4i32.i64( <vscale x 4 x i32>, <vscale x 4 x i32>, <vscale x 4 x i32>, i64); define <vscale x 4 x i32> @intrinsic_vrgather_vv_nxv4i32_nxv4i32_nxv4i32(<vscale x 4 x i32> %0, <vscale x 4 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv4i32_nxv4i32_nxv4i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vv v12, v8, v10 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i32> @llvm.riscv.vrgather.vv.nxv4i32.i64( <vscale x 4 x i32> undef, <vscale x 4 x i32> %0, <vscale x 4 x i32> %1, i64 %2) ret <vscale x 4 x i32> %a } declare <vscale x 4 x i32> @llvm.riscv.vrgather.vv.mask.nxv4i32.i64( <vscale x 4 x i32>, <vscale x 4 x i32>, <vscale x 4 x i32>, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i32> @intrinsic_vrgather_mask_vv_nxv4i32_nxv4i32_nxv4i32(<vscale x 4 x i32> %0, <vscale x 4 x i32> %1, <vscale x 4 x i32> %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv4i32_nxv4i32_nxv4i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v10, v12, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i32> @llvm.riscv.vrgather.vv.mask.nxv4i32.i64( <vscale x 4 x i32> %0, <vscale x 4 x i32> %1, <vscale x 4 x i32> %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i32> %a } declare <vscale x 8 x i32> @llvm.riscv.vrgather.vv.nxv8i32.i64( <vscale x 8 x i32>, <vscale x 8 x i32>, <vscale x 8 x i32>, i64); define <vscale x 8 x i32> @intrinsic_vrgather_vv_nxv8i32_nxv8i32_nxv8i32(<vscale x 8 x i32> %0, <vscale x 8 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv8i32_nxv8i32_nxv8i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vv v16, v8, v12 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i32> @llvm.riscv.vrgather.vv.nxv8i32.i64( <vscale x 8 x i32> undef, <vscale x 8 x i32> %0, <vscale x 8 x i32> %1, i64 %2) ret <vscale x 8 x i32> %a } declare <vscale x 8 x i32> @llvm.riscv.vrgather.vv.mask.nxv8i32.i64( <vscale x 8 x i32>, <vscale x 8 x i32>, <vscale x 8 x i32>, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i32> @intrinsic_vrgather_mask_vv_nxv8i32_nxv8i32_nxv8i32(<vscale x 8 x i32> %0, <vscale x 8 x i32> %1, <vscale x 8 x i32> %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv8i32_nxv8i32_nxv8i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v12, v16, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i32> @llvm.riscv.vrgather.vv.mask.nxv8i32.i64( <vscale x 8 x i32> %0, <vscale x 8 x i32> %1, <vscale x 8 x i32> %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i32> %a } declare <vscale x 16 x i32> @llvm.riscv.vrgather.vv.nxv16i32.i64( <vscale x 16 x i32>, <vscale x 16 x i32>, <vscale x 16 x i32>, i64); define <vscale x 16 x i32> @intrinsic_vrgather_vv_nxv16i32_nxv16i32_nxv16i32(<vscale x 16 x i32> %0, <vscale x 16 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv16i32_nxv16i32_nxv16i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vv v24, v8, v16 ; CHECK-NEXT: vmv.v.v v8, v24 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i32> @llvm.riscv.vrgather.vv.nxv16i32.i64( <vscale x 16 x i32> undef, <vscale x 16 x i32> %0, <vscale x 16 x i32> %1, i64 %2) ret <vscale x 16 x i32> %a } declare <vscale x 16 x i32> @llvm.riscv.vrgather.vv.mask.nxv16i32.i64( <vscale x 16 x i32>, <vscale x 16 x i32>, <vscale x 16 x i32>, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x i32> @intrinsic_vrgather_mask_vv_nxv16i32_nxv16i32_nxv16i32(<vscale x 16 x i32> %0, <vscale x 16 x i32> %1, <vscale x 16 x i32> %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv16i32_nxv16i32_nxv16i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vl8re32.v v24, (a0) ; CHECK-NEXT: vsetvli zero, a1, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v16, v24, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i32> @llvm.riscv.vrgather.vv.mask.nxv16i32.i64( <vscale x 16 x i32> %0, <vscale x 16 x i32> %1, <vscale x 16 x i32> %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x i32> %a } declare <vscale x 1 x i64> @llvm.riscv.vrgather.vv.nxv1i64.i64( <vscale x 1 x i64>, <vscale x 1 x i64>, <vscale x 1 x i64>, i64); define <vscale x 1 x i64> @intrinsic_vrgather_vv_nxv1i64_nxv1i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 1 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv1i64_nxv1i64_nxv1i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i64> @llvm.riscv.vrgather.vv.nxv1i64.i64( <vscale x 1 x i64> undef, <vscale x 1 x i64> %0, <vscale x 1 x i64> %1, i64 %2) ret <vscale x 1 x i64> %a } declare <vscale x 1 x i64> @llvm.riscv.vrgather.vv.mask.nxv1i64.i64( <vscale x 1 x i64>, <vscale x 1 x i64>, <vscale x 1 x i64>, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i64> @intrinsic_vrgather_mask_vv_nxv1i64_nxv1i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 1 x i64> %1, <vscale x 1 x i64> %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv1i64_nxv1i64_nxv1i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i64> @llvm.riscv.vrgather.vv.mask.nxv1i64.i64( <vscale x 1 x i64> %0, <vscale x 1 x i64> %1, <vscale x 1 x i64> %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i64> %a } declare <vscale x 2 x i64> @llvm.riscv.vrgather.vv.nxv2i64.i64( <vscale x 2 x i64>, <vscale x 2 x i64>, <vscale x 2 x i64>, i64); define <vscale x 2 x i64> @intrinsic_vrgather_vv_nxv2i64_nxv2i64_nxv2i64(<vscale x 2 x i64> %0, <vscale x 2 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv2i64_nxv2i64_nxv2i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vv v12, v8, v10 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i64> @llvm.riscv.vrgather.vv.nxv2i64.i64( <vscale x 2 x i64> undef, <vscale x 2 x i64> %0, <vscale x 2 x i64> %1, i64 %2) ret <vscale x 2 x i64> %a } declare <vscale x 2 x i64> @llvm.riscv.vrgather.vv.mask.nxv2i64.i64( <vscale x 2 x i64>, <vscale x 2 x i64>, <vscale x 2 x i64>, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i64> @intrinsic_vrgather_mask_vv_nxv2i64_nxv2i64_nxv2i64(<vscale x 2 x i64> %0, <vscale x 2 x i64> %1, <vscale x 2 x i64> %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv2i64_nxv2i64_nxv2i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v10, v12, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i64> @llvm.riscv.vrgather.vv.mask.nxv2i64.i64( <vscale x 2 x i64> %0, <vscale x 2 x i64> %1, <vscale x 2 x i64> %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i64> %a } declare <vscale x 4 x i64> @llvm.riscv.vrgather.vv.nxv4i64.i64( <vscale x 4 x i64>, <vscale x 4 x i64>, <vscale x 4 x i64>, i64); define <vscale x 4 x i64> @intrinsic_vrgather_vv_nxv4i64_nxv4i64_nxv4i64(<vscale x 4 x i64> %0, <vscale x 4 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv4i64_nxv4i64_nxv4i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vv v16, v8, v12 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i64> @llvm.riscv.vrgather.vv.nxv4i64.i64( <vscale x 4 x i64> undef, <vscale x 4 x i64> %0, <vscale x 4 x i64> %1, i64 %2) ret <vscale x 4 x i64> %a } declare <vscale x 4 x i64> @llvm.riscv.vrgather.vv.mask.nxv4i64.i64( <vscale x 4 x i64>, <vscale x 4 x i64>, <vscale x 4 x i64>, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i64> @intrinsic_vrgather_mask_vv_nxv4i64_nxv4i64_nxv4i64(<vscale x 4 x i64> %0, <vscale x 4 x i64> %1, <vscale x 4 x i64> %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv4i64_nxv4i64_nxv4i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v12, v16, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i64> @llvm.riscv.vrgather.vv.mask.nxv4i64.i64( <vscale x 4 x i64> %0, <vscale x 4 x i64> %1, <vscale x 4 x i64> %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i64> %a } declare <vscale x 8 x i64> @llvm.riscv.vrgather.vv.nxv8i64.i64( <vscale x 8 x i64>, <vscale x 8 x i64>, <vscale x 8 x i64>, i64); define <vscale x 8 x i64> @intrinsic_vrgather_vv_nxv8i64_nxv8i64_nxv8i64(<vscale x 8 x i64> %0, <vscale x 8 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv8i64_nxv8i64_nxv8i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vv v24, v8, v16 ; CHECK-NEXT: vmv.v.v v8, v24 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i64> @llvm.riscv.vrgather.vv.nxv8i64.i64( <vscale x 8 x i64> undef, <vscale x 8 x i64> %0, <vscale x 8 x i64> %1, i64 %2) ret <vscale x 8 x i64> %a } declare <vscale x 8 x i64> @llvm.riscv.vrgather.vv.mask.nxv8i64.i64( <vscale x 8 x i64>, <vscale x 8 x i64>, <vscale x 8 x i64>, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i64> @intrinsic_vrgather_mask_vv_nxv8i64_nxv8i64_nxv8i64(<vscale x 8 x i64> %0, <vscale x 8 x i64> %1, <vscale x 8 x i64> %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv8i64_nxv8i64_nxv8i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vl8re64.v v24, (a0) ; CHECK-NEXT: vsetvli zero, a1, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v16, v24, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i64> @llvm.riscv.vrgather.vv.mask.nxv8i64.i64( <vscale x 8 x i64> %0, <vscale x 8 x i64> %1, <vscale x 8 x i64> %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i64> %a } declare <vscale x 1 x half> @llvm.riscv.vrgather.vv.nxv1f16.i64( <vscale x 1 x half>, <vscale x 1 x half>, <vscale x 1 x i16>, i64); define <vscale x 1 x half> @intrinsic_vrgather_vv_nxv1f16_nxv1f16_nxv1i16(<vscale x 1 x half> %0, <vscale x 1 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv1f16_nxv1f16_nxv1i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x half> @llvm.riscv.vrgather.vv.nxv1f16.i64( <vscale x 1 x half> undef, <vscale x 1 x half> %0, <vscale x 1 x i16> %1, i64 %2) ret <vscale x 1 x half> %a } declare <vscale x 1 x half> @llvm.riscv.vrgather.vv.mask.nxv1f16.i64( <vscale x 1 x half>, <vscale x 1 x half>, <vscale x 1 x i16>, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x half> @intrinsic_vrgather_mask_vv_nxv1f16_nxv1f16_nxv1i16(<vscale x 1 x half> %0, <vscale x 1 x half> %1, <vscale x 1 x i16> %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv1f16_nxv1f16_nxv1i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x half> @llvm.riscv.vrgather.vv.mask.nxv1f16.i64( <vscale x 1 x half> %0, <vscale x 1 x half> %1, <vscale x 1 x i16> %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x half> %a } declare <vscale x 2 x half> @llvm.riscv.vrgather.vv.nxv2f16.i64( <vscale x 2 x half>, <vscale x 2 x half>, <vscale x 2 x i16>, i64); define <vscale x 2 x half> @intrinsic_vrgather_vv_nxv2f16_nxv2f16_nxv2i16(<vscale x 2 x half> %0, <vscale x 2 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv2f16_nxv2f16_nxv2i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x half> @llvm.riscv.vrgather.vv.nxv2f16.i64( <vscale x 2 x half> undef, <vscale x 2 x half> %0, <vscale x 2 x i16> %1, i64 %2) ret <vscale x 2 x half> %a } declare <vscale x 2 x half> @llvm.riscv.vrgather.vv.mask.nxv2f16.i64( <vscale x 2 x half>, <vscale x 2 x half>, <vscale x 2 x i16>, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x half> @intrinsic_vrgather_mask_vv_nxv2f16_nxv2f16_nxv2i16(<vscale x 2 x half> %0, <vscale x 2 x half> %1, <vscale x 2 x i16> %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv2f16_nxv2f16_nxv2i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x half> @llvm.riscv.vrgather.vv.mask.nxv2f16.i64( <vscale x 2 x half> %0, <vscale x 2 x half> %1, <vscale x 2 x i16> %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x half> %a } declare <vscale x 4 x half> @llvm.riscv.vrgather.vv.nxv4f16.i64( <vscale x 4 x half>, <vscale x 4 x half>, <vscale x 4 x i16>, i64); define <vscale x 4 x half> @intrinsic_vrgather_vv_nxv4f16_nxv4f16_nxv4i16(<vscale x 4 x half> %0, <vscale x 4 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv4f16_nxv4f16_nxv4i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x half> @llvm.riscv.vrgather.vv.nxv4f16.i64( <vscale x 4 x half> undef, <vscale x 4 x half> %0, <vscale x 4 x i16> %1, i64 %2) ret <vscale x 4 x half> %a } declare <vscale x 4 x half> @llvm.riscv.vrgather.vv.mask.nxv4f16.i64( <vscale x 4 x half>, <vscale x 4 x half>, <vscale x 4 x i16>, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x half> @intrinsic_vrgather_mask_vv_nxv4f16_nxv4f16_nxv4i16(<vscale x 4 x half> %0, <vscale x 4 x half> %1, <vscale x 4 x i16> %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv4f16_nxv4f16_nxv4i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x half> @llvm.riscv.vrgather.vv.mask.nxv4f16.i64( <vscale x 4 x half> %0, <vscale x 4 x half> %1, <vscale x 4 x i16> %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x half> %a } declare <vscale x 8 x half> @llvm.riscv.vrgather.vv.nxv8f16.i64( <vscale x 8 x half>, <vscale x 8 x half>, <vscale x 8 x i16>, i64); define <vscale x 8 x half> @intrinsic_vrgather_vv_nxv8f16_nxv8f16_nxv8i16(<vscale x 8 x half> %0, <vscale x 8 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv8f16_nxv8f16_nxv8i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vv v12, v8, v10 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x half> @llvm.riscv.vrgather.vv.nxv8f16.i64( <vscale x 8 x half> undef, <vscale x 8 x half> %0, <vscale x 8 x i16> %1, i64 %2) ret <vscale x 8 x half> %a } declare <vscale x 8 x half> @llvm.riscv.vrgather.vv.mask.nxv8f16.i64( <vscale x 8 x half>, <vscale x 8 x half>, <vscale x 8 x i16>, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x half> @intrinsic_vrgather_mask_vv_nxv8f16_nxv8f16_nxv8i16(<vscale x 8 x half> %0, <vscale x 8 x half> %1, <vscale x 8 x i16> %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv8f16_nxv8f16_nxv8i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v10, v12, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x half> @llvm.riscv.vrgather.vv.mask.nxv8f16.i64( <vscale x 8 x half> %0, <vscale x 8 x half> %1, <vscale x 8 x i16> %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x half> %a } declare <vscale x 16 x half> @llvm.riscv.vrgather.vv.nxv16f16.i64( <vscale x 16 x half>, <vscale x 16 x half>, <vscale x 16 x i16>, i64); define <vscale x 16 x half> @intrinsic_vrgather_vv_nxv16f16_nxv16f16_nxv16i16(<vscale x 16 x half> %0, <vscale x 16 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv16f16_nxv16f16_nxv16i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vv v16, v8, v12 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x half> @llvm.riscv.vrgather.vv.nxv16f16.i64( <vscale x 16 x half> undef, <vscale x 16 x half> %0, <vscale x 16 x i16> %1, i64 %2) ret <vscale x 16 x half> %a } declare <vscale x 16 x half> @llvm.riscv.vrgather.vv.mask.nxv16f16.i64( <vscale x 16 x half>, <vscale x 16 x half>, <vscale x 16 x i16>, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x half> @intrinsic_vrgather_mask_vv_nxv16f16_nxv16f16_nxv16i16(<vscale x 16 x half> %0, <vscale x 16 x half> %1, <vscale x 16 x i16> %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv16f16_nxv16f16_nxv16i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v12, v16, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x half> @llvm.riscv.vrgather.vv.mask.nxv16f16.i64( <vscale x 16 x half> %0, <vscale x 16 x half> %1, <vscale x 16 x i16> %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x half> %a } declare <vscale x 32 x half> @llvm.riscv.vrgather.vv.nxv32f16.i64( <vscale x 32 x half>, <vscale x 32 x half>, <vscale x 32 x i16>, i64); define <vscale x 32 x half> @intrinsic_vrgather_vv_nxv32f16_nxv32f16_nxv32i16(<vscale x 32 x half> %0, <vscale x 32 x i16> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv32f16_nxv32f16_nxv32i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vv v24, v8, v16 ; CHECK-NEXT: vmv.v.v v8, v24 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x half> @llvm.riscv.vrgather.vv.nxv32f16.i64( <vscale x 32 x half> undef, <vscale x 32 x half> %0, <vscale x 32 x i16> %1, i64 %2) ret <vscale x 32 x half> %a } declare <vscale x 32 x half> @llvm.riscv.vrgather.vv.mask.nxv32f16.i64( <vscale x 32 x half>, <vscale x 32 x half>, <vscale x 32 x i16>, <vscale x 32 x i1>, i64, i64); define <vscale x 32 x half> @intrinsic_vrgather_mask_vv_nxv32f16_nxv32f16_nxv32i16(<vscale x 32 x half> %0, <vscale x 32 x half> %1, <vscale x 32 x i16> %2, <vscale x 32 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv32f16_nxv32f16_nxv32i16: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vl8re16.v v24, (a0) ; CHECK-NEXT: vsetvli zero, a1, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v16, v24, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x half> @llvm.riscv.vrgather.vv.mask.nxv32f16.i64( <vscale x 32 x half> %0, <vscale x 32 x half> %1, <vscale x 32 x i16> %2, <vscale x 32 x i1> %3, i64 %4, i64 1) ret <vscale x 32 x half> %a } declare <vscale x 1 x float> @llvm.riscv.vrgather.vv.nxv1f32.i64( <vscale x 1 x float>, <vscale x 1 x float>, <vscale x 1 x i32>, i64); define <vscale x 1 x float> @intrinsic_vrgather_vv_nxv1f32_nxv1f32_nxv1i32(<vscale x 1 x float> %0, <vscale x 1 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv1f32_nxv1f32_nxv1i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv1r.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x float> @llvm.riscv.vrgather.vv.nxv1f32.i64( <vscale x 1 x float> undef, <vscale x 1 x float> %0, <vscale x 1 x i32> %1, i64 %2) ret <vscale x 1 x float> %a } declare <vscale x 1 x float> @llvm.riscv.vrgather.vv.mask.nxv1f32.i64( <vscale x 1 x float>, <vscale x 1 x float>, <vscale x 1 x i32>, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x float> @intrinsic_vrgather_mask_vv_nxv1f32_nxv1f32_nxv1i32(<vscale x 1 x float> %0, <vscale x 1 x float> %1, <vscale x 1 x i32> %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv1f32_nxv1f32_nxv1i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x float> @llvm.riscv.vrgather.vv.mask.nxv1f32.i64( <vscale x 1 x float> %0, <vscale x 1 x float> %1, <vscale x 1 x i32> %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x float> %a } declare <vscale x 2 x float> @llvm.riscv.vrgather.vv.nxv2f32.i64( <vscale x 2 x float>, <vscale x 2 x float>, <vscale x 2 x i32>, i64); define <vscale x 2 x float> @intrinsic_vrgather_vv_nxv2f32_nxv2f32_nxv2i32(<vscale x 2 x float> %0, <vscale x 2 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv2f32_nxv2f32_nxv2i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x float> @llvm.riscv.vrgather.vv.nxv2f32.i64( <vscale x 2 x float> undef, <vscale x 2 x float> %0, <vscale x 2 x i32> %1, i64 %2) ret <vscale x 2 x float> %a } declare <vscale x 2 x float> @llvm.riscv.vrgather.vv.mask.nxv2f32.i64( <vscale x 2 x float>, <vscale x 2 x float>, <vscale x 2 x i32>, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x float> @intrinsic_vrgather_mask_vv_nxv2f32_nxv2f32_nxv2i32(<vscale x 2 x float> %0, <vscale x 2 x float> %1, <vscale x 2 x i32> %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv2f32_nxv2f32_nxv2i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x float> @llvm.riscv.vrgather.vv.mask.nxv2f32.i64( <vscale x 2 x float> %0, <vscale x 2 x float> %1, <vscale x 2 x i32> %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x float> %a } declare <vscale x 4 x float> @llvm.riscv.vrgather.vv.nxv4f32.i64( <vscale x 4 x float>, <vscale x 4 x float>, <vscale x 4 x i32>, i64); define <vscale x 4 x float> @intrinsic_vrgather_vv_nxv4f32_nxv4f32_nxv4i32(<vscale x 4 x float> %0, <vscale x 4 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv4f32_nxv4f32_nxv4i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vv v12, v8, v10 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x float> @llvm.riscv.vrgather.vv.nxv4f32.i64( <vscale x 4 x float> undef, <vscale x 4 x float> %0, <vscale x 4 x i32> %1, i64 %2) ret <vscale x 4 x float> %a } declare <vscale x 4 x float> @llvm.riscv.vrgather.vv.mask.nxv4f32.i64( <vscale x 4 x float>, <vscale x 4 x float>, <vscale x 4 x i32>, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x float> @intrinsic_vrgather_mask_vv_nxv4f32_nxv4f32_nxv4i32(<vscale x 4 x float> %0, <vscale x 4 x float> %1, <vscale x 4 x i32> %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv4f32_nxv4f32_nxv4i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v10, v12, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x float> @llvm.riscv.vrgather.vv.mask.nxv4f32.i64( <vscale x 4 x float> %0, <vscale x 4 x float> %1, <vscale x 4 x i32> %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x float> %a } declare <vscale x 8 x float> @llvm.riscv.vrgather.vv.nxv8f32.i64( <vscale x 8 x float>, <vscale x 8 x float>, <vscale x 8 x i32>, i64); define <vscale x 8 x float> @intrinsic_vrgather_vv_nxv8f32_nxv8f32_nxv8i32(<vscale x 8 x float> %0, <vscale x 8 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv8f32_nxv8f32_nxv8i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vv v16, v8, v12 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x float> @llvm.riscv.vrgather.vv.nxv8f32.i64( <vscale x 8 x float> undef, <vscale x 8 x float> %0, <vscale x 8 x i32> %1, i64 %2) ret <vscale x 8 x float> %a } declare <vscale x 8 x float> @llvm.riscv.vrgather.vv.mask.nxv8f32.i64( <vscale x 8 x float>, <vscale x 8 x float>, <vscale x 8 x i32>, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x float> @intrinsic_vrgather_mask_vv_nxv8f32_nxv8f32_nxv8i32(<vscale x 8 x float> %0, <vscale x 8 x float> %1, <vscale x 8 x i32> %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv8f32_nxv8f32_nxv8i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v12, v16, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x float> @llvm.riscv.vrgather.vv.mask.nxv8f32.i64( <vscale x 8 x float> %0, <vscale x 8 x float> %1, <vscale x 8 x i32> %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x float> %a } declare <vscale x 16 x float> @llvm.riscv.vrgather.vv.nxv16f32.i64( <vscale x 16 x float>, <vscale x 16 x float>, <vscale x 16 x i32>, i64); define <vscale x 16 x float> @intrinsic_vrgather_vv_nxv16f32_nxv16f32_nxv16i32(<vscale x 16 x float> %0, <vscale x 16 x i32> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv16f32_nxv16f32_nxv16i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vv v24, v8, v16 ; CHECK-NEXT: vmv.v.v v8, v24 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x float> @llvm.riscv.vrgather.vv.nxv16f32.i64( <vscale x 16 x float> undef, <vscale x 16 x float> %0, <vscale x 16 x i32> %1, i64 %2) ret <vscale x 16 x float> %a } declare <vscale x 16 x float> @llvm.riscv.vrgather.vv.mask.nxv16f32.i64( <vscale x 16 x float>, <vscale x 16 x float>, <vscale x 16 x i32>, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x float> @intrinsic_vrgather_mask_vv_nxv16f32_nxv16f32_nxv16i32(<vscale x 16 x float> %0, <vscale x 16 x float> %1, <vscale x 16 x i32> %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv16f32_nxv16f32_nxv16i32: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vl8re32.v v24, (a0) ; CHECK-NEXT: vsetvli zero, a1, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v16, v24, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x float> @llvm.riscv.vrgather.vv.mask.nxv16f32.i64( <vscale x 16 x float> %0, <vscale x 16 x float> %1, <vscale x 16 x i32> %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x float> %a } declare <vscale x 1 x double> @llvm.riscv.vrgather.vv.nxv1f64.i64( <vscale x 1 x double>, <vscale x 1 x double>, <vscale x 1 x i64>, i64); define <vscale x 1 x double> @intrinsic_vrgather_vv_nxv1f64_nxv1f64_nxv1i64(<vscale x 1 x double> %0, <vscale x 1 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv1f64_nxv1f64_nxv1i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vv v10, v8, v9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x double> @llvm.riscv.vrgather.vv.nxv1f64.i64( <vscale x 1 x double> undef, <vscale x 1 x double> %0, <vscale x 1 x i64> %1, i64 %2) ret <vscale x 1 x double> %a } declare <vscale x 1 x double> @llvm.riscv.vrgather.vv.mask.nxv1f64.i64( <vscale x 1 x double>, <vscale x 1 x double>, <vscale x 1 x i64>, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x double> @intrinsic_vrgather_mask_vv_nxv1f64_nxv1f64_nxv1i64(<vscale x 1 x double> %0, <vscale x 1 x double> %1, <vscale x 1 x i64> %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv1f64_nxv1f64_nxv1i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vv v8, v9, v10, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x double> @llvm.riscv.vrgather.vv.mask.nxv1f64.i64( <vscale x 1 x double> %0, <vscale x 1 x double> %1, <vscale x 1 x i64> %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x double> %a } declare <vscale x 2 x double> @llvm.riscv.vrgather.vv.nxv2f64.i64( <vscale x 2 x double>, <vscale x 2 x double>, <vscale x 2 x i64>, i64); define <vscale x 2 x double> @intrinsic_vrgather_vv_nxv2f64_nxv2f64_nxv2i64(<vscale x 2 x double> %0, <vscale x 2 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv2f64_nxv2f64_nxv2i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vv v12, v8, v10 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x double> @llvm.riscv.vrgather.vv.nxv2f64.i64( <vscale x 2 x double> undef, <vscale x 2 x double> %0, <vscale x 2 x i64> %1, i64 %2) ret <vscale x 2 x double> %a } declare <vscale x 2 x double> @llvm.riscv.vrgather.vv.mask.nxv2f64.i64( <vscale x 2 x double>, <vscale x 2 x double>, <vscale x 2 x i64>, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x double> @intrinsic_vrgather_mask_vv_nxv2f64_nxv2f64_nxv2i64(<vscale x 2 x double> %0, <vscale x 2 x double> %1, <vscale x 2 x i64> %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv2f64_nxv2f64_nxv2i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vv v8, v10, v12, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x double> @llvm.riscv.vrgather.vv.mask.nxv2f64.i64( <vscale x 2 x double> %0, <vscale x 2 x double> %1, <vscale x 2 x i64> %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x double> %a } declare <vscale x 4 x double> @llvm.riscv.vrgather.vv.nxv4f64.i64( <vscale x 4 x double>, <vscale x 4 x double>, <vscale x 4 x i64>, i64); define <vscale x 4 x double> @intrinsic_vrgather_vv_nxv4f64_nxv4f64_nxv4i64(<vscale x 4 x double> %0, <vscale x 4 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv4f64_nxv4f64_nxv4i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vv v16, v8, v12 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x double> @llvm.riscv.vrgather.vv.nxv4f64.i64( <vscale x 4 x double> undef, <vscale x 4 x double> %0, <vscale x 4 x i64> %1, i64 %2) ret <vscale x 4 x double> %a } declare <vscale x 4 x double> @llvm.riscv.vrgather.vv.mask.nxv4f64.i64( <vscale x 4 x double>, <vscale x 4 x double>, <vscale x 4 x i64>, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x double> @intrinsic_vrgather_mask_vv_nxv4f64_nxv4f64_nxv4i64(<vscale x 4 x double> %0, <vscale x 4 x double> %1, <vscale x 4 x i64> %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv4f64_nxv4f64_nxv4i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vv v8, v12, v16, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x double> @llvm.riscv.vrgather.vv.mask.nxv4f64.i64( <vscale x 4 x double> %0, <vscale x 4 x double> %1, <vscale x 4 x i64> %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x double> %a } declare <vscale x 8 x double> @llvm.riscv.vrgather.vv.nxv8f64.i64( <vscale x 8 x double>, <vscale x 8 x double>, <vscale x 8 x i64>, i64); define <vscale x 8 x double> @intrinsic_vrgather_vv_nxv8f64_nxv8f64_nxv8i64(<vscale x 8 x double> %0, <vscale x 8 x i64> %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vv_nxv8f64_nxv8f64_nxv8i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vv v24, v8, v16 ; CHECK-NEXT: vmv.v.v v8, v24 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x double> @llvm.riscv.vrgather.vv.nxv8f64.i64( <vscale x 8 x double> undef, <vscale x 8 x double> %0, <vscale x 8 x i64> %1, i64 %2) ret <vscale x 8 x double> %a } declare <vscale x 8 x double> @llvm.riscv.vrgather.vv.mask.nxv8f64.i64( <vscale x 8 x double>, <vscale x 8 x double>, <vscale x 8 x i64>, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x double> @intrinsic_vrgather_mask_vv_nxv8f64_nxv8f64_nxv8i64(<vscale x 8 x double> %0, <vscale x 8 x double> %1, <vscale x 8 x i64> %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vv_nxv8f64_nxv8f64_nxv8i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vl8re64.v v24, (a0) ; CHECK-NEXT: vsetvli zero, a1, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vv v8, v16, v24, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x double> @llvm.riscv.vrgather.vv.mask.nxv8f64.i64( <vscale x 8 x double> %0, <vscale x 8 x double> %1, <vscale x 8 x i64> %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x double> %a } declare <vscale x 1 x i8> @llvm.riscv.vrgather.vx.nxv1i8.i64( <vscale x 1 x i8>, <vscale x 1 x i8>, i64, i64); define <vscale x 1 x i8> @intrinsic_vrgather_vx_nxv1i8_nxv1i8_i64(<vscale x 1 x i8> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv1i8_nxv1i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, mf8, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i8> @llvm.riscv.vrgather.vx.nxv1i8.i64( <vscale x 1 x i8> undef, <vscale x 1 x i8> %0, i64 %1, i64 %2) ret <vscale x 1 x i8> %a } declare <vscale x 1 x i8> @llvm.riscv.vrgather.vx.mask.nxv1i8.i64( <vscale x 1 x i8>, <vscale x 1 x i8>, i64, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i8> @intrinsic_vrgather_mask_vx_nxv1i8_nxv1i8_i64(<vscale x 1 x i8> %0, <vscale x 1 x i8> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv1i8_nxv1i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, mf8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i8> @llvm.riscv.vrgather.vx.mask.nxv1i8.i64( <vscale x 1 x i8> %0, <vscale x 1 x i8> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i8> %a } declare <vscale x 2 x i8> @llvm.riscv.vrgather.vx.nxv2i8.i64( <vscale x 2 x i8>, <vscale x 2 x i8>, i64, i64); define <vscale x 2 x i8> @intrinsic_vrgather_vx_nxv2i8_nxv2i8_i64(<vscale x 2 x i8> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv2i8_nxv2i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, mf4, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i8> @llvm.riscv.vrgather.vx.nxv2i8.i64( <vscale x 2 x i8> undef, <vscale x 2 x i8> %0, i64 %1, i64 %2) ret <vscale x 2 x i8> %a } declare <vscale x 2 x i8> @llvm.riscv.vrgather.vx.mask.nxv2i8.i64( <vscale x 2 x i8>, <vscale x 2 x i8>, i64, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i8> @intrinsic_vrgather_mask_vx_nxv2i8_nxv2i8_i64(<vscale x 2 x i8> %0, <vscale x 2 x i8> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv2i8_nxv2i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, mf4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i8> @llvm.riscv.vrgather.vx.mask.nxv2i8.i64( <vscale x 2 x i8> %0, <vscale x 2 x i8> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i8> %a } declare <vscale x 4 x i8> @llvm.riscv.vrgather.vx.nxv4i8.i64( <vscale x 4 x i8>, <vscale x 4 x i8>, i64, i64); define <vscale x 4 x i8> @intrinsic_vrgather_vx_nxv4i8_nxv4i8_i64(<vscale x 4 x i8> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv4i8_nxv4i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i8> @llvm.riscv.vrgather.vx.nxv4i8.i64( <vscale x 4 x i8> undef, <vscale x 4 x i8> %0, i64 %1, i64 %2) ret <vscale x 4 x i8> %a } declare <vscale x 4 x i8> @llvm.riscv.vrgather.vx.mask.nxv4i8.i64( <vscale x 4 x i8>, <vscale x 4 x i8>, i64, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i8> @intrinsic_vrgather_mask_vx_nxv4i8_nxv4i8_i64(<vscale x 4 x i8> %0, <vscale x 4 x i8> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv4i8_nxv4i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i8> @llvm.riscv.vrgather.vx.mask.nxv4i8.i64( <vscale x 4 x i8> %0, <vscale x 4 x i8> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i8> %a } declare <vscale x 8 x i8> @llvm.riscv.vrgather.vx.nxv8i8.i64( <vscale x 8 x i8>, <vscale x 8 x i8>, i64, i64); define <vscale x 8 x i8> @intrinsic_vrgather_vx_nxv8i8_nxv8i8_i64(<vscale x 8 x i8> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv8i8_nxv8i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m1, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i8> @llvm.riscv.vrgather.vx.nxv8i8.i64( <vscale x 8 x i8> undef, <vscale x 8 x i8> %0, i64 %1, i64 %2) ret <vscale x 8 x i8> %a } declare <vscale x 8 x i8> @llvm.riscv.vrgather.vx.mask.nxv8i8.i64( <vscale x 8 x i8>, <vscale x 8 x i8>, i64, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i8> @intrinsic_vrgather_mask_vx_nxv8i8_nxv8i8_i64(<vscale x 8 x i8> %0, <vscale x 8 x i8> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv8i8_nxv8i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m1, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i8> @llvm.riscv.vrgather.vx.mask.nxv8i8.i64( <vscale x 8 x i8> %0, <vscale x 8 x i8> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i8> %a } declare <vscale x 16 x i8> @llvm.riscv.vrgather.vx.nxv16i8.i64( <vscale x 16 x i8>, <vscale x 16 x i8>, i64, i64); define <vscale x 16 x i8> @intrinsic_vrgather_vx_nxv16i8_nxv16i8_i64(<vscale x 16 x i8> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv16i8_nxv16i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m2, ta, mu ; CHECK-NEXT: vrgather.vx v10, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i8> @llvm.riscv.vrgather.vx.nxv16i8.i64( <vscale x 16 x i8> undef, <vscale x 16 x i8> %0, i64 %1, i64 %2) ret <vscale x 16 x i8> %a } declare <vscale x 16 x i8> @llvm.riscv.vrgather.vx.mask.nxv16i8.i64( <vscale x 16 x i8>, <vscale x 16 x i8>, i64, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x i8> @intrinsic_vrgather_mask_vx_nxv16i8_nxv16i8_i64(<vscale x 16 x i8> %0, <vscale x 16 x i8> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv16i8_nxv16i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v10, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i8> @llvm.riscv.vrgather.vx.mask.nxv16i8.i64( <vscale x 16 x i8> %0, <vscale x 16 x i8> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x i8> %a } declare <vscale x 32 x i8> @llvm.riscv.vrgather.vx.nxv32i8.i64( <vscale x 32 x i8>, <vscale x 32 x i8>, i64, i64); define <vscale x 32 x i8> @intrinsic_vrgather_vx_nxv32i8_nxv32i8_i64(<vscale x 32 x i8> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv32i8_nxv32i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m4, ta, mu ; CHECK-NEXT: vrgather.vx v12, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i8> @llvm.riscv.vrgather.vx.nxv32i8.i64( <vscale x 32 x i8> undef, <vscale x 32 x i8> %0, i64 %1, i64 %2) ret <vscale x 32 x i8> %a } declare <vscale x 32 x i8> @llvm.riscv.vrgather.vx.mask.nxv32i8.i64( <vscale x 32 x i8>, <vscale x 32 x i8>, i64, <vscale x 32 x i1>, i64, i64); define <vscale x 32 x i8> @intrinsic_vrgather_mask_vx_nxv32i8_nxv32i8_i64(<vscale x 32 x i8> %0, <vscale x 32 x i8> %1, i64 %2, <vscale x 32 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv32i8_nxv32i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v12, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i8> @llvm.riscv.vrgather.vx.mask.nxv32i8.i64( <vscale x 32 x i8> %0, <vscale x 32 x i8> %1, i64 %2, <vscale x 32 x i1> %3, i64 %4, i64 1) ret <vscale x 32 x i8> %a } declare <vscale x 64 x i8> @llvm.riscv.vrgather.vx.nxv64i8.i64( <vscale x 64 x i8>, <vscale x 64 x i8>, i64, i64); define <vscale x 64 x i8> @intrinsic_vrgather_vx_nxv64i8_nxv64i8_i64(<vscale x 64 x i8> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv64i8_nxv64i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m8, ta, mu ; CHECK-NEXT: vrgather.vx v16, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 64 x i8> @llvm.riscv.vrgather.vx.nxv64i8.i64( <vscale x 64 x i8> undef, <vscale x 64 x i8> %0, i64 %1, i64 %2) ret <vscale x 64 x i8> %a } declare <vscale x 64 x i8> @llvm.riscv.vrgather.vx.mask.nxv64i8.i64( <vscale x 64 x i8>, <vscale x 64 x i8>, i64, <vscale x 64 x i1>, i64, i64); define <vscale x 64 x i8> @intrinsic_vrgather_mask_vx_nxv64i8_nxv64i8_i64(<vscale x 64 x i8> %0, <vscale x 64 x i8> %1, i64 %2, <vscale x 64 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv64i8_nxv64i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e8, m8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v16, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 64 x i8> @llvm.riscv.vrgather.vx.mask.nxv64i8.i64( <vscale x 64 x i8> %0, <vscale x 64 x i8> %1, i64 %2, <vscale x 64 x i1> %3, i64 %4, i64 1) ret <vscale x 64 x i8> %a } declare <vscale x 1 x i16> @llvm.riscv.vrgather.vx.nxv1i16.i64( <vscale x 1 x i16>, <vscale x 1 x i16>, i64, i64); define <vscale x 1 x i16> @intrinsic_vrgather_vx_nxv1i16_nxv1i16_i64(<vscale x 1 x i16> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv1i16_nxv1i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i16> @llvm.riscv.vrgather.vx.nxv1i16.i64( <vscale x 1 x i16> undef, <vscale x 1 x i16> %0, i64 %1, i64 %2) ret <vscale x 1 x i16> %a } declare <vscale x 1 x i16> @llvm.riscv.vrgather.vx.mask.nxv1i16.i64( <vscale x 1 x i16>, <vscale x 1 x i16>, i64, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i16> @intrinsic_vrgather_mask_vx_nxv1i16_nxv1i16_i64(<vscale x 1 x i16> %0, <vscale x 1 x i16> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv1i16_nxv1i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i16> @llvm.riscv.vrgather.vx.mask.nxv1i16.i64( <vscale x 1 x i16> %0, <vscale x 1 x i16> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i16> %a } declare <vscale x 2 x i16> @llvm.riscv.vrgather.vx.nxv2i16.i64( <vscale x 2 x i16>, <vscale x 2 x i16>, i64, i64); define <vscale x 2 x i16> @intrinsic_vrgather_vx_nxv2i16_nxv2i16_i64(<vscale x 2 x i16> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv2i16_nxv2i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i16> @llvm.riscv.vrgather.vx.nxv2i16.i64( <vscale x 2 x i16> undef, <vscale x 2 x i16> %0, i64 %1, i64 %2) ret <vscale x 2 x i16> %a } declare <vscale x 2 x i16> @llvm.riscv.vrgather.vx.mask.nxv2i16.i64( <vscale x 2 x i16>, <vscale x 2 x i16>, i64, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i16> @intrinsic_vrgather_mask_vx_nxv2i16_nxv2i16_i64(<vscale x 2 x i16> %0, <vscale x 2 x i16> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv2i16_nxv2i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i16> @llvm.riscv.vrgather.vx.mask.nxv2i16.i64( <vscale x 2 x i16> %0, <vscale x 2 x i16> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i16> %a } declare <vscale x 4 x i16> @llvm.riscv.vrgather.vx.nxv4i16.i64( <vscale x 4 x i16>, <vscale x 4 x i16>, i64, i64); define <vscale x 4 x i16> @intrinsic_vrgather_vx_nxv4i16_nxv4i16_i64(<vscale x 4 x i16> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv4i16_nxv4i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i16> @llvm.riscv.vrgather.vx.nxv4i16.i64( <vscale x 4 x i16> undef, <vscale x 4 x i16> %0, i64 %1, i64 %2) ret <vscale x 4 x i16> %a } declare <vscale x 4 x i16> @llvm.riscv.vrgather.vx.mask.nxv4i16.i64( <vscale x 4 x i16>, <vscale x 4 x i16>, i64, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i16> @intrinsic_vrgather_mask_vx_nxv4i16_nxv4i16_i64(<vscale x 4 x i16> %0, <vscale x 4 x i16> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv4i16_nxv4i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i16> @llvm.riscv.vrgather.vx.mask.nxv4i16.i64( <vscale x 4 x i16> %0, <vscale x 4 x i16> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i16> %a } declare <vscale x 8 x i16> @llvm.riscv.vrgather.vx.nxv8i16.i64( <vscale x 8 x i16>, <vscale x 8 x i16>, i64, i64); define <vscale x 8 x i16> @intrinsic_vrgather_vx_nxv8i16_nxv8i16_i64(<vscale x 8 x i16> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv8i16_nxv8i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vx v10, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i16> @llvm.riscv.vrgather.vx.nxv8i16.i64( <vscale x 8 x i16> undef, <vscale x 8 x i16> %0, i64 %1, i64 %2) ret <vscale x 8 x i16> %a } declare <vscale x 8 x i16> @llvm.riscv.vrgather.vx.mask.nxv8i16.i64( <vscale x 8 x i16>, <vscale x 8 x i16>, i64, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i16> @intrinsic_vrgather_mask_vx_nxv8i16_nxv8i16_i64(<vscale x 8 x i16> %0, <vscale x 8 x i16> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv8i16_nxv8i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v10, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i16> @llvm.riscv.vrgather.vx.mask.nxv8i16.i64( <vscale x 8 x i16> %0, <vscale x 8 x i16> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i16> %a } declare <vscale x 16 x i16> @llvm.riscv.vrgather.vx.nxv16i16.i64( <vscale x 16 x i16>, <vscale x 16 x i16>, i64, i64); define <vscale x 16 x i16> @intrinsic_vrgather_vx_nxv16i16_nxv16i16_i64(<vscale x 16 x i16> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv16i16_nxv16i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vx v12, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i16> @llvm.riscv.vrgather.vx.nxv16i16.i64( <vscale x 16 x i16> undef, <vscale x 16 x i16> %0, i64 %1, i64 %2) ret <vscale x 16 x i16> %a } declare <vscale x 16 x i16> @llvm.riscv.vrgather.vx.mask.nxv16i16.i64( <vscale x 16 x i16>, <vscale x 16 x i16>, i64, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x i16> @intrinsic_vrgather_mask_vx_nxv16i16_nxv16i16_i64(<vscale x 16 x i16> %0, <vscale x 16 x i16> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv16i16_nxv16i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v12, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i16> @llvm.riscv.vrgather.vx.mask.nxv16i16.i64( <vscale x 16 x i16> %0, <vscale x 16 x i16> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x i16> %a } declare <vscale x 32 x i16> @llvm.riscv.vrgather.vx.nxv32i16.i64( <vscale x 32 x i16>, <vscale x 32 x i16>, i64, i64); define <vscale x 32 x i16> @intrinsic_vrgather_vx_nxv32i16_nxv32i16_i64(<vscale x 32 x i16> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv32i16_nxv32i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vx v16, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i16> @llvm.riscv.vrgather.vx.nxv32i16.i64( <vscale x 32 x i16> undef, <vscale x 32 x i16> %0, i64 %1, i64 %2) ret <vscale x 32 x i16> %a } declare <vscale x 32 x i16> @llvm.riscv.vrgather.vx.mask.nxv32i16.i64( <vscale x 32 x i16>, <vscale x 32 x i16>, i64, <vscale x 32 x i1>, i64, i64); define <vscale x 32 x i16> @intrinsic_vrgather_mask_vx_nxv32i16_nxv32i16_i64(<vscale x 32 x i16> %0, <vscale x 32 x i16> %1, i64 %2, <vscale x 32 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv32i16_nxv32i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v16, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i16> @llvm.riscv.vrgather.vx.mask.nxv32i16.i64( <vscale x 32 x i16> %0, <vscale x 32 x i16> %1, i64 %2, <vscale x 32 x i1> %3, i64 %4, i64 1) ret <vscale x 32 x i16> %a } declare <vscale x 1 x i32> @llvm.riscv.vrgather.vx.nxv1i32.i64( <vscale x 1 x i32>, <vscale x 1 x i32>, i64, i64); define <vscale x 1 x i32> @intrinsic_vrgather_vx_nxv1i32_nxv1i32_i64(<vscale x 1 x i32> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv1i32_nxv1i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i32> @llvm.riscv.vrgather.vx.nxv1i32.i64( <vscale x 1 x i32> undef, <vscale x 1 x i32> %0, i64 %1, i64 %2) ret <vscale x 1 x i32> %a } declare <vscale x 1 x i32> @llvm.riscv.vrgather.vx.mask.nxv1i32.i64( <vscale x 1 x i32>, <vscale x 1 x i32>, i64, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i32> @intrinsic_vrgather_mask_vx_nxv1i32_nxv1i32_i64(<vscale x 1 x i32> %0, <vscale x 1 x i32> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv1i32_nxv1i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i32> @llvm.riscv.vrgather.vx.mask.nxv1i32.i64( <vscale x 1 x i32> %0, <vscale x 1 x i32> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i32> %a } declare <vscale x 2 x i32> @llvm.riscv.vrgather.vx.nxv2i32.i64( <vscale x 2 x i32>, <vscale x 2 x i32>, i64, i64); define <vscale x 2 x i32> @intrinsic_vrgather_vx_nxv2i32_nxv2i32_i64(<vscale x 2 x i32> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv2i32_nxv2i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i32> @llvm.riscv.vrgather.vx.nxv2i32.i64( <vscale x 2 x i32> undef, <vscale x 2 x i32> %0, i64 %1, i64 %2) ret <vscale x 2 x i32> %a } declare <vscale x 2 x i32> @llvm.riscv.vrgather.vx.mask.nxv2i32.i64( <vscale x 2 x i32>, <vscale x 2 x i32>, i64, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i32> @intrinsic_vrgather_mask_vx_nxv2i32_nxv2i32_i64(<vscale x 2 x i32> %0, <vscale x 2 x i32> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv2i32_nxv2i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i32> @llvm.riscv.vrgather.vx.mask.nxv2i32.i64( <vscale x 2 x i32> %0, <vscale x 2 x i32> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i32> %a } declare <vscale x 4 x i32> @llvm.riscv.vrgather.vx.nxv4i32.i64( <vscale x 4 x i32>, <vscale x 4 x i32>, i64, i64); define <vscale x 4 x i32> @intrinsic_vrgather_vx_nxv4i32_nxv4i32_i64(<vscale x 4 x i32> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv4i32_nxv4i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vx v10, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i32> @llvm.riscv.vrgather.vx.nxv4i32.i64( <vscale x 4 x i32> undef, <vscale x 4 x i32> %0, i64 %1, i64 %2) ret <vscale x 4 x i32> %a } declare <vscale x 4 x i32> @llvm.riscv.vrgather.vx.mask.nxv4i32.i64( <vscale x 4 x i32>, <vscale x 4 x i32>, i64, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i32> @intrinsic_vrgather_mask_vx_nxv4i32_nxv4i32_i64(<vscale x 4 x i32> %0, <vscale x 4 x i32> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv4i32_nxv4i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v10, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i32> @llvm.riscv.vrgather.vx.mask.nxv4i32.i64( <vscale x 4 x i32> %0, <vscale x 4 x i32> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i32> %a } declare <vscale x 8 x i32> @llvm.riscv.vrgather.vx.nxv8i32.i64( <vscale x 8 x i32>, <vscale x 8 x i32>, i64, i64); define <vscale x 8 x i32> @intrinsic_vrgather_vx_nxv8i32_nxv8i32_i64(<vscale x 8 x i32> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv8i32_nxv8i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vx v12, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i32> @llvm.riscv.vrgather.vx.nxv8i32.i64( <vscale x 8 x i32> undef, <vscale x 8 x i32> %0, i64 %1, i64 %2) ret <vscale x 8 x i32> %a } declare <vscale x 8 x i32> @llvm.riscv.vrgather.vx.mask.nxv8i32.i64( <vscale x 8 x i32>, <vscale x 8 x i32>, i64, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i32> @intrinsic_vrgather_mask_vx_nxv8i32_nxv8i32_i64(<vscale x 8 x i32> %0, <vscale x 8 x i32> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv8i32_nxv8i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v12, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i32> @llvm.riscv.vrgather.vx.mask.nxv8i32.i64( <vscale x 8 x i32> %0, <vscale x 8 x i32> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i32> %a } declare <vscale x 16 x i32> @llvm.riscv.vrgather.vx.nxv16i32.i64( <vscale x 16 x i32>, <vscale x 16 x i32>, i64, i64); define <vscale x 16 x i32> @intrinsic_vrgather_vx_nxv16i32_nxv16i32_i64(<vscale x 16 x i32> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv16i32_nxv16i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vx v16, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i32> @llvm.riscv.vrgather.vx.nxv16i32.i64( <vscale x 16 x i32> undef, <vscale x 16 x i32> %0, i64 %1, i64 %2) ret <vscale x 16 x i32> %a } declare <vscale x 16 x i32> @llvm.riscv.vrgather.vx.mask.nxv16i32.i64( <vscale x 16 x i32>, <vscale x 16 x i32>, i64, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x i32> @intrinsic_vrgather_mask_vx_nxv16i32_nxv16i32_i64(<vscale x 16 x i32> %0, <vscale x 16 x i32> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv16i32_nxv16i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v16, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i32> @llvm.riscv.vrgather.vx.mask.nxv16i32.i64( <vscale x 16 x i32> %0, <vscale x 16 x i32> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x i32> %a } declare <vscale x 1 x i64> @llvm.riscv.vrgather.vx.nxv1i64.i64( <vscale x 1 x i64>, <vscale x 1 x i64>, i64, i64); define <vscale x 1 x i64> @intrinsic_vrgather_vx_nxv1i64_nxv1i64_i64(<vscale x 1 x i64> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv1i64_nxv1i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i64> @llvm.riscv.vrgather.vx.nxv1i64.i64( <vscale x 1 x i64> undef, <vscale x 1 x i64> %0, i64 %1, i64 %2) ret <vscale x 1 x i64> %a } declare <vscale x 1 x i64> @llvm.riscv.vrgather.vx.mask.nxv1i64.i64( <vscale x 1 x i64>, <vscale x 1 x i64>, i64, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x i64> @intrinsic_vrgather_mask_vx_nxv1i64_nxv1i64_i64(<vscale x 1 x i64> %0, <vscale x 1 x i64> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv1i64_nxv1i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i64> @llvm.riscv.vrgather.vx.mask.nxv1i64.i64( <vscale x 1 x i64> %0, <vscale x 1 x i64> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x i64> %a } declare <vscale x 2 x i64> @llvm.riscv.vrgather.vx.nxv2i64.i64( <vscale x 2 x i64>, <vscale x 2 x i64>, i64, i64); define <vscale x 2 x i64> @intrinsic_vrgather_vx_nxv2i64_nxv2i64_i64(<vscale x 2 x i64> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv2i64_nxv2i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vx v10, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i64> @llvm.riscv.vrgather.vx.nxv2i64.i64( <vscale x 2 x i64> undef, <vscale x 2 x i64> %0, i64 %1, i64 %2) ret <vscale x 2 x i64> %a } declare <vscale x 2 x i64> @llvm.riscv.vrgather.vx.mask.nxv2i64.i64( <vscale x 2 x i64>, <vscale x 2 x i64>, i64, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x i64> @intrinsic_vrgather_mask_vx_nxv2i64_nxv2i64_i64(<vscale x 2 x i64> %0, <vscale x 2 x i64> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv2i64_nxv2i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v10, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i64> @llvm.riscv.vrgather.vx.mask.nxv2i64.i64( <vscale x 2 x i64> %0, <vscale x 2 x i64> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x i64> %a } declare <vscale x 4 x i64> @llvm.riscv.vrgather.vx.nxv4i64.i64( <vscale x 4 x i64>, <vscale x 4 x i64>, i64, i64); define <vscale x 4 x i64> @intrinsic_vrgather_vx_nxv4i64_nxv4i64_i64(<vscale x 4 x i64> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv4i64_nxv4i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vx v12, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i64> @llvm.riscv.vrgather.vx.nxv4i64.i64( <vscale x 4 x i64> undef, <vscale x 4 x i64> %0, i64 %1, i64 %2) ret <vscale x 4 x i64> %a } declare <vscale x 4 x i64> @llvm.riscv.vrgather.vx.mask.nxv4i64.i64( <vscale x 4 x i64>, <vscale x 4 x i64>, i64, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x i64> @intrinsic_vrgather_mask_vx_nxv4i64_nxv4i64_i64(<vscale x 4 x i64> %0, <vscale x 4 x i64> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv4i64_nxv4i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v12, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i64> @llvm.riscv.vrgather.vx.mask.nxv4i64.i64( <vscale x 4 x i64> %0, <vscale x 4 x i64> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x i64> %a } declare <vscale x 8 x i64> @llvm.riscv.vrgather.vx.nxv8i64.i64( <vscale x 8 x i64>, <vscale x 8 x i64>, i64, i64); define <vscale x 8 x i64> @intrinsic_vrgather_vx_nxv8i64_nxv8i64_i64(<vscale x 8 x i64> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv8i64_nxv8i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vx v16, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i64> @llvm.riscv.vrgather.vx.nxv8i64.i64( <vscale x 8 x i64> undef, <vscale x 8 x i64> %0, i64 %1, i64 %2) ret <vscale x 8 x i64> %a } declare <vscale x 8 x i64> @llvm.riscv.vrgather.vx.mask.nxv8i64.i64( <vscale x 8 x i64>, <vscale x 8 x i64>, i64, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x i64> @intrinsic_vrgather_mask_vx_nxv8i64_nxv8i64_i64(<vscale x 8 x i64> %0, <vscale x 8 x i64> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv8i64_nxv8i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v16, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i64> @llvm.riscv.vrgather.vx.mask.nxv8i64.i64( <vscale x 8 x i64> %0, <vscale x 8 x i64> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x i64> %a } declare <vscale x 1 x half> @llvm.riscv.vrgather.vx.nxv1f16.i64( <vscale x 1 x half>, <vscale x 1 x half>, i64, i64); define <vscale x 1 x half> @intrinsic_vrgather_vx_nxv1f16_nxv1f16_i64(<vscale x 1 x half> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv1f16_nxv1f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x half> @llvm.riscv.vrgather.vx.nxv1f16.i64( <vscale x 1 x half> undef, <vscale x 1 x half> %0, i64 %1, i64 %2) ret <vscale x 1 x half> %a } declare <vscale x 1 x half> @llvm.riscv.vrgather.vx.mask.nxv1f16.i64( <vscale x 1 x half>, <vscale x 1 x half>, i64, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x half> @intrinsic_vrgather_mask_vx_nxv1f16_nxv1f16_i64(<vscale x 1 x half> %0, <vscale x 1 x half> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv1f16_nxv1f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x half> @llvm.riscv.vrgather.vx.mask.nxv1f16.i64( <vscale x 1 x half> %0, <vscale x 1 x half> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x half> %a } declare <vscale x 2 x half> @llvm.riscv.vrgather.vx.nxv2f16.i64( <vscale x 2 x half>, <vscale x 2 x half>, i64, i64); define <vscale x 2 x half> @intrinsic_vrgather_vx_nxv2f16_nxv2f16_i64(<vscale x 2 x half> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv2f16_nxv2f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x half> @llvm.riscv.vrgather.vx.nxv2f16.i64( <vscale x 2 x half> undef, <vscale x 2 x half> %0, i64 %1, i64 %2) ret <vscale x 2 x half> %a } declare <vscale x 2 x half> @llvm.riscv.vrgather.vx.mask.nxv2f16.i64( <vscale x 2 x half>, <vscale x 2 x half>, i64, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x half> @intrinsic_vrgather_mask_vx_nxv2f16_nxv2f16_i64(<vscale x 2 x half> %0, <vscale x 2 x half> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv2f16_nxv2f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x half> @llvm.riscv.vrgather.vx.mask.nxv2f16.i64( <vscale x 2 x half> %0, <vscale x 2 x half> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x half> %a } declare <vscale x 4 x half> @llvm.riscv.vrgather.vx.nxv4f16.i64( <vscale x 4 x half>, <vscale x 4 x half>, i64, i64); define <vscale x 4 x half> @intrinsic_vrgather_vx_nxv4f16_nxv4f16_i64(<vscale x 4 x half> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv4f16_nxv4f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x half> @llvm.riscv.vrgather.vx.nxv4f16.i64( <vscale x 4 x half> undef, <vscale x 4 x half> %0, i64 %1, i64 %2) ret <vscale x 4 x half> %a } declare <vscale x 4 x half> @llvm.riscv.vrgather.vx.mask.nxv4f16.i64( <vscale x 4 x half>, <vscale x 4 x half>, i64, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x half> @intrinsic_vrgather_mask_vx_nxv4f16_nxv4f16_i64(<vscale x 4 x half> %0, <vscale x 4 x half> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv4f16_nxv4f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x half> @llvm.riscv.vrgather.vx.mask.nxv4f16.i64( <vscale x 4 x half> %0, <vscale x 4 x half> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x half> %a } declare <vscale x 8 x half> @llvm.riscv.vrgather.vx.nxv8f16.i64( <vscale x 8 x half>, <vscale x 8 x half>, i64, i64); define <vscale x 8 x half> @intrinsic_vrgather_vx_nxv8f16_nxv8f16_i64(<vscale x 8 x half> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv8f16_nxv8f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vx v10, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x half> @llvm.riscv.vrgather.vx.nxv8f16.i64( <vscale x 8 x half> undef, <vscale x 8 x half> %0, i64 %1, i64 %2) ret <vscale x 8 x half> %a } declare <vscale x 8 x half> @llvm.riscv.vrgather.vx.mask.nxv8f16.i64( <vscale x 8 x half>, <vscale x 8 x half>, i64, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x half> @intrinsic_vrgather_mask_vx_nxv8f16_nxv8f16_i64(<vscale x 8 x half> %0, <vscale x 8 x half> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv8f16_nxv8f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v10, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x half> @llvm.riscv.vrgather.vx.mask.nxv8f16.i64( <vscale x 8 x half> %0, <vscale x 8 x half> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x half> %a } declare <vscale x 16 x half> @llvm.riscv.vrgather.vx.nxv16f16.i64( <vscale x 16 x half>, <vscale x 16 x half>, i64, i64); define <vscale x 16 x half> @intrinsic_vrgather_vx_nxv16f16_nxv16f16_i64(<vscale x 16 x half> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv16f16_nxv16f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vx v12, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x half> @llvm.riscv.vrgather.vx.nxv16f16.i64( <vscale x 16 x half> undef, <vscale x 16 x half> %0, i64 %1, i64 %2) ret <vscale x 16 x half> %a } declare <vscale x 16 x half> @llvm.riscv.vrgather.vx.mask.nxv16f16.i64( <vscale x 16 x half>, <vscale x 16 x half>, i64, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x half> @intrinsic_vrgather_mask_vx_nxv16f16_nxv16f16_i64(<vscale x 16 x half> %0, <vscale x 16 x half> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv16f16_nxv16f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v12, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x half> @llvm.riscv.vrgather.vx.mask.nxv16f16.i64( <vscale x 16 x half> %0, <vscale x 16 x half> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x half> %a } declare <vscale x 32 x half> @llvm.riscv.vrgather.vx.nxv32f16.i64( <vscale x 32 x half>, <vscale x 32 x half>, i64, i64); define <vscale x 32 x half> @intrinsic_vrgather_vx_nxv32f16_nxv32f16_i64(<vscale x 32 x half> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv32f16_nxv32f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vx v16, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x half> @llvm.riscv.vrgather.vx.nxv32f16.i64( <vscale x 32 x half> undef, <vscale x 32 x half> %0, i64 %1, i64 %2) ret <vscale x 32 x half> %a } declare <vscale x 32 x half> @llvm.riscv.vrgather.vx.mask.nxv32f16.i64( <vscale x 32 x half>, <vscale x 32 x half>, i64, <vscale x 32 x i1>, i64, i64); define <vscale x 32 x half> @intrinsic_vrgather_mask_vx_nxv32f16_nxv32f16_i64(<vscale x 32 x half> %0, <vscale x 32 x half> %1, i64 %2, <vscale x 32 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv32f16_nxv32f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v16, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x half> @llvm.riscv.vrgather.vx.mask.nxv32f16.i64( <vscale x 32 x half> %0, <vscale x 32 x half> %1, i64 %2, <vscale x 32 x i1> %3, i64 %4, i64 1) ret <vscale x 32 x half> %a } declare <vscale x 1 x float> @llvm.riscv.vrgather.vx.nxv1f32.i64( <vscale x 1 x float>, <vscale x 1 x float>, i64, i64); define <vscale x 1 x float> @intrinsic_vrgather_vx_nxv1f32_nxv1f32_i64(<vscale x 1 x float> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv1f32_nxv1f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x float> @llvm.riscv.vrgather.vx.nxv1f32.i64( <vscale x 1 x float> undef, <vscale x 1 x float> %0, i64 %1, i64 %2) ret <vscale x 1 x float> %a } declare <vscale x 1 x float> @llvm.riscv.vrgather.vx.mask.nxv1f32.i64( <vscale x 1 x float>, <vscale x 1 x float>, i64, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x float> @intrinsic_vrgather_mask_vx_nxv1f32_nxv1f32_i64(<vscale x 1 x float> %0, <vscale x 1 x float> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv1f32_nxv1f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x float> @llvm.riscv.vrgather.vx.mask.nxv1f32.i64( <vscale x 1 x float> %0, <vscale x 1 x float> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x float> %a } declare <vscale x 2 x float> @llvm.riscv.vrgather.vx.nxv2f32.i64( <vscale x 2 x float>, <vscale x 2 x float>, i64, i64); define <vscale x 2 x float> @intrinsic_vrgather_vx_nxv2f32_nxv2f32_i64(<vscale x 2 x float> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv2f32_nxv2f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x float> @llvm.riscv.vrgather.vx.nxv2f32.i64( <vscale x 2 x float> undef, <vscale x 2 x float> %0, i64 %1, i64 %2) ret <vscale x 2 x float> %a } declare <vscale x 2 x float> @llvm.riscv.vrgather.vx.mask.nxv2f32.i64( <vscale x 2 x float>, <vscale x 2 x float>, i64, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x float> @intrinsic_vrgather_mask_vx_nxv2f32_nxv2f32_i64(<vscale x 2 x float> %0, <vscale x 2 x float> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv2f32_nxv2f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x float> @llvm.riscv.vrgather.vx.mask.nxv2f32.i64( <vscale x 2 x float> %0, <vscale x 2 x float> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x float> %a } declare <vscale x 4 x float> @llvm.riscv.vrgather.vx.nxv4f32.i64( <vscale x 4 x float>, <vscale x 4 x float>, i64, i64); define <vscale x 4 x float> @intrinsic_vrgather_vx_nxv4f32_nxv4f32_i64(<vscale x 4 x float> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv4f32_nxv4f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vx v10, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x float> @llvm.riscv.vrgather.vx.nxv4f32.i64( <vscale x 4 x float> undef, <vscale x 4 x float> %0, i64 %1, i64 %2) ret <vscale x 4 x float> %a } declare <vscale x 4 x float> @llvm.riscv.vrgather.vx.mask.nxv4f32.i64( <vscale x 4 x float>, <vscale x 4 x float>, i64, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x float> @intrinsic_vrgather_mask_vx_nxv4f32_nxv4f32_i64(<vscale x 4 x float> %0, <vscale x 4 x float> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv4f32_nxv4f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v10, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x float> @llvm.riscv.vrgather.vx.mask.nxv4f32.i64( <vscale x 4 x float> %0, <vscale x 4 x float> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x float> %a } declare <vscale x 8 x float> @llvm.riscv.vrgather.vx.nxv8f32.i64( <vscale x 8 x float>, <vscale x 8 x float>, i64, i64); define <vscale x 8 x float> @intrinsic_vrgather_vx_nxv8f32_nxv8f32_i64(<vscale x 8 x float> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv8f32_nxv8f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vx v12, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x float> @llvm.riscv.vrgather.vx.nxv8f32.i64( <vscale x 8 x float> undef, <vscale x 8 x float> %0, i64 %1, i64 %2) ret <vscale x 8 x float> %a } declare <vscale x 8 x float> @llvm.riscv.vrgather.vx.mask.nxv8f32.i64( <vscale x 8 x float>, <vscale x 8 x float>, i64, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x float> @intrinsic_vrgather_mask_vx_nxv8f32_nxv8f32_i64(<vscale x 8 x float> %0, <vscale x 8 x float> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv8f32_nxv8f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v12, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x float> @llvm.riscv.vrgather.vx.mask.nxv8f32.i64( <vscale x 8 x float> %0, <vscale x 8 x float> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x float> %a } declare <vscale x 16 x float> @llvm.riscv.vrgather.vx.nxv16f32.i64( <vscale x 16 x float>, <vscale x 16 x float>, i64, i64); define <vscale x 16 x float> @intrinsic_vrgather_vx_nxv16f32_nxv16f32_i64(<vscale x 16 x float> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv16f32_nxv16f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vx v16, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x float> @llvm.riscv.vrgather.vx.nxv16f32.i64( <vscale x 16 x float> undef, <vscale x 16 x float> %0, i64 %1, i64 %2) ret <vscale x 16 x float> %a } declare <vscale x 16 x float> @llvm.riscv.vrgather.vx.mask.nxv16f32.i64( <vscale x 16 x float>, <vscale x 16 x float>, i64, <vscale x 16 x i1>, i64, i64); define <vscale x 16 x float> @intrinsic_vrgather_mask_vx_nxv16f32_nxv16f32_i64(<vscale x 16 x float> %0, <vscale x 16 x float> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv16f32_nxv16f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v16, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x float> @llvm.riscv.vrgather.vx.mask.nxv16f32.i64( <vscale x 16 x float> %0, <vscale x 16 x float> %1, i64 %2, <vscale x 16 x i1> %3, i64 %4, i64 1) ret <vscale x 16 x float> %a } declare <vscale x 1 x double> @llvm.riscv.vrgather.vx.nxv1f64.i64( <vscale x 1 x double>, <vscale x 1 x double>, i64, i64); define <vscale x 1 x double> @intrinsic_vrgather_vx_nxv1f64_nxv1f64_i64(<vscale x 1 x double> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv1f64_nxv1f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vx v9, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x double> @llvm.riscv.vrgather.vx.nxv1f64.i64( <vscale x 1 x double> undef, <vscale x 1 x double> %0, i64 %1, i64 %2) ret <vscale x 1 x double> %a } declare <vscale x 1 x double> @llvm.riscv.vrgather.vx.mask.nxv1f64.i64( <vscale x 1 x double>, <vscale x 1 x double>, i64, <vscale x 1 x i1>, i64, i64); define <vscale x 1 x double> @intrinsic_vrgather_mask_vx_nxv1f64_nxv1f64_i64(<vscale x 1 x double> %0, <vscale x 1 x double> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv1f64_nxv1f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vx v8, v9, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x double> @llvm.riscv.vrgather.vx.mask.nxv1f64.i64( <vscale x 1 x double> %0, <vscale x 1 x double> %1, i64 %2, <vscale x 1 x i1> %3, i64 %4, i64 1) ret <vscale x 1 x double> %a } declare <vscale x 2 x double> @llvm.riscv.vrgather.vx.nxv2f64.i64( <vscale x 2 x double>, <vscale x 2 x double>, i64, i64); define <vscale x 2 x double> @intrinsic_vrgather_vx_nxv2f64_nxv2f64_i64(<vscale x 2 x double> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv2f64_nxv2f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vx v10, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x double> @llvm.riscv.vrgather.vx.nxv2f64.i64( <vscale x 2 x double> undef, <vscale x 2 x double> %0, i64 %1, i64 %2) ret <vscale x 2 x double> %a } declare <vscale x 2 x double> @llvm.riscv.vrgather.vx.mask.nxv2f64.i64( <vscale x 2 x double>, <vscale x 2 x double>, i64, <vscale x 2 x i1>, i64, i64); define <vscale x 2 x double> @intrinsic_vrgather_mask_vx_nxv2f64_nxv2f64_i64(<vscale x 2 x double> %0, <vscale x 2 x double> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv2f64_nxv2f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vx v8, v10, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x double> @llvm.riscv.vrgather.vx.mask.nxv2f64.i64( <vscale x 2 x double> %0, <vscale x 2 x double> %1, i64 %2, <vscale x 2 x i1> %3, i64 %4, i64 1) ret <vscale x 2 x double> %a } declare <vscale x 4 x double> @llvm.riscv.vrgather.vx.nxv4f64.i64( <vscale x 4 x double>, <vscale x 4 x double>, i64, i64); define <vscale x 4 x double> @intrinsic_vrgather_vx_nxv4f64_nxv4f64_i64(<vscale x 4 x double> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv4f64_nxv4f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vx v12, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x double> @llvm.riscv.vrgather.vx.nxv4f64.i64( <vscale x 4 x double> undef, <vscale x 4 x double> %0, i64 %1, i64 %2) ret <vscale x 4 x double> %a } declare <vscale x 4 x double> @llvm.riscv.vrgather.vx.mask.nxv4f64.i64( <vscale x 4 x double>, <vscale x 4 x double>, i64, <vscale x 4 x i1>, i64, i64); define <vscale x 4 x double> @intrinsic_vrgather_mask_vx_nxv4f64_nxv4f64_i64(<vscale x 4 x double> %0, <vscale x 4 x double> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv4f64_nxv4f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vx v8, v12, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x double> @llvm.riscv.vrgather.vx.mask.nxv4f64.i64( <vscale x 4 x double> %0, <vscale x 4 x double> %1, i64 %2, <vscale x 4 x i1> %3, i64 %4, i64 1) ret <vscale x 4 x double> %a } declare <vscale x 8 x double> @llvm.riscv.vrgather.vx.nxv8f64.i64( <vscale x 8 x double>, <vscale x 8 x double>, i64, i64); define <vscale x 8 x double> @intrinsic_vrgather_vx_nxv8f64_nxv8f64_i64(<vscale x 8 x double> %0, i64 %1, i64 %2) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vx_nxv8f64_nxv8f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vx v16, v8, a0 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x double> @llvm.riscv.vrgather.vx.nxv8f64.i64( <vscale x 8 x double> undef, <vscale x 8 x double> %0, i64 %1, i64 %2) ret <vscale x 8 x double> %a } declare <vscale x 8 x double> @llvm.riscv.vrgather.vx.mask.nxv8f64.i64( <vscale x 8 x double>, <vscale x 8 x double>, i64, <vscale x 8 x i1>, i64, i64); define <vscale x 8 x double> @intrinsic_vrgather_mask_vx_nxv8f64_nxv8f64_i64(<vscale x 8 x double> %0, <vscale x 8 x double> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vx_nxv8f64_nxv8f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a1, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vx v8, v16, a0, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x double> @llvm.riscv.vrgather.vx.mask.nxv8f64.i64( <vscale x 8 x double> %0, <vscale x 8 x double> %1, i64 %2, <vscale x 8 x i1> %3, i64 %4, i64 1) ret <vscale x 8 x double> %a } define <vscale x 1 x i8> @intrinsic_vrgather_vi_nxv1i8_nxv1i8_i64(<vscale x 1 x i8> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv1i8_nxv1i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf8, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i8> @llvm.riscv.vrgather.vx.nxv1i8.i64( <vscale x 1 x i8> undef, <vscale x 1 x i8> %0, i64 9, i64 %1) ret <vscale x 1 x i8> %a } define <vscale x 1 x i8> @intrinsic_vrgather_mask_vi_nxv1i8_nxv1i8_i64(<vscale x 1 x i8> %0, <vscale x 1 x i8> %1, <vscale x 1 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv1i8_nxv1i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i8> @llvm.riscv.vrgather.vx.mask.nxv1i8.i64( <vscale x 1 x i8> %0, <vscale x 1 x i8> %1, i64 9, <vscale x 1 x i1> %2, i64 %3, i64 1) ret <vscale x 1 x i8> %a } define <vscale x 2 x i8> @intrinsic_vrgather_vi_nxv2i8_nxv2i8_i64(<vscale x 2 x i8> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv2i8_nxv2i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf4, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i8> @llvm.riscv.vrgather.vx.nxv2i8.i64( <vscale x 2 x i8> undef, <vscale x 2 x i8> %0, i64 9, i64 %1) ret <vscale x 2 x i8> %a } define <vscale x 2 x i8> @intrinsic_vrgather_mask_vi_nxv2i8_nxv2i8_i64(<vscale x 2 x i8> %0, <vscale x 2 x i8> %1, <vscale x 2 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv2i8_nxv2i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i8> @llvm.riscv.vrgather.vx.mask.nxv2i8.i64( <vscale x 2 x i8> %0, <vscale x 2 x i8> %1, i64 9, <vscale x 2 x i1> %2, i64 %3, i64 1) ret <vscale x 2 x i8> %a } define <vscale x 4 x i8> @intrinsic_vrgather_vi_nxv4i8_nxv4i8_i64(<vscale x 4 x i8> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv4i8_nxv4i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i8> @llvm.riscv.vrgather.vx.nxv4i8.i64( <vscale x 4 x i8> undef, <vscale x 4 x i8> %0, i64 9, i64 %1) ret <vscale x 4 x i8> %a } define <vscale x 4 x i8> @intrinsic_vrgather_mask_vi_nxv4i8_nxv4i8_i64(<vscale x 4 x i8> %0, <vscale x 4 x i8> %1, <vscale x 4 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv4i8_nxv4i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i8> @llvm.riscv.vrgather.vx.mask.nxv4i8.i64( <vscale x 4 x i8> %0, <vscale x 4 x i8> %1, i64 9, <vscale x 4 x i1> %2, i64 %3, i64 1) ret <vscale x 4 x i8> %a } define <vscale x 8 x i8> @intrinsic_vrgather_vi_nxv8i8_nxv8i8_i64(<vscale x 8 x i8> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv8i8_nxv8i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m1, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i8> @llvm.riscv.vrgather.vx.nxv8i8.i64( <vscale x 8 x i8> undef, <vscale x 8 x i8> %0, i64 9, i64 %1) ret <vscale x 8 x i8> %a } define <vscale x 8 x i8> @intrinsic_vrgather_mask_vi_nxv8i8_nxv8i8_i64(<vscale x 8 x i8> %0, <vscale x 8 x i8> %1, <vscale x 8 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv8i8_nxv8i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m1, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i8> @llvm.riscv.vrgather.vx.mask.nxv8i8.i64( <vscale x 8 x i8> %0, <vscale x 8 x i8> %1, i64 9, <vscale x 8 x i1> %2, i64 %3, i64 1) ret <vscale x 8 x i8> %a } define <vscale x 16 x i8> @intrinsic_vrgather_vi_nxv16i8_nxv16i8_i64(<vscale x 16 x i8> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv16i8_nxv16i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m2, ta, mu ; CHECK-NEXT: vrgather.vi v10, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i8> @llvm.riscv.vrgather.vx.nxv16i8.i64( <vscale x 16 x i8> undef, <vscale x 16 x i8> %0, i64 9, i64 %1) ret <vscale x 16 x i8> %a } define <vscale x 16 x i8> @intrinsic_vrgather_mask_vi_nxv16i8_nxv16i8_i64(<vscale x 16 x i8> %0, <vscale x 16 x i8> %1, <vscale x 16 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv16i8_nxv16i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v10, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i8> @llvm.riscv.vrgather.vx.mask.nxv16i8.i64( <vscale x 16 x i8> %0, <vscale x 16 x i8> %1, i64 9, <vscale x 16 x i1> %2, i64 %3, i64 1) ret <vscale x 16 x i8> %a } define <vscale x 32 x i8> @intrinsic_vrgather_vi_nxv32i8_nxv32i8_i64(<vscale x 32 x i8> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv32i8_nxv32i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m4, ta, mu ; CHECK-NEXT: vrgather.vi v12, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i8> @llvm.riscv.vrgather.vx.nxv32i8.i64( <vscale x 32 x i8> undef, <vscale x 32 x i8> %0, i64 9, i64 %1) ret <vscale x 32 x i8> %a } define <vscale x 32 x i8> @intrinsic_vrgather_mask_vi_nxv32i8_nxv32i8_i64(<vscale x 32 x i8> %0, <vscale x 32 x i8> %1, <vscale x 32 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv32i8_nxv32i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v12, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i8> @llvm.riscv.vrgather.vx.mask.nxv32i8.i64( <vscale x 32 x i8> %0, <vscale x 32 x i8> %1, i64 9, <vscale x 32 x i1> %2, i64 %3, i64 1) ret <vscale x 32 x i8> %a } define <vscale x 64 x i8> @intrinsic_vrgather_vi_nxv64i8_nxv64i8_i64(<vscale x 64 x i8> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv64i8_nxv64i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m8, ta, mu ; CHECK-NEXT: vrgather.vi v16, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 64 x i8> @llvm.riscv.vrgather.vx.nxv64i8.i64( <vscale x 64 x i8> undef, <vscale x 64 x i8> %0, i64 9, i64 %1) ret <vscale x 64 x i8> %a } define <vscale x 64 x i8> @intrinsic_vrgather_mask_vi_nxv64i8_nxv64i8_i64(<vscale x 64 x i8> %0, <vscale x 64 x i8> %1, <vscale x 64 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv64i8_nxv64i8_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e8, m8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v16, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 64 x i8> @llvm.riscv.vrgather.vx.mask.nxv64i8.i64( <vscale x 64 x i8> %0, <vscale x 64 x i8> %1, i64 9, <vscale x 64 x i1> %2, i64 %3, i64 1) ret <vscale x 64 x i8> %a } define <vscale x 1 x i16> @intrinsic_vrgather_vi_nxv1i16_nxv1i16_i64(<vscale x 1 x i16> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv1i16_nxv1i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i16> @llvm.riscv.vrgather.vx.nxv1i16.i64( <vscale x 1 x i16> undef, <vscale x 1 x i16> %0, i64 9, i64 %1) ret <vscale x 1 x i16> %a } define <vscale x 1 x i16> @intrinsic_vrgather_mask_vi_nxv1i16_nxv1i16_i64(<vscale x 1 x i16> %0, <vscale x 1 x i16> %1, <vscale x 1 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv1i16_nxv1i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i16> @llvm.riscv.vrgather.vx.mask.nxv1i16.i64( <vscale x 1 x i16> %0, <vscale x 1 x i16> %1, i64 9, <vscale x 1 x i1> %2, i64 %3, i64 1) ret <vscale x 1 x i16> %a } define <vscale x 2 x i16> @intrinsic_vrgather_vi_nxv2i16_nxv2i16_i64(<vscale x 2 x i16> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv2i16_nxv2i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i16> @llvm.riscv.vrgather.vx.nxv2i16.i64( <vscale x 2 x i16> undef, <vscale x 2 x i16> %0, i64 9, i64 %1) ret <vscale x 2 x i16> %a } define <vscale x 2 x i16> @intrinsic_vrgather_mask_vi_nxv2i16_nxv2i16_i64(<vscale x 2 x i16> %0, <vscale x 2 x i16> %1, <vscale x 2 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv2i16_nxv2i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i16> @llvm.riscv.vrgather.vx.mask.nxv2i16.i64( <vscale x 2 x i16> %0, <vscale x 2 x i16> %1, i64 9, <vscale x 2 x i1> %2, i64 %3, i64 1) ret <vscale x 2 x i16> %a } define <vscale x 4 x i16> @intrinsic_vrgather_vi_nxv4i16_nxv4i16_i64(<vscale x 4 x i16> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv4i16_nxv4i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i16> @llvm.riscv.vrgather.vx.nxv4i16.i64( <vscale x 4 x i16> undef, <vscale x 4 x i16> %0, i64 9, i64 %1) ret <vscale x 4 x i16> %a } define <vscale x 4 x i16> @intrinsic_vrgather_mask_vi_nxv4i16_nxv4i16_i64(<vscale x 4 x i16> %0, <vscale x 4 x i16> %1, <vscale x 4 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv4i16_nxv4i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i16> @llvm.riscv.vrgather.vx.mask.nxv4i16.i64( <vscale x 4 x i16> %0, <vscale x 4 x i16> %1, i64 9, <vscale x 4 x i1> %2, i64 %3, i64 1) ret <vscale x 4 x i16> %a } define <vscale x 8 x i16> @intrinsic_vrgather_vi_nxv8i16_nxv8i16_i64(<vscale x 8 x i16> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv8i16_nxv8i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vi v10, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i16> @llvm.riscv.vrgather.vx.nxv8i16.i64( <vscale x 8 x i16> undef, <vscale x 8 x i16> %0, i64 9, i64 %1) ret <vscale x 8 x i16> %a } define <vscale x 8 x i16> @intrinsic_vrgather_mask_vi_nxv8i16_nxv8i16_i64(<vscale x 8 x i16> %0, <vscale x 8 x i16> %1, <vscale x 8 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv8i16_nxv8i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v10, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i16> @llvm.riscv.vrgather.vx.mask.nxv8i16.i64( <vscale x 8 x i16> %0, <vscale x 8 x i16> %1, i64 9, <vscale x 8 x i1> %2, i64 %3, i64 1) ret <vscale x 8 x i16> %a } define <vscale x 16 x i16> @intrinsic_vrgather_vi_nxv16i16_nxv16i16_i64(<vscale x 16 x i16> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv16i16_nxv16i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vi v12, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i16> @llvm.riscv.vrgather.vx.nxv16i16.i64( <vscale x 16 x i16> undef, <vscale x 16 x i16> %0, i64 9, i64 %1) ret <vscale x 16 x i16> %a } define <vscale x 16 x i16> @intrinsic_vrgather_mask_vi_nxv16i16_nxv16i16_i64(<vscale x 16 x i16> %0, <vscale x 16 x i16> %1, <vscale x 16 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv16i16_nxv16i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v12, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i16> @llvm.riscv.vrgather.vx.mask.nxv16i16.i64( <vscale x 16 x i16> %0, <vscale x 16 x i16> %1, i64 9, <vscale x 16 x i1> %2, i64 %3, i64 1) ret <vscale x 16 x i16> %a } define <vscale x 32 x i16> @intrinsic_vrgather_vi_nxv32i16_nxv32i16_i64(<vscale x 32 x i16> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv32i16_nxv32i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vi v16, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i16> @llvm.riscv.vrgather.vx.nxv32i16.i64( <vscale x 32 x i16> undef, <vscale x 32 x i16> %0, i64 9, i64 %1) ret <vscale x 32 x i16> %a } define <vscale x 32 x i16> @intrinsic_vrgather_mask_vi_nxv32i16_nxv32i16_i64(<vscale x 32 x i16> %0, <vscale x 32 x i16> %1, <vscale x 32 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv32i16_nxv32i16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v16, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x i16> @llvm.riscv.vrgather.vx.mask.nxv32i16.i64( <vscale x 32 x i16> %0, <vscale x 32 x i16> %1, i64 9, <vscale x 32 x i1> %2, i64 %3, i64 1) ret <vscale x 32 x i16> %a } define <vscale x 1 x i32> @intrinsic_vrgather_vi_nxv1i32_nxv1i32_i64(<vscale x 1 x i32> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv1i32_nxv1i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i32> @llvm.riscv.vrgather.vx.nxv1i32.i64( <vscale x 1 x i32> undef, <vscale x 1 x i32> %0, i64 9, i64 %1) ret <vscale x 1 x i32> %a } define <vscale x 1 x i32> @intrinsic_vrgather_mask_vi_nxv1i32_nxv1i32_i64(<vscale x 1 x i32> %0, <vscale x 1 x i32> %1, <vscale x 1 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv1i32_nxv1i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i32> @llvm.riscv.vrgather.vx.mask.nxv1i32.i64( <vscale x 1 x i32> %0, <vscale x 1 x i32> %1, i64 9, <vscale x 1 x i1> %2, i64 %3, i64 1) ret <vscale x 1 x i32> %a } define <vscale x 2 x i32> @intrinsic_vrgather_vi_nxv2i32_nxv2i32_i64(<vscale x 2 x i32> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv2i32_nxv2i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i32> @llvm.riscv.vrgather.vx.nxv2i32.i64( <vscale x 2 x i32> undef, <vscale x 2 x i32> %0, i64 9, i64 %1) ret <vscale x 2 x i32> %a } define <vscale x 2 x i32> @intrinsic_vrgather_mask_vi_nxv2i32_nxv2i32_i64(<vscale x 2 x i32> %0, <vscale x 2 x i32> %1, <vscale x 2 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv2i32_nxv2i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i32> @llvm.riscv.vrgather.vx.mask.nxv2i32.i64( <vscale x 2 x i32> %0, <vscale x 2 x i32> %1, i64 9, <vscale x 2 x i1> %2, i64 %3, i64 1) ret <vscale x 2 x i32> %a } define <vscale x 4 x i32> @intrinsic_vrgather_vi_nxv4i32_nxv4i32_i64(<vscale x 4 x i32> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv4i32_nxv4i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vi v10, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i32> @llvm.riscv.vrgather.vx.nxv4i32.i64( <vscale x 4 x i32> undef, <vscale x 4 x i32> %0, i64 9, i64 %1) ret <vscale x 4 x i32> %a } define <vscale x 4 x i32> @intrinsic_vrgather_mask_vi_nxv4i32_nxv4i32_i64(<vscale x 4 x i32> %0, <vscale x 4 x i32> %1, <vscale x 4 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv4i32_nxv4i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v10, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i32> @llvm.riscv.vrgather.vx.mask.nxv4i32.i64( <vscale x 4 x i32> %0, <vscale x 4 x i32> %1, i64 9, <vscale x 4 x i1> %2, i64 %3, i64 1) ret <vscale x 4 x i32> %a } define <vscale x 8 x i32> @intrinsic_vrgather_vi_nxv8i32_nxv8i32_i64(<vscale x 8 x i32> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv8i32_nxv8i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vi v12, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i32> @llvm.riscv.vrgather.vx.nxv8i32.i64( <vscale x 8 x i32> undef, <vscale x 8 x i32> %0, i64 9, i64 %1) ret <vscale x 8 x i32> %a } define <vscale x 8 x i32> @intrinsic_vrgather_mask_vi_nxv8i32_nxv8i32_i64(<vscale x 8 x i32> %0, <vscale x 8 x i32> %1, <vscale x 8 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv8i32_nxv8i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v12, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i32> @llvm.riscv.vrgather.vx.mask.nxv8i32.i64( <vscale x 8 x i32> %0, <vscale x 8 x i32> %1, i64 9, <vscale x 8 x i1> %2, i64 %3, i64 1) ret <vscale x 8 x i32> %a } define <vscale x 16 x i32> @intrinsic_vrgather_vi_nxv16i32_nxv16i32_i64(<vscale x 16 x i32> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv16i32_nxv16i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vi v16, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i32> @llvm.riscv.vrgather.vx.nxv16i32.i64( <vscale x 16 x i32> undef, <vscale x 16 x i32> %0, i64 9, i64 %1) ret <vscale x 16 x i32> %a } define <vscale x 16 x i32> @intrinsic_vrgather_mask_vi_nxv16i32_nxv16i32_i64(<vscale x 16 x i32> %0, <vscale x 16 x i32> %1, <vscale x 16 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv16i32_nxv16i32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v16, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x i32> @llvm.riscv.vrgather.vx.mask.nxv16i32.i64( <vscale x 16 x i32> %0, <vscale x 16 x i32> %1, i64 9, <vscale x 16 x i1> %2, i64 %3, i64 1) ret <vscale x 16 x i32> %a } define <vscale x 1 x i64> @intrinsic_vrgather_vi_nxv1i64_nxv1i64_i64(<vscale x 1 x i64> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv1i64_nxv1i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i64> @llvm.riscv.vrgather.vx.nxv1i64.i64( <vscale x 1 x i64> undef, <vscale x 1 x i64> %0, i64 9, i64 %1) ret <vscale x 1 x i64> %a } define <vscale x 1 x i64> @intrinsic_vrgather_mask_vi_nxv1i64_nxv1i64_i64(<vscale x 1 x i64> %0, <vscale x 1 x i64> %1, <vscale x 1 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv1i64_nxv1i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x i64> @llvm.riscv.vrgather.vx.mask.nxv1i64.i64( <vscale x 1 x i64> %0, <vscale x 1 x i64> %1, i64 9, <vscale x 1 x i1> %2, i64 %3, i64 1) ret <vscale x 1 x i64> %a } define <vscale x 2 x i64> @intrinsic_vrgather_vi_nxv2i64_nxv2i64_i64(<vscale x 2 x i64> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv2i64_nxv2i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vi v10, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i64> @llvm.riscv.vrgather.vx.nxv2i64.i64( <vscale x 2 x i64> undef, <vscale x 2 x i64> %0, i64 9, i64 %1) ret <vscale x 2 x i64> %a } define <vscale x 2 x i64> @intrinsic_vrgather_mask_vi_nxv2i64_nxv2i64_i64(<vscale x 2 x i64> %0, <vscale x 2 x i64> %1, <vscale x 2 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv2i64_nxv2i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v10, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x i64> @llvm.riscv.vrgather.vx.mask.nxv2i64.i64( <vscale x 2 x i64> %0, <vscale x 2 x i64> %1, i64 9, <vscale x 2 x i1> %2, i64 %3, i64 1) ret <vscale x 2 x i64> %a } define <vscale x 4 x i64> @intrinsic_vrgather_vi_nxv4i64_nxv4i64_i64(<vscale x 4 x i64> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv4i64_nxv4i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vi v12, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i64> @llvm.riscv.vrgather.vx.nxv4i64.i64( <vscale x 4 x i64> undef, <vscale x 4 x i64> %0, i64 9, i64 %1) ret <vscale x 4 x i64> %a } define <vscale x 4 x i64> @intrinsic_vrgather_mask_vi_nxv4i64_nxv4i64_i64(<vscale x 4 x i64> %0, <vscale x 4 x i64> %1, <vscale x 4 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv4i64_nxv4i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v12, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x i64> @llvm.riscv.vrgather.vx.mask.nxv4i64.i64( <vscale x 4 x i64> %0, <vscale x 4 x i64> %1, i64 9, <vscale x 4 x i1> %2, i64 %3, i64 1) ret <vscale x 4 x i64> %a } define <vscale x 8 x i64> @intrinsic_vrgather_vi_nxv8i64_nxv8i64_i64(<vscale x 8 x i64> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv8i64_nxv8i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vi v16, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i64> @llvm.riscv.vrgather.vx.nxv8i64.i64( <vscale x 8 x i64> undef, <vscale x 8 x i64> %0, i64 9, i64 %1) ret <vscale x 8 x i64> %a } define <vscale x 8 x i64> @intrinsic_vrgather_mask_vi_nxv8i64_nxv8i64_i64(<vscale x 8 x i64> %0, <vscale x 8 x i64> %1, <vscale x 8 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv8i64_nxv8i64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v16, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x i64> @llvm.riscv.vrgather.vx.mask.nxv8i64.i64( <vscale x 8 x i64> %0, <vscale x 8 x i64> %1, i64 9, <vscale x 8 x i1> %2, i64 %3, i64 1) ret <vscale x 8 x i64> %a } define <vscale x 1 x half> @intrinsic_vrgather_vi_nxv1f16_nxv1f16_i64(<vscale x 1 x half> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv1f16_nxv1f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x half> @llvm.riscv.vrgather.vx.nxv1f16.i64( <vscale x 1 x half> undef, <vscale x 1 x half> %0, i64 9, i64 %1) ret <vscale x 1 x half> %a } define <vscale x 1 x half> @intrinsic_vrgather_mask_vi_nxv1f16_nxv1f16_i64(<vscale x 1 x half> %0, <vscale x 1 x half> %1, <vscale x 1 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv1f16_nxv1f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x half> @llvm.riscv.vrgather.vx.mask.nxv1f16.i64( <vscale x 1 x half> %0, <vscale x 1 x half> %1, i64 9, <vscale x 1 x i1> %2, i64 %3, i64 1) ret <vscale x 1 x half> %a } define <vscale x 2 x half> @intrinsic_vrgather_vi_nxv2f16_nxv2f16_i64(<vscale x 2 x half> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv2f16_nxv2f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x half> @llvm.riscv.vrgather.vx.nxv2f16.i64( <vscale x 2 x half> undef, <vscale x 2 x half> %0, i64 9, i64 %1) ret <vscale x 2 x half> %a } define <vscale x 2 x half> @intrinsic_vrgather_mask_vi_nxv2f16_nxv2f16_i64(<vscale x 2 x half> %0, <vscale x 2 x half> %1, <vscale x 2 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv2f16_nxv2f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x half> @llvm.riscv.vrgather.vx.mask.nxv2f16.i64( <vscale x 2 x half> %0, <vscale x 2 x half> %1, i64 9, <vscale x 2 x i1> %2, i64 %3, i64 1) ret <vscale x 2 x half> %a } define <vscale x 4 x half> @intrinsic_vrgather_vi_nxv4f16_nxv4f16_i64(<vscale x 4 x half> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv4f16_nxv4f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x half> @llvm.riscv.vrgather.vx.nxv4f16.i64( <vscale x 4 x half> undef, <vscale x 4 x half> %0, i64 9, i64 %1) ret <vscale x 4 x half> %a } define <vscale x 4 x half> @intrinsic_vrgather_mask_vi_nxv4f16_nxv4f16_i64(<vscale x 4 x half> %0, <vscale x 4 x half> %1, <vscale x 4 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv4f16_nxv4f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m1, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x half> @llvm.riscv.vrgather.vx.mask.nxv4f16.i64( <vscale x 4 x half> %0, <vscale x 4 x half> %1, i64 9, <vscale x 4 x i1> %2, i64 %3, i64 1) ret <vscale x 4 x half> %a } define <vscale x 8 x half> @intrinsic_vrgather_vi_nxv8f16_nxv8f16_i64(<vscale x 8 x half> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv8f16_nxv8f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vi v10, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x half> @llvm.riscv.vrgather.vx.nxv8f16.i64( <vscale x 8 x half> undef, <vscale x 8 x half> %0, i64 9, i64 %1) ret <vscale x 8 x half> %a } define <vscale x 8 x half> @intrinsic_vrgather_mask_vi_nxv8f16_nxv8f16_i64(<vscale x 8 x half> %0, <vscale x 8 x half> %1, <vscale x 8 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv8f16_nxv8f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v10, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x half> @llvm.riscv.vrgather.vx.mask.nxv8f16.i64( <vscale x 8 x half> %0, <vscale x 8 x half> %1, i64 9, <vscale x 8 x i1> %2, i64 %3, i64 1) ret <vscale x 8 x half> %a } define <vscale x 16 x half> @intrinsic_vrgather_vi_nxv16f16_nxv16f16_i64(<vscale x 16 x half> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv16f16_nxv16f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vi v12, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x half> @llvm.riscv.vrgather.vx.nxv16f16.i64( <vscale x 16 x half> undef, <vscale x 16 x half> %0, i64 9, i64 %1) ret <vscale x 16 x half> %a } define <vscale x 16 x half> @intrinsic_vrgather_mask_vi_nxv16f16_nxv16f16_i64(<vscale x 16 x half> %0, <vscale x 16 x half> %1, <vscale x 16 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv16f16_nxv16f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v12, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x half> @llvm.riscv.vrgather.vx.mask.nxv16f16.i64( <vscale x 16 x half> %0, <vscale x 16 x half> %1, i64 9, <vscale x 16 x i1> %2, i64 %3, i64 1) ret <vscale x 16 x half> %a } define <vscale x 32 x half> @intrinsic_vrgather_vi_nxv32f16_nxv32f16_i64(<vscale x 32 x half> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv32f16_nxv32f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vi v16, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x half> @llvm.riscv.vrgather.vx.nxv32f16.i64( <vscale x 32 x half> undef, <vscale x 32 x half> %0, i64 9, i64 %1) ret <vscale x 32 x half> %a } define <vscale x 32 x half> @intrinsic_vrgather_mask_vi_nxv32f16_nxv32f16_i64(<vscale x 32 x half> %0, <vscale x 32 x half> %1, <vscale x 32 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv32f16_nxv32f16_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e16, m8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v16, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 32 x half> @llvm.riscv.vrgather.vx.mask.nxv32f16.i64( <vscale x 32 x half> %0, <vscale x 32 x half> %1, i64 9, <vscale x 32 x i1> %2, i64 %3, i64 1) ret <vscale x 32 x half> %a } define <vscale x 1 x float> @intrinsic_vrgather_vi_nxv1f32_nxv1f32_i64(<vscale x 1 x float> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv1f32_nxv1f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv1r.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x float> @llvm.riscv.vrgather.vx.nxv1f32.i64( <vscale x 1 x float> undef, <vscale x 1 x float> %0, i64 9, i64 %1) ret <vscale x 1 x float> %a } define <vscale x 1 x float> @intrinsic_vrgather_mask_vi_nxv1f32_nxv1f32_i64(<vscale x 1 x float> %0, <vscale x 1 x float> %1, <vscale x 1 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv1f32_nxv1f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, mf2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x float> @llvm.riscv.vrgather.vx.mask.nxv1f32.i64( <vscale x 1 x float> %0, <vscale x 1 x float> %1, i64 9, <vscale x 1 x i1> %2, i64 %3, i64 1) ret <vscale x 1 x float> %a } define <vscale x 2 x float> @intrinsic_vrgather_vi_nxv2f32_nxv2f32_i64(<vscale x 2 x float> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv2f32_nxv2f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x float> @llvm.riscv.vrgather.vx.nxv2f32.i64( <vscale x 2 x float> undef, <vscale x 2 x float> %0, i64 9, i64 %1) ret <vscale x 2 x float> %a } define <vscale x 2 x float> @intrinsic_vrgather_mask_vi_nxv2f32_nxv2f32_i64(<vscale x 2 x float> %0, <vscale x 2 x float> %1, <vscale x 2 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv2f32_nxv2f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m1, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x float> @llvm.riscv.vrgather.vx.mask.nxv2f32.i64( <vscale x 2 x float> %0, <vscale x 2 x float> %1, i64 9, <vscale x 2 x i1> %2, i64 %3, i64 1) ret <vscale x 2 x float> %a } define <vscale x 4 x float> @intrinsic_vrgather_vi_nxv4f32_nxv4f32_i64(<vscale x 4 x float> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv4f32_nxv4f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vi v10, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x float> @llvm.riscv.vrgather.vx.nxv4f32.i64( <vscale x 4 x float> undef, <vscale x 4 x float> %0, i64 9, i64 %1) ret <vscale x 4 x float> %a } define <vscale x 4 x float> @intrinsic_vrgather_mask_vi_nxv4f32_nxv4f32_i64(<vscale x 4 x float> %0, <vscale x 4 x float> %1, <vscale x 4 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv4f32_nxv4f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v10, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x float> @llvm.riscv.vrgather.vx.mask.nxv4f32.i64( <vscale x 4 x float> %0, <vscale x 4 x float> %1, i64 9, <vscale x 4 x i1> %2, i64 %3, i64 1) ret <vscale x 4 x float> %a } define <vscale x 8 x float> @intrinsic_vrgather_vi_nxv8f32_nxv8f32_i64(<vscale x 8 x float> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv8f32_nxv8f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vi v12, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x float> @llvm.riscv.vrgather.vx.nxv8f32.i64( <vscale x 8 x float> undef, <vscale x 8 x float> %0, i64 9, i64 %1) ret <vscale x 8 x float> %a } define <vscale x 8 x float> @intrinsic_vrgather_mask_vi_nxv8f32_nxv8f32_i64(<vscale x 8 x float> %0, <vscale x 8 x float> %1, <vscale x 8 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv8f32_nxv8f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v12, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x float> @llvm.riscv.vrgather.vx.mask.nxv8f32.i64( <vscale x 8 x float> %0, <vscale x 8 x float> %1, i64 9, <vscale x 8 x i1> %2, i64 %3, i64 1) ret <vscale x 8 x float> %a } define <vscale x 16 x float> @intrinsic_vrgather_vi_nxv16f32_nxv16f32_i64(<vscale x 16 x float> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv16f32_nxv16f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vi v16, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x float> @llvm.riscv.vrgather.vx.nxv16f32.i64( <vscale x 16 x float> undef, <vscale x 16 x float> %0, i64 9, i64 %1) ret <vscale x 16 x float> %a } define <vscale x 16 x float> @intrinsic_vrgather_mask_vi_nxv16f32_nxv16f32_i64(<vscale x 16 x float> %0, <vscale x 16 x float> %1, <vscale x 16 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv16f32_nxv16f32_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e32, m8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v16, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 16 x float> @llvm.riscv.vrgather.vx.mask.nxv16f32.i64( <vscale x 16 x float> %0, <vscale x 16 x float> %1, i64 9, <vscale x 16 x i1> %2, i64 %3, i64 1) ret <vscale x 16 x float> %a } define <vscale x 1 x double> @intrinsic_vrgather_vi_nxv1f64_nxv1f64_i64(<vscale x 1 x double> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv1f64_nxv1f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vi v9, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v9 ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x double> @llvm.riscv.vrgather.vx.nxv1f64.i64( <vscale x 1 x double> undef, <vscale x 1 x double> %0, i64 9, i64 %1) ret <vscale x 1 x double> %a } define <vscale x 1 x double> @intrinsic_vrgather_mask_vi_nxv1f64_nxv1f64_i64(<vscale x 1 x double> %0, <vscale x 1 x double> %1, <vscale x 1 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv1f64_nxv1f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m1, ta, mu ; CHECK-NEXT: vrgather.vi v8, v9, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 1 x double> @llvm.riscv.vrgather.vx.mask.nxv1f64.i64( <vscale x 1 x double> %0, <vscale x 1 x double> %1, i64 9, <vscale x 1 x i1> %2, i64 %3, i64 1) ret <vscale x 1 x double> %a } define <vscale x 2 x double> @intrinsic_vrgather_vi_nxv2f64_nxv2f64_i64(<vscale x 2 x double> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv2f64_nxv2f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vi v10, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v10 ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x double> @llvm.riscv.vrgather.vx.nxv2f64.i64( <vscale x 2 x double> undef, <vscale x 2 x double> %0, i64 9, i64 %1) ret <vscale x 2 x double> %a } define <vscale x 2 x double> @intrinsic_vrgather_mask_vi_nxv2f64_nxv2f64_i64(<vscale x 2 x double> %0, <vscale x 2 x double> %1, <vscale x 2 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv2f64_nxv2f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m2, ta, mu ; CHECK-NEXT: vrgather.vi v8, v10, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 2 x double> @llvm.riscv.vrgather.vx.mask.nxv2f64.i64( <vscale x 2 x double> %0, <vscale x 2 x double> %1, i64 9, <vscale x 2 x i1> %2, i64 %3, i64 1) ret <vscale x 2 x double> %a } define <vscale x 4 x double> @intrinsic_vrgather_vi_nxv4f64_nxv4f64_i64(<vscale x 4 x double> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv4f64_nxv4f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vi v12, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v12 ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x double> @llvm.riscv.vrgather.vx.nxv4f64.i64( <vscale x 4 x double> undef, <vscale x 4 x double> %0, i64 9, i64 %1) ret <vscale x 4 x double> %a } define <vscale x 4 x double> @intrinsic_vrgather_mask_vi_nxv4f64_nxv4f64_i64(<vscale x 4 x double> %0, <vscale x 4 x double> %1, <vscale x 4 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv4f64_nxv4f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m4, ta, mu ; CHECK-NEXT: vrgather.vi v8, v12, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 4 x double> @llvm.riscv.vrgather.vx.mask.nxv4f64.i64( <vscale x 4 x double> %0, <vscale x 4 x double> %1, i64 9, <vscale x 4 x i1> %2, i64 %3, i64 1) ret <vscale x 4 x double> %a } define <vscale x 8 x double> @intrinsic_vrgather_vi_nxv8f64_nxv8f64_i64(<vscale x 8 x double> %0, i64 %1) nounwind { ; CHECK-LABEL: intrinsic_vrgather_vi_nxv8f64_nxv8f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vi v16, v8, 9 ; CHECK-NEXT: vmv.v.v v8, v16 ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x double> @llvm.riscv.vrgather.vx.nxv8f64.i64( <vscale x 8 x double> undef, <vscale x 8 x double> %0, i64 9, i64 %1) ret <vscale x 8 x double> %a } define <vscale x 8 x double> @intrinsic_vrgather_mask_vi_nxv8f64_nxv8f64_i64(<vscale x 8 x double> %0, <vscale x 8 x double> %1, <vscale x 8 x i1> %2, i64 %3) nounwind { ; CHECK-LABEL: intrinsic_vrgather_mask_vi_nxv8f64_nxv8f64_i64: ; CHECK: # %bb.0: # %entry ; CHECK-NEXT: vsetvli zero, a0, e64, m8, ta, mu ; CHECK-NEXT: vrgather.vi v8, v16, 9, v0.t ; CHECK-NEXT: ret entry: %a = call <vscale x 8 x double> @llvm.riscv.vrgather.vx.mask.nxv8f64.i64( <vscale x 8 x double> %0, <vscale x 8 x double> %1, i64 9, <vscale x 8 x i1> %2, i64 %3, i64 1) ret <vscale x 8 x double> %a }