// 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_vqdotu_vx_u32mf2_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0:[0-9]+]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.nxv1i32.nxv4i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32mf2_t test_vqdotu_vx_u32mf2_tu(vuint32mf2_t vd, vuint8mf2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tu(vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m1_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.nxv2i32.nxv8i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m1_t test_vqdotu_vx_u32m1_tu(vuint32m1_t vd, vuint8m1_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tu(vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m2_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.nxv4i32.nxv16i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m2_t test_vqdotu_vx_u32m2_tu(vuint32m2_t vd, vuint8m2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tu(vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m4_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.nxv8i32.nxv32i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m4_t test_vqdotu_vx_u32m4_tu(vuint32m4_t vd, vuint8m4_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tu(vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m8_tu( // CHECK-RV64-SAME: [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.nxv16i32.nxv64i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m8_t test_vqdotu_vx_u32m8_tu(vuint32m8_t vd, vuint8m8_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tu(vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32mf2_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv1i32.nxv4i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32mf2_t test_vqdotu_vx_u32mf2_tum(vbool64_t vm, vuint32mf2_t vd, vuint8mf2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tum(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m1_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv2i32.nxv8i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m1_t test_vqdotu_vx_u32m1_tum(vbool32_t vm, vuint32m1_t vd, vuint8m1_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tum(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m2_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv4i32.nxv16i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m2_t test_vqdotu_vx_u32m2_tum(vbool16_t vm, vuint32m2_t vd, vuint8m2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tum(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m4_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv8i32.nxv32i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m4_t test_vqdotu_vx_u32m4_tum(vbool8_t vm, vuint32m4_t vd, vuint8m4_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tum(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m8_tum( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv16i32.nxv64i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 2) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m8_t test_vqdotu_vx_u32m8_tum(vbool4_t vm, vuint32m8_t vd, vuint8m8_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tum(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32mf2_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv1i32.nxv4i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32mf2_t test_vqdotu_vx_u32mf2_tumu(vbool64_t vm, vuint32mf2_t vd, vuint8mf2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tumu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m1_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv2i32.nxv8i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m1_t test_vqdotu_vx_u32m1_tumu(vbool32_t vm, vuint32m1_t vd, vuint8m1_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tumu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m2_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv4i32.nxv16i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m2_t test_vqdotu_vx_u32m2_tumu(vbool16_t vm, vuint32m2_t vd, vuint8m2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tumu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m4_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv8i32.nxv32i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m4_t test_vqdotu_vx_u32m4_tumu(vbool8_t vm, vuint32m4_t vd, vuint8m4_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tumu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m8_tumu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv16i32.nxv64i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 0) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m8_t test_vqdotu_vx_u32m8_tumu(vbool4_t vm, vuint32m8_t vd, vuint8m8_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_tumu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32mf2_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv1i32.nxv4i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32mf2_t test_vqdotu_vx_u32mf2_mu(vbool64_t vm, vuint32mf2_t vd, vuint8mf2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_mu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m1_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv2i32.nxv8i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m1_t test_vqdotu_vx_u32m1_mu(vbool32_t vm, vuint32m1_t vd, vuint8m1_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_mu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m2_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv4i32.nxv16i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m2_t test_vqdotu_vx_u32m2_mu(vbool16_t vm, vuint32m2_t vd, vuint8m2_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_mu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m4_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv8i32.nxv32i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m4_t test_vqdotu_vx_u32m4_mu(vbool8_t vm, vuint32m4_t vd, vuint8m4_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_mu(vm, vd, vs2, rs1, vl); } // CHECK-RV64-LABEL: define dso_local @test_vqdotu_vx_u32m8_mu( // CHECK-RV64-SAME: [[VM:%.*]], [[VD:%.*]], [[VS2:%.*]], i32 noundef signext [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { // CHECK-RV64-NEXT: entry: // CHECK-RV64-NEXT: [[TMP0:%.*]] = call @llvm.riscv.vqdotu.mask.nxv16i32.nxv64i8.i32.i64( [[VD]], [[VS2]], i32 [[RS1]], [[VM]], i64 [[VL]], i64 1) // CHECK-RV64-NEXT: ret [[TMP0]] // vuint32m8_t test_vqdotu_vx_u32m8_mu(vbool4_t vm, vuint32m8_t vd, vuint8m8_t vs2, uint32_t rs1, size_t vl) { return __riscv_vqdotu_mu(vm, vd, vs2, rs1, vl); }