2021-01-21 21:54:20 +08:00
|
|
|
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
2020-12-24 10:31:35 +08:00
|
|
|
; RUN: llc -mtriple=riscv32 -mattr=+experimental-v -verify-machineinstrs \
|
2021-05-27 00:59:10 +08:00
|
|
|
; RUN: < %s | FileCheck %s
|
2020-12-24 10:31:35 +08:00
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv1i8(
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 1 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_vs_nxv8i8_nxv1i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 1 x i8> %1, <vscale x 8 x i8> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv8i8_nxv1i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, mf8, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv1i8(
|
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 1 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv1i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 1 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 1 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_mask_vs_nxv8i8_nxv1i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 1 x i8> %1, <vscale x 8 x i8> %2, <vscale x 1 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv8i8_nxv1i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, mf8, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv1i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 1 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
<vscale x 1 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv2i8(
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 2 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_vs_nxv8i8_nxv2i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 2 x i8> %1, <vscale x 8 x i8> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv8i8_nxv2i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, mf4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv2i8(
|
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 2 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv2i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 2 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 2 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_mask_vs_nxv8i8_nxv2i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 2 x i8> %1, <vscale x 8 x i8> %2, <vscale x 2 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv8i8_nxv2i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, mf4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv2i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 2 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
<vscale x 2 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv4i8(
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 4 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_vs_nxv8i8_nxv4i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 4 x i8> %1, <vscale x 8 x i8> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv8i8_nxv4i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, mf2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv4i8(
|
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 4 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv4i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 4 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 4 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_mask_vs_nxv8i8_nxv4i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 4 x i8> %1, <vscale x 8 x i8> %2, <vscale x 4 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv8i8_nxv4i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, mf2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv4i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 4 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
<vscale x 4 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv8i8(
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_vs_nxv8i8_nxv8i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 8 x i8> %1, <vscale x 8 x i8> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv8i8_nxv8i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, m1, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv8i8(
|
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 8 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv8i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 8 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_mask_vs_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, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv8i8_nxv8i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, m1, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv8i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 8 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
<vscale x 8 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv16i8(
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 16 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_vs_nxv8i8_nxv16i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 16 x i8> %1, <vscale x 8 x i8> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv8i8_nxv16i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, m2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv16i8(
|
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 16 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv16i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 16 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 16 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_mask_vs_nxv8i8_nxv16i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 16 x i8> %1, <vscale x 8 x i8> %2, <vscale x 16 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv8i8_nxv16i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, m2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv16i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 16 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
<vscale x 16 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv32i8(
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 32 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_vs_nxv8i8_nxv32i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 32 x i8> %1, <vscale x 8 x i8> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv8i8_nxv32i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, m4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.nxv8i8.nxv32i8(
|
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 32 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv32i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 32 x i8>,
|
|
|
|
<vscale x 8 x i8>,
|
|
|
|
<vscale x 32 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 8 x i8> @intrinsic_vredand_mask_vs_nxv8i8_nxv32i8_nxv8i8(<vscale x 8 x i8> %0, <vscale x 32 x i8> %1, <vscale x 8 x i8> %2, <vscale x 32 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv8i8_nxv32i8_nxv8i8:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e8, m4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 8 x i8> @llvm.riscv.vredand.mask.nxv8i8.nxv32i8(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 8 x i8> %0,
|
|
|
|
<vscale x 32 x i8> %1,
|
|
|
|
<vscale x 8 x i8> %2,
|
|
|
|
<vscale x 32 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 8 x i8> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv1i16(
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 1 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_vs_nxv4i16_nxv1i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 1 x i16> %1, <vscale x 4 x i16> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv4i16_nxv1i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, mf4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv1i16(
|
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 1 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv1i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 1 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 1 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_mask_vs_nxv4i16_nxv1i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 1 x i16> %1, <vscale x 4 x i16> %2, <vscale x 1 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv4i16_nxv1i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, mf4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv1i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 1 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
<vscale x 1 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv2i16(
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 2 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_vs_nxv4i16_nxv2i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 2 x i16> %1, <vscale x 4 x i16> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv4i16_nxv2i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, mf2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv2i16(
|
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 2 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv2i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 2 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 2 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_mask_vs_nxv4i16_nxv2i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 2 x i16> %1, <vscale x 4 x i16> %2, <vscale x 2 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv4i16_nxv2i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, mf2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv2i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 2 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
<vscale x 2 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv4i16(
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_vs_nxv4i16_nxv4i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 4 x i16> %1, <vscale x 4 x i16> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv4i16_nxv4i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m1, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv4i16(
|
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 4 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv4i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 4 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_mask_vs_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, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv4i16_nxv4i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m1, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv4i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 4 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
<vscale x 4 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv8i16(
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 8 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_vs_nxv4i16_nxv8i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 8 x i16> %1, <vscale x 4 x i16> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv4i16_nxv8i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv8i16(
|
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 8 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv8i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 8 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 8 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_mask_vs_nxv4i16_nxv8i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 8 x i16> %1, <vscale x 4 x i16> %2, <vscale x 8 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv4i16_nxv8i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv8i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 8 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
<vscale x 8 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv16i16(
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 16 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_vs_nxv4i16_nxv16i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 16 x i16> %1, <vscale x 4 x i16> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv4i16_nxv16i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv16i16(
|
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 16 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv16i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 16 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 16 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_mask_vs_nxv4i16_nxv16i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 16 x i16> %1, <vscale x 4 x i16> %2, <vscale x 16 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv4i16_nxv16i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv16i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 16 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
<vscale x 16 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv32i16(
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 32 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_vs_nxv4i16_nxv32i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 32 x i16> %1, <vscale x 4 x i16> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv4i16_nxv32i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m8, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v16, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.nxv4i16.nxv32i16(
|
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 32 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv32i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 32 x i16>,
|
|
|
|
<vscale x 4 x i16>,
|
|
|
|
<vscale x 32 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 4 x i16> @intrinsic_vredand_mask_vs_nxv4i16_nxv32i16_nxv4i16(<vscale x 4 x i16> %0, <vscale x 32 x i16> %1, <vscale x 4 x i16> %2, <vscale x 32 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv4i16_nxv32i16_nxv4i16:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e16, m8, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v16, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 4 x i16> @llvm.riscv.vredand.mask.nxv4i16.nxv32i16(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 4 x i16> %0,
|
|
|
|
<vscale x 32 x i16> %1,
|
|
|
|
<vscale x 4 x i16> %2,
|
|
|
|
<vscale x 32 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 4 x i16> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv1i32(
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 1 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_vs_nxv2i32_nxv1i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 1 x i32> %1, <vscale x 2 x i32> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv2i32_nxv1i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, mf2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv1i32(
|
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 1 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv1i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 1 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 1 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_mask_vs_nxv2i32_nxv1i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 1 x i32> %1, <vscale x 2 x i32> %2, <vscale x 1 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv2i32_nxv1i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, mf2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv1i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 1 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
<vscale x 1 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv2i32(
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_vs_nxv2i32_nxv2i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 2 x i32> %1, <vscale x 2 x i32> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv2i32_nxv2i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m1, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv2i32(
|
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 2 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv2i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 2 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_mask_vs_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, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv2i32_nxv2i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m1, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv2i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 2 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
<vscale x 2 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv4i32(
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 4 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_vs_nxv2i32_nxv4i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 4 x i32> %1, <vscale x 2 x i32> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv2i32_nxv4i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv4i32(
|
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 4 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv4i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 4 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 4 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_mask_vs_nxv2i32_nxv4i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 4 x i32> %1, <vscale x 2 x i32> %2, <vscale x 4 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv2i32_nxv4i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m2, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv4i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 4 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
<vscale x 4 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv8i32(
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 8 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_vs_nxv2i32_nxv8i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 8 x i32> %1, <vscale x 2 x i32> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv2i32_nxv8i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv8i32(
|
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 8 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv8i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 8 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 8 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_mask_vs_nxv2i32_nxv8i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 8 x i32> %1, <vscale x 2 x i32> %2, <vscale x 8 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv2i32_nxv8i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m4, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv8i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 8 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
<vscale x 8 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv16i32(
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 16 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_vs_nxv2i32_nxv16i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 16 x i32> %1, <vscale x 2 x i32> %2, i32 %3) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv2i32_nxv16i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m8, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v16, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.nxv2i32.nxv16i32(
|
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 16 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
|
|
|
|
2020-12-31 02:41:41 +08:00
|
|
|
declare <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv16i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 16 x i32>,
|
|
|
|
<vscale x 2 x i32>,
|
|
|
|
<vscale x 16 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 2 x i32> @intrinsic_vredand_mask_vs_nxv2i32_nxv16i32_nxv2i32(<vscale x 2 x i32> %0, <vscale x 16 x i32> %1, <vscale x 2 x i32> %2, <vscale x 16 x i1> %3, i32 %4) nounwind {
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv2i32_nxv16i32_nxv2i32:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e32, m8, tu, mu
|
2021-01-21 21:54:20 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v16, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2020-12-24 10:31:35 +08:00
|
|
|
entry:
|
2020-12-31 02:41:41 +08:00
|
|
|
%a = call <vscale x 2 x i32> @llvm.riscv.vredand.mask.nxv2i32.nxv16i32(
|
2020-12-24 10:31:35 +08:00
|
|
|
<vscale x 2 x i32> %0,
|
|
|
|
<vscale x 16 x i32> %1,
|
|
|
|
<vscale x 2 x i32> %2,
|
|
|
|
<vscale x 16 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 2 x i32> %a
|
|
|
|
}
|
2021-04-02 11:20:15 +08:00
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv1i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_vs_nxv1i64_nxv1i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 1 x i64> %1, <vscale x 1 x i64> %2, i32 %3) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv1i64_nxv1i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m1, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv1i64(
|
|
|
|
<vscale x 1 x i64> %0,
|
|
|
|
<vscale x 1 x i64> %1,
|
|
|
|
<vscale x 1 x i64> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.mask.nxv1i64.nxv1i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 1 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_mask_vs_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, i32 %4) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv1i64_nxv1i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m1, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v9, v10, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.mask.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,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv2i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 2 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_vs_nxv1i64_nxv2i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 2 x i64> %1, <vscale x 1 x i64> %2, i32 %3) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv1i64_nxv2i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m2, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv2i64(
|
|
|
|
<vscale x 1 x i64> %0,
|
|
|
|
<vscale x 2 x i64> %1,
|
|
|
|
<vscale x 1 x i64> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.mask.nxv1i64.nxv2i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 2 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 2 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_mask_vs_nxv1i64_nxv2i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 2 x i64> %1, <vscale x 1 x i64> %2, <vscale x 2 x i1> %3, i32 %4) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv1i64_nxv2i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m2, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v10, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.mask.nxv1i64.nxv2i64(
|
|
|
|
<vscale x 1 x i64> %0,
|
|
|
|
<vscale x 2 x i64> %1,
|
|
|
|
<vscale x 1 x i64> %2,
|
|
|
|
<vscale x 2 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv4i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 4 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_vs_nxv1i64_nxv4i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 4 x i64> %1, <vscale x 1 x i64> %2, i32 %3) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv1i64_nxv4i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m4, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv4i64(
|
|
|
|
<vscale x 1 x i64> %0,
|
|
|
|
<vscale x 4 x i64> %1,
|
|
|
|
<vscale x 1 x i64> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.mask.nxv1i64.nxv4i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 4 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 4 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_mask_vs_nxv1i64_nxv4i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 4 x i64> %1, <vscale x 1 x i64> %2, <vscale x 4 x i1> %3, i32 %4) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv1i64_nxv4i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m4, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v12, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.mask.nxv1i64.nxv4i64(
|
|
|
|
<vscale x 1 x i64> %0,
|
|
|
|
<vscale x 4 x i64> %1,
|
|
|
|
<vscale x 1 x i64> %2,
|
|
|
|
<vscale x 4 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv8i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 8 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_vs_nxv1i64_nxv8i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 8 x i64> %1, <vscale x 1 x i64> %2, i32 %3) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_vs_nxv1i64_nxv8i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m8, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v16, v9
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.nxv1i64.nxv8i64(
|
|
|
|
<vscale x 1 x i64> %0,
|
|
|
|
<vscale x 8 x i64> %1,
|
|
|
|
<vscale x 1 x i64> %2,
|
|
|
|
i32 %3)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|
|
|
|
|
|
|
|
declare <vscale x 1 x i64> @llvm.riscv.vredand.mask.nxv1i64.nxv8i64(
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 8 x i64>,
|
|
|
|
<vscale x 1 x i64>,
|
|
|
|
<vscale x 8 x i1>,
|
|
|
|
i32);
|
|
|
|
|
|
|
|
define <vscale x 1 x i64> @intrinsic_vredand_mask_vs_nxv1i64_nxv8i64_nxv1i64(<vscale x 1 x i64> %0, <vscale x 8 x i64> %1, <vscale x 1 x i64> %2, <vscale x 8 x i1> %3, i32 %4) nounwind {
|
|
|
|
; CHECK-LABEL: intrinsic_vredand_mask_vs_nxv1i64_nxv8i64_nxv1i64:
|
|
|
|
; CHECK: # %bb.0: # %entry
|
2021-06-08 15:40:56 +08:00
|
|
|
; CHECK-NEXT: vsetvli zero, a0, e64, m8, tu, mu
|
2021-04-02 11:20:15 +08:00
|
|
|
; CHECK-NEXT: vredand.vs v8, v16, v9, v0.t
|
2021-05-27 00:59:10 +08:00
|
|
|
; CHECK-NEXT: ret
|
2021-04-02 11:20:15 +08:00
|
|
|
entry:
|
|
|
|
%a = call <vscale x 1 x i64> @llvm.riscv.vredand.mask.nxv1i64.nxv8i64(
|
|
|
|
<vscale x 1 x i64> %0,
|
|
|
|
<vscale x 8 x i64> %1,
|
|
|
|
<vscale x 1 x i64> %2,
|
|
|
|
<vscale x 8 x i1> %3,
|
|
|
|
i32 %4)
|
|
|
|
|
|
|
|
ret <vscale x 1 x i64> %a
|
|
|
|
}
|