1 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
2 // REQUIRES: riscv-registered-target
3 // RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +xsfvqmaccdod \
4 // RUN: -disable-O0-optnone -emit-llvm %s -o - | opt -S -passes=mem2reg | \
5 // RUN: FileCheck --check-prefix=CHECK-RV64 %s
7 #include <sifive_vector.h>
9 // CHECK-RV64-LABEL: define dso_local <vscale x 2 x i32> @test_sf_vqmacc_2x8x2_i32m1_tu
10 // CHECK-RV64-SAME: (<vscale x 2 x i32> [[VD:%.*]], <vscale x 8 x i8> [[VS1:%.*]], <vscale x 8 x i8> [[VS2:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0:[0-9]+]] {
11 // CHECK-RV64-NEXT: entry:
12 // CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 2 x i32> @llvm.riscv.sf.vqmacc.2x8x2.nxv2i32.nxv8i8.nxv8i8.i64(<vscale x 2 x i32> [[VD]], <vscale x 8 x i8> [[VS1]], <vscale x 8 x i8> [[VS2]], i64 [[VL]], i64 2)
13 // CHECK-RV64-NEXT: ret <vscale x 2 x i32> [[TMP0]]
15 vint32m1_t
test_sf_vqmacc_2x8x2_i32m1_tu(vint32m1_t vd
, vint8m1_t vs1
, vint8m1_t vs2
, size_t vl
) {
16 return __riscv_sf_vqmacc_2x8x2_tu(vd
, vs1
, vs2
, vl
);
19 // CHECK-RV64-LABEL: define dso_local <vscale x 4 x i32> @test_sf_vqmacc_2x8x2_i32m2_tu
20 // CHECK-RV64-SAME: (<vscale x 4 x i32> [[VD:%.*]], <vscale x 8 x i8> [[VS1:%.*]], <vscale x 16 x i8> [[VS2:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] {
21 // CHECK-RV64-NEXT: entry:
22 // CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 4 x i32> @llvm.riscv.sf.vqmacc.2x8x2.nxv4i32.nxv8i8.nxv16i8.i64(<vscale x 4 x i32> [[VD]], <vscale x 8 x i8> [[VS1]], <vscale x 16 x i8> [[VS2]], i64 [[VL]], i64 2)
23 // CHECK-RV64-NEXT: ret <vscale x 4 x i32> [[TMP0]]
25 vint32m2_t
test_sf_vqmacc_2x8x2_i32m2_tu(vint32m2_t vd
, vint8m1_t vs1
, vint8m2_t vs2
, size_t vl
) {
26 return __riscv_sf_vqmacc_2x8x2_tu(vd
, vs1
, vs2
, vl
);
29 // CHECK-RV64-LABEL: define dso_local <vscale x 8 x i32> @test_sf_vqmacc_2x8x2_i32m4_tu
30 // CHECK-RV64-SAME: (<vscale x 8 x i32> [[VD:%.*]], <vscale x 8 x i8> [[VS1:%.*]], <vscale x 32 x i8> [[VS2:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] {
31 // CHECK-RV64-NEXT: entry:
32 // CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 8 x i32> @llvm.riscv.sf.vqmacc.2x8x2.nxv8i32.nxv8i8.nxv32i8.i64(<vscale x 8 x i32> [[VD]], <vscale x 8 x i8> [[VS1]], <vscale x 32 x i8> [[VS2]], i64 [[VL]], i64 2)
33 // CHECK-RV64-NEXT: ret <vscale x 8 x i32> [[TMP0]]
35 vint32m4_t
test_sf_vqmacc_2x8x2_i32m4_tu(vint32m4_t vd
, vint8m1_t vs1
, vint8m4_t vs2
, size_t vl
) {
36 return __riscv_sf_vqmacc_2x8x2_tu(vd
, vs1
, vs2
, vl
);
39 // CHECK-RV64-LABEL: define dso_local <vscale x 16 x i32> @test_sf_vqmacc_2x8x2_i32m8_tu
40 // CHECK-RV64-SAME: (<vscale x 16 x i32> [[VD:%.*]], <vscale x 8 x i8> [[VS1:%.*]], <vscale x 64 x i8> [[VS2:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] {
41 // CHECK-RV64-NEXT: entry:
42 // CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 16 x i32> @llvm.riscv.sf.vqmacc.2x8x2.nxv16i32.nxv8i8.nxv64i8.i64(<vscale x 16 x i32> [[VD]], <vscale x 8 x i8> [[VS1]], <vscale x 64 x i8> [[VS2]], i64 [[VL]], i64 2)
43 // CHECK-RV64-NEXT: ret <vscale x 16 x i32> [[TMP0]]
45 vint32m8_t
test_sf_vqmacc_2x8x2_i32m8_tu(vint32m8_t vd
, vint8m1_t vs1
, vint8m8_t vs2
, size_t vl
) {
46 return __riscv_sf_vqmacc_2x8x2_tu(vd
, vs1
, vs2
, vl
);