|
| 1 | +// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 4 |
| 2 | +// REQUIRES: riscv-registered-target |
| 3 | +// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \ |
| 4 | +// RUN: -target-feature +experimental-zvfbfmin \ |
| 5 | +// RUN: -target-feature +zvfh -disable-O0-optnone \ |
| 6 | +// RUN: -emit-llvm %s -o - | opt -S -passes=mem2reg | \ |
| 7 | +// RUN: FileCheck --check-prefix=CHECK-RV64 %s |
| 8 | + |
| 9 | +#include <riscv_vector.h> |
| 10 | + |
| 11 | +// CHECK-RV64-LABEL: define dso_local <vscale x 1 x bfloat> @test_vle16_v_bf16mf4( |
| 12 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0:[0-9]+]] { |
| 13 | +// CHECK-RV64-NEXT: entry: |
| 14 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 1 x bfloat> @llvm.riscv.vle.nxv1bf16.i64(<vscale x 1 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 15 | +// CHECK-RV64-NEXT: ret <vscale x 1 x bfloat> [[TMP0]] |
| 16 | +// |
| 17 | +vbfloat16mf4_t test_vle16_v_bf16mf4(const __bf16 *rs1, size_t vl) { |
| 18 | + return __riscv_vle16_v_bf16mf4(rs1, vl); |
| 19 | +} |
| 20 | + |
| 21 | +// CHECK-RV64-LABEL: define dso_local <vscale x 2 x bfloat> @test_vle16_v_bf16mf2( |
| 22 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 23 | +// CHECK-RV64-NEXT: entry: |
| 24 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 2 x bfloat> @llvm.riscv.vle.nxv2bf16.i64(<vscale x 2 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 25 | +// CHECK-RV64-NEXT: ret <vscale x 2 x bfloat> [[TMP0]] |
| 26 | +// |
| 27 | +vbfloat16mf2_t test_vle16_v_bf16mf2(const __bf16 *rs1, size_t vl) { |
| 28 | + return __riscv_vle16_v_bf16mf2(rs1, vl); |
| 29 | +} |
| 30 | + |
| 31 | +// CHECK-RV64-LABEL: define dso_local <vscale x 4 x bfloat> @test_vle16_v_bf16m1( |
| 32 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 33 | +// CHECK-RV64-NEXT: entry: |
| 34 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 4 x bfloat> @llvm.riscv.vle.nxv4bf16.i64(<vscale x 4 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 35 | +// CHECK-RV64-NEXT: ret <vscale x 4 x bfloat> [[TMP0]] |
| 36 | +// |
| 37 | +vbfloat16m1_t test_vle16_v_bf16m1(const __bf16 *rs1, size_t vl) { |
| 38 | + return __riscv_vle16_v_bf16m1(rs1, vl); |
| 39 | +} |
| 40 | + |
| 41 | +// CHECK-RV64-LABEL: define dso_local <vscale x 8 x bfloat> @test_vle16_v_bf16m2( |
| 42 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 43 | +// CHECK-RV64-NEXT: entry: |
| 44 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 8 x bfloat> @llvm.riscv.vle.nxv8bf16.i64(<vscale x 8 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 45 | +// CHECK-RV64-NEXT: ret <vscale x 8 x bfloat> [[TMP0]] |
| 46 | +// |
| 47 | +vbfloat16m2_t test_vle16_v_bf16m2(const __bf16 *rs1, size_t vl) { |
| 48 | + return __riscv_vle16_v_bf16m2(rs1, vl); |
| 49 | +} |
| 50 | + |
| 51 | +// CHECK-RV64-LABEL: define dso_local <vscale x 16 x bfloat> @test_vle16_v_bf16m4( |
| 52 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 53 | +// CHECK-RV64-NEXT: entry: |
| 54 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 16 x bfloat> @llvm.riscv.vle.nxv16bf16.i64(<vscale x 16 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 55 | +// CHECK-RV64-NEXT: ret <vscale x 16 x bfloat> [[TMP0]] |
| 56 | +// |
| 57 | +vbfloat16m4_t test_vle16_v_bf16m4(const __bf16 *rs1, size_t vl) { |
| 58 | + return __riscv_vle16_v_bf16m4(rs1, vl); |
| 59 | +} |
| 60 | + |
| 61 | +// CHECK-RV64-LABEL: define dso_local <vscale x 32 x bfloat> @test_vle16_v_bf16m8( |
| 62 | +// CHECK-RV64-SAME: ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 63 | +// CHECK-RV64-NEXT: entry: |
| 64 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 32 x bfloat> @llvm.riscv.vle.nxv32bf16.i64(<vscale x 32 x bfloat> poison, ptr [[RS1]], i64 [[VL]]) |
| 65 | +// CHECK-RV64-NEXT: ret <vscale x 32 x bfloat> [[TMP0]] |
| 66 | +// |
| 67 | +vbfloat16m8_t test_vle16_v_bf16m8(const __bf16 *rs1, size_t vl) { |
| 68 | + return __riscv_vle16_v_bf16m8(rs1, vl); |
| 69 | +} |
| 70 | + |
| 71 | +// CHECK-RV64-LABEL: define dso_local <vscale x 1 x bfloat> @test_vle16_v_bf16mf4_m( |
| 72 | +// CHECK-RV64-SAME: <vscale x 1 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 73 | +// CHECK-RV64-NEXT: entry: |
| 74 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 1 x bfloat> @llvm.riscv.vle.mask.nxv1bf16.i64(<vscale x 1 x bfloat> poison, ptr [[RS1]], <vscale x 1 x i1> [[VM]], i64 [[VL]], i64 3) |
| 75 | +// CHECK-RV64-NEXT: ret <vscale x 1 x bfloat> [[TMP0]] |
| 76 | +// |
| 77 | +vbfloat16mf4_t test_vle16_v_bf16mf4_m(vbool64_t vm, const __bf16 *rs1, |
| 78 | + size_t vl) { |
| 79 | + return __riscv_vle16_v_bf16mf4_m(vm, rs1, vl); |
| 80 | +} |
| 81 | + |
| 82 | +// CHECK-RV64-LABEL: define dso_local <vscale x 2 x bfloat> @test_vle16_v_bf16mf2_m( |
| 83 | +// CHECK-RV64-SAME: <vscale x 2 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 84 | +// CHECK-RV64-NEXT: entry: |
| 85 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 2 x bfloat> @llvm.riscv.vle.mask.nxv2bf16.i64(<vscale x 2 x bfloat> poison, ptr [[RS1]], <vscale x 2 x i1> [[VM]], i64 [[VL]], i64 3) |
| 86 | +// CHECK-RV64-NEXT: ret <vscale x 2 x bfloat> [[TMP0]] |
| 87 | +// |
| 88 | +vbfloat16mf2_t test_vle16_v_bf16mf2_m(vbool32_t vm, const __bf16 *rs1, |
| 89 | + size_t vl) { |
| 90 | + return __riscv_vle16_v_bf16mf2_m(vm, rs1, vl); |
| 91 | +} |
| 92 | + |
| 93 | +// CHECK-RV64-LABEL: define dso_local <vscale x 4 x bfloat> @test_vle16_v_bf16m1_m( |
| 94 | +// CHECK-RV64-SAME: <vscale x 4 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 95 | +// CHECK-RV64-NEXT: entry: |
| 96 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 4 x bfloat> @llvm.riscv.vle.mask.nxv4bf16.i64(<vscale x 4 x bfloat> poison, ptr [[RS1]], <vscale x 4 x i1> [[VM]], i64 [[VL]], i64 3) |
| 97 | +// CHECK-RV64-NEXT: ret <vscale x 4 x bfloat> [[TMP0]] |
| 98 | +// |
| 99 | +vbfloat16m1_t test_vle16_v_bf16m1_m(vbool16_t vm, const __bf16 *rs1, |
| 100 | + size_t vl) { |
| 101 | + return __riscv_vle16_v_bf16m1_m(vm, rs1, vl); |
| 102 | +} |
| 103 | + |
| 104 | +// CHECK-RV64-LABEL: define dso_local <vscale x 8 x bfloat> @test_vle16_v_bf16m2_m( |
| 105 | +// CHECK-RV64-SAME: <vscale x 8 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 106 | +// CHECK-RV64-NEXT: entry: |
| 107 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 8 x bfloat> @llvm.riscv.vle.mask.nxv8bf16.i64(<vscale x 8 x bfloat> poison, ptr [[RS1]], <vscale x 8 x i1> [[VM]], i64 [[VL]], i64 3) |
| 108 | +// CHECK-RV64-NEXT: ret <vscale x 8 x bfloat> [[TMP0]] |
| 109 | +// |
| 110 | +vbfloat16m2_t test_vle16_v_bf16m2_m(vbool8_t vm, const __bf16 *rs1, size_t vl) { |
| 111 | + return __riscv_vle16_v_bf16m2_m(vm, rs1, vl); |
| 112 | +} |
| 113 | + |
| 114 | +// CHECK-RV64-LABEL: define dso_local <vscale x 16 x bfloat> @test_vle16_v_bf16m4_m( |
| 115 | +// CHECK-RV64-SAME: <vscale x 16 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 116 | +// CHECK-RV64-NEXT: entry: |
| 117 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 16 x bfloat> @llvm.riscv.vle.mask.nxv16bf16.i64(<vscale x 16 x bfloat> poison, ptr [[RS1]], <vscale x 16 x i1> [[VM]], i64 [[VL]], i64 3) |
| 118 | +// CHECK-RV64-NEXT: ret <vscale x 16 x bfloat> [[TMP0]] |
| 119 | +// |
| 120 | +vbfloat16m4_t test_vle16_v_bf16m4_m(vbool4_t vm, const __bf16 *rs1, size_t vl) { |
| 121 | + return __riscv_vle16_v_bf16m4_m(vm, rs1, vl); |
| 122 | +} |
| 123 | + |
| 124 | +// CHECK-RV64-LABEL: define dso_local <vscale x 32 x bfloat> @test_vle16_v_bf16m8_m( |
| 125 | +// CHECK-RV64-SAME: <vscale x 32 x i1> [[VM:%.*]], ptr noundef [[RS1:%.*]], i64 noundef [[VL:%.*]]) #[[ATTR0]] { |
| 126 | +// CHECK-RV64-NEXT: entry: |
| 127 | +// CHECK-RV64-NEXT: [[TMP0:%.*]] = call <vscale x 32 x bfloat> @llvm.riscv.vle.mask.nxv32bf16.i64(<vscale x 32 x bfloat> poison, ptr [[RS1]], <vscale x 32 x i1> [[VM]], i64 [[VL]], i64 3) |
| 128 | +// CHECK-RV64-NEXT: ret <vscale x 32 x bfloat> [[TMP0]] |
| 129 | +// |
| 130 | +vbfloat16m8_t test_vle16_v_bf16m8_m(vbool2_t vm, const __bf16 *rs1, size_t vl) { |
| 131 | + return __riscv_vle16_v_bf16m8_m(vm, rs1, vl); |
| 132 | +} |
0 commit comments