// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4 // REQUIRES: riscv-registered-target // RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +experimental-zvqdotq -disable-O0-optnone \ // RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | \ // RUN: FileCheck --check-prefix=CHECK-RV64 %s #include // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32mf2_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0:[0-9]+]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.nxv1i32.nxv4i8.nxv4i8.i64( [[VD]], [[VS2]], [[VS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32mf2_t test_vqdot_vv_i32mf2_tu(vint32mf2_t vd, vint8mf2_t vs2, vint8mf2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32mf2_tu(vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m1_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.nxv2i32.nxv8i8.nxv8i8.i64( [[VD]], [[VS2]], [[VS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m1_t test_vqdot_vv_i32m1_tu(vint32m1_t vd, vint8m1_t vs2, vint8m1_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m1_tu(vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m2_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.nxv4i32.nxv16i8.nxv16i8.i64( [[VD]], [[VS2]], [[VS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m2_t test_vqdot_vv_i32m2_tu(vint32m2_t vd, vint8m2_t vs2, vint8m2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m2_tu(vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m4_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.nxv8i32.nxv32i8.nxv32i8.i64( [[VD]], [[VS2]], [[VS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m4_t test_vqdot_vv_i32m4_tu(vint32m4_t vd, vint8m4_t vs2, vint8m4_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m4_tu(vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m8_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.nxv16i32.nxv64i8.nxv64i8.i64( [[VD]], [[VS2]], [[VS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m8_t test_vqdot_vv_i32m8_tu(vint32m8_t vd, vint8m8_t vs2, vint8m8_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m8_tu(vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32mf2_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv1i32.nxv4i8.nxv4i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32mf2_t test_vqdot_vv_i32mf2_tum(vbool64_t vm, vint32mf2_t vd, vint8mf2_t vs2, vint8mf2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32mf2_tum(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m1_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv2i32.nxv8i8.nxv8i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m1_t test_vqdot_vv_i32m1_tum(vbool32_t vm, vint32m1_t vd, vint8m1_t vs2, vint8m1_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m1_tum(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m2_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv4i32.nxv16i8.nxv16i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m2_t test_vqdot_vv_i32m2_tum(vbool16_t vm, vint32m2_t vd, vint8m2_t vs2, vint8m2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m2_tum(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m4_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv8i32.nxv32i8.nxv32i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m4_t test_vqdot_vv_i32m4_tum(vbool8_t vm, vint32m4_t vd, vint8m4_t vs2, vint8m4_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m4_tum(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m8_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv16i32.nxv64i8.nxv64i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m8_t test_vqdot_vv_i32m8_tum(vbool4_t vm, vint32m8_t vd, vint8m8_t vs2, vint8m8_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m8_tum(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32mf2_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv1i32.nxv4i8.nxv4i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32mf2_t test_vqdot_vv_i32mf2_tumu(vbool64_t vm, vint32mf2_t vd, vint8mf2_t vs2, vint8mf2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32mf2_tumu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m1_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv2i32.nxv8i8.nxv8i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m1_t test_vqdot_vv_i32m1_tumu(vbool32_t vm, vint32m1_t vd, vint8m1_t vs2, vint8m1_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m1_tumu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m2_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv4i32.nxv16i8.nxv16i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m2_t test_vqdot_vv_i32m2_tumu(vbool16_t vm, vint32m2_t vd, vint8m2_t vs2, vint8m2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m2_tumu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m4_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv8i32.nxv32i8.nxv32i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m4_t test_vqdot_vv_i32m4_tumu(vbool8_t vm, vint32m4_t vd, vint8m4_t vs2, vint8m4_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m4_tumu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m8_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv16i32.nxv64i8.nxv64i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m8_t test_vqdot_vv_i32m8_tumu(vbool4_t vm, vint32m8_t vd, vint8m8_t vs2, vint8m8_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m8_tumu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32mf2_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv1i32.nxv4i8.nxv4i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32mf2_t test_vqdot_vv_i32mf2_mu(vbool64_t vm, vint32mf2_t vd, vint8mf2_t vs2, vint8mf2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32mf2_mu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m1_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv2i32.nxv8i8.nxv8i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m1_t test_vqdot_vv_i32m1_mu(vbool32_t vm, vint32m1_t vd, vint8m1_t vs2, vint8m1_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m1_mu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m2_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv4i32.nxv16i8.nxv16i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m2_t test_vqdot_vv_i32m2_mu(vbool16_t vm, vint32m2_t vd, vint8m2_t vs2, vint8m2_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m2_mu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m4_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv8i32.nxv32i8.nxv32i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m4_t test_vqdot_vv_i32m4_mu(vbool8_t vm, vint32m4_t vd, vint8m4_t vs2, vint8m4_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m4_mu(vm, vd, vs2, vs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdot_vv_i32m8_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], [[VS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdot.mask.nxv16i32.nxv64i8.nxv64i8.i64( [[VD]], [[VS2]], [[VS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vint32m8_t test_vqdot_vv_i32m8_mu(vbool4_t vm, vint32m8_t vd, vint8m8_t vs2, vint8m8_t vs1, size_t vl) { return __riscv_vqdot_vv_i32m8_mu(vm, vd, vs2, vs1, vl); }