[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git] / clang / test / CodeGen / arm-mve-intrinsics / vmaxaq.c
blob99bdd187c89980739e526cdc9275b32f66b69040
1 // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py
2 // RUN: %clang_cc1 -triple thumbv8.1m.main-none-none-eabi -target-feature +mve.fp -mfloat-abi hard -disable-O0-optnone -emit-llvm -o - %s | opt -S -passes=mem2reg | FileCheck %s
3 // RUN: %clang_cc1 -triple thumbv8.1m.main-none-none-eabi -target-feature +mve.fp -mfloat-abi hard -disable-O0-optnone -DPOLYMORPHIC -emit-llvm -o - %s | opt -S -passes=mem2reg | FileCheck %s
5 // REQUIRES: aarch64-registered-target || arm-registered-target
7 #include <arm_mve.h>
9 // CHECK-LABEL: @test_vmaxaq_s8(
10 // CHECK-NEXT: entry:
11 // CHECK-NEXT: [[TMP0:%.*]] = icmp slt <16 x i8> [[B:%.*]], zeroinitializer
12 // CHECK-NEXT: [[TMP1:%.*]] = sub <16 x i8> zeroinitializer, [[B]]
13 // CHECK-NEXT: [[TMP2:%.*]] = select <16 x i1> [[TMP0]], <16 x i8> [[TMP1]], <16 x i8> [[B]]
14 // CHECK-NEXT: [[TMP3:%.*]] = icmp uge <16 x i8> [[A:%.*]], [[TMP2]]
15 // CHECK-NEXT: [[TMP4:%.*]] = select <16 x i1> [[TMP3]], <16 x i8> [[A]], <16 x i8> [[TMP2]]
16 // CHECK-NEXT: ret <16 x i8> [[TMP4]]
18 uint8x16_t test_vmaxaq_s8(uint8x16_t a, int8x16_t b)
20 #ifdef POLYMORPHIC
21 return vmaxaq(a, b);
22 #else /* POLYMORPHIC */
23 return vmaxaq_s8(a, b);
24 #endif /* POLYMORPHIC */
27 // CHECK-LABEL: @test_vmaxaq_s16(
28 // CHECK-NEXT: entry:
29 // CHECK-NEXT: [[TMP0:%.*]] = icmp slt <8 x i16> [[B:%.*]], zeroinitializer
30 // CHECK-NEXT: [[TMP1:%.*]] = sub <8 x i16> zeroinitializer, [[B]]
31 // CHECK-NEXT: [[TMP2:%.*]] = select <8 x i1> [[TMP0]], <8 x i16> [[TMP1]], <8 x i16> [[B]]
32 // CHECK-NEXT: [[TMP3:%.*]] = icmp uge <8 x i16> [[A:%.*]], [[TMP2]]
33 // CHECK-NEXT: [[TMP4:%.*]] = select <8 x i1> [[TMP3]], <8 x i16> [[A]], <8 x i16> [[TMP2]]
34 // CHECK-NEXT: ret <8 x i16> [[TMP4]]
36 uint16x8_t test_vmaxaq_s16(uint16x8_t a, int16x8_t b)
38 #ifdef POLYMORPHIC
39 return vmaxaq(a, b);
40 #else /* POLYMORPHIC */
41 return vmaxaq_s16(a, b);
42 #endif /* POLYMORPHIC */
45 // CHECK-LABEL: @test_vmaxaq_s32(
46 // CHECK-NEXT: entry:
47 // CHECK-NEXT: [[TMP0:%.*]] = icmp slt <4 x i32> [[B:%.*]], zeroinitializer
48 // CHECK-NEXT: [[TMP1:%.*]] = sub <4 x i32> zeroinitializer, [[B]]
49 // CHECK-NEXT: [[TMP2:%.*]] = select <4 x i1> [[TMP0]], <4 x i32> [[TMP1]], <4 x i32> [[B]]
50 // CHECK-NEXT: [[TMP3:%.*]] = icmp uge <4 x i32> [[A:%.*]], [[TMP2]]
51 // CHECK-NEXT: [[TMP4:%.*]] = select <4 x i1> [[TMP3]], <4 x i32> [[A]], <4 x i32> [[TMP2]]
52 // CHECK-NEXT: ret <4 x i32> [[TMP4]]
54 uint32x4_t test_vmaxaq_s32(uint32x4_t a, int32x4_t b)
56 #ifdef POLYMORPHIC
57 return vmaxaq(a, b);
58 #else /* POLYMORPHIC */
59 return vmaxaq_s32(a, b);
60 #endif /* POLYMORPHIC */
63 // CHECK-LABEL: @test_vmaxaq_m_s8(
64 // CHECK-NEXT: entry:
65 // CHECK-NEXT: [[TMP0:%.*]] = zext i16 [[P:%.*]] to i32
66 // CHECK-NEXT: [[TMP1:%.*]] = call <16 x i1> @llvm.arm.mve.pred.i2v.v16i1(i32 [[TMP0]])
67 // CHECK-NEXT: [[TMP2:%.*]] = call <16 x i8> @llvm.arm.mve.vmaxa.predicated.v16i8.v16i1(<16 x i8> [[A:%.*]], <16 x i8> [[B:%.*]], <16 x i1> [[TMP1]])
68 // CHECK-NEXT: ret <16 x i8> [[TMP2]]
70 uint8x16_t test_vmaxaq_m_s8(uint8x16_t a, int8x16_t b, mve_pred16_t p)
72 #ifdef POLYMORPHIC
73 return vmaxaq_m(a, b, p);
74 #else /* POLYMORPHIC */
75 return vmaxaq_m_s8(a, b, p);
76 #endif /* POLYMORPHIC */
79 // CHECK-LABEL: @test_vmaxaq_m_s16(
80 // CHECK-NEXT: entry:
81 // CHECK-NEXT: [[TMP0:%.*]] = zext i16 [[P:%.*]] to i32
82 // CHECK-NEXT: [[TMP1:%.*]] = call <8 x i1> @llvm.arm.mve.pred.i2v.v8i1(i32 [[TMP0]])
83 // CHECK-NEXT: [[TMP2:%.*]] = call <8 x i16> @llvm.arm.mve.vmaxa.predicated.v8i16.v8i1(<8 x i16> [[A:%.*]], <8 x i16> [[B:%.*]], <8 x i1> [[TMP1]])
84 // CHECK-NEXT: ret <8 x i16> [[TMP2]]
86 uint16x8_t test_vmaxaq_m_s16(uint16x8_t a, int16x8_t b, mve_pred16_t p)
88 #ifdef POLYMORPHIC
89 return vmaxaq_m(a, b, p);
90 #else /* POLYMORPHIC */
91 return vmaxaq_m_s16(a, b, p);
92 #endif /* POLYMORPHIC */
95 // CHECK-LABEL: @test_vmaxaq_m_s32(
96 // CHECK-NEXT: entry:
97 // CHECK-NEXT: [[TMP0:%.*]] = zext i16 [[P:%.*]] to i32
98 // CHECK-NEXT: [[TMP1:%.*]] = call <4 x i1> @llvm.arm.mve.pred.i2v.v4i1(i32 [[TMP0]])
99 // CHECK-NEXT: [[TMP2:%.*]] = call <4 x i32> @llvm.arm.mve.vmaxa.predicated.v4i32.v4i1(<4 x i32> [[A:%.*]], <4 x i32> [[B:%.*]], <4 x i1> [[TMP1]])
100 // CHECK-NEXT: ret <4 x i32> [[TMP2]]
102 uint32x4_t test_vmaxaq_m_s32(uint32x4_t a, int32x4_t b, mve_pred16_t p)
104 #ifdef POLYMORPHIC
105 return vmaxaq_m(a, b, p);
106 #else /* POLYMORPHIC */
107 return vmaxaq_m_s32(a, b, p);
108 #endif /* POLYMORPHIC */