[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Analysis / CostModel / AArch64 / getIntrinsicInstrCost-vector-reverse.ll
blob7e03caa4b9cbf573e018b9c7d4d0c32cb064aebc
1 ; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py
2 ; Check getIntrinsicInstrCost in BasicTTIImpl.h for vector.reverse
4 ; RUN: opt -cost-model -analyze -mtriple=aarch64--linux-gnu -mattr=+sve  < %s | FileCheck %s
6 define void @vector_reverse() #0{
7 ; CHECK-LABEL: 'vector_reverse'
8 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 90 for instruction: %1 = call <16 x i8> @llvm.experimental.vector.reverse.v16i8(<16 x i8> undef)
9 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 180 for instruction: %2 = call <32 x i8> @llvm.experimental.vector.reverse.v32i8(<32 x i8> undef)
10 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 42 for instruction: %3 = call <8 x i16> @llvm.experimental.vector.reverse.v8i16(<8 x i16> undef)
11 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 84 for instruction: %4 = call <16 x i16> @llvm.experimental.vector.reverse.v16i16(<16 x i16> undef)
12 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 2 for instruction: %5 = call <4 x i32> @llvm.experimental.vector.reverse.v4i32(<4 x i32> undef)
13 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 4 for instruction: %6 = call <8 x i32> @llvm.experimental.vector.reverse.v8i32(<8 x i32> undef)
14 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %7 = call <2 x i64> @llvm.experimental.vector.reverse.v2i64(<2 x i64> undef)
15 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 2 for instruction: %8 = call <4 x i64> @llvm.experimental.vector.reverse.v4i64(<4 x i64> undef)
16 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 42 for instruction: %9 = call <8 x half> @llvm.experimental.vector.reverse.v8f16(<8 x half> undef)
17 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 84 for instruction: %10 = call <16 x half> @llvm.experimental.vector.reverse.v16f16(<16 x half> undef)
18 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 2 for instruction: %11 = call <4 x float> @llvm.experimental.vector.reverse.v4f32(<4 x float> undef)
19 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 4 for instruction: %12 = call <8 x float> @llvm.experimental.vector.reverse.v8f32(<8 x float> undef)
20 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 1 for instruction: %13 = call <2 x double> @llvm.experimental.vector.reverse.v2f64(<2 x double> undef)
21 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 2 for instruction: %14 = call <4 x double> @llvm.experimental.vector.reverse.v4f64(<4 x double> undef)
22 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 42 for instruction: %15 = call <8 x bfloat> @llvm.experimental.vector.reverse.v8bf16(<8 x bfloat> undef)
23 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 84 for instruction: %16 = call <16 x bfloat> @llvm.experimental.vector.reverse.v16bf16(<16 x bfloat> undef)
24 ; CHECK-NEXT:  Cost Model: Found an estimated cost of 0 for instruction: ret void
27   call <16 x i8> @llvm.experimental.vector.reverse.v16i8(<16 x i8> undef)
28   call <32 x i8> @llvm.experimental.vector.reverse.v32i8(<32 x i8> undef)
29   call <8 x i16> @llvm.experimental.vector.reverse.v8i16(<8 x i16> undef)
30   call <16 x i16> @llvm.experimental.vector.reverse.v16i16(<16 x i16> undef)
31   call <4 x i32> @llvm.experimental.vector.reverse.v4i32(<4 x i32> undef)
32   call <8 x i32> @llvm.experimental.vector.reverse.v8i32(<8 x i32> undef)
33   call <2 x i64> @llvm.experimental.vector.reverse.v2i64(<2 x i64> undef)
34   call <4 x i64> @llvm.experimental.vector.reverse.v4i64(<4 x i64> undef)
35   call <8 x half> @llvm.experimental.vector.reverse.v8f16(<8 x half> undef)
36   call <16 x half> @llvm.experimental.vector.reverse.v16f16(<16 x half> undef)
37   call <4 x float> @llvm.experimental.vector.reverse.v4f32(<4 x float> undef)
38   call <8 x float> @llvm.experimental.vector.reverse.v8f32(<8 x float> undef)
39   call <2 x double> @llvm.experimental.vector.reverse.v2f64(<2 x double> undef)
40   call <4 x double> @llvm.experimental.vector.reverse.v4f64(<4 x double> undef)
41   call <8 x bfloat> @llvm.experimental.vector.reverse.v8bf16(<8 x bfloat> undef)
42   call <16 x bfloat> @llvm.experimental.vector.reverse.v16bf16(<16 x bfloat> undef)
43   ret void
46 attributes #0 = { "target-features"="+sve,+bf16" }
47 declare <16 x i8> @llvm.experimental.vector.reverse.v16i8(<16 x i8>)
48 declare <32 x i8> @llvm.experimental.vector.reverse.v32i8(<32 x i8>)
49 declare <8 x i16> @llvm.experimental.vector.reverse.v8i16(<8 x i16>)
50 declare <16 x i16> @llvm.experimental.vector.reverse.v16i16(<16 x i16>)
51 declare <4 x i32> @llvm.experimental.vector.reverse.v4i32(<4 x i32>)
52 declare <8 x i32> @llvm.experimental.vector.reverse.v8i32(<8 x i32>)
53 declare <2 x i64> @llvm.experimental.vector.reverse.v2i64(<2 x i64>)
54 declare <4 x i64> @llvm.experimental.vector.reverse.v4i64(<4 x i64>)
55 declare <8 x half> @llvm.experimental.vector.reverse.v8f16(<8 x half>)
56 declare <16 x half> @llvm.experimental.vector.reverse.v16f16(<16 x half>)
57 declare <4 x float> @llvm.experimental.vector.reverse.v4f32(<4 x float>)
58 declare <8 x float> @llvm.experimental.vector.reverse.v8f32(<8 x float>)
59 declare <2 x double> @llvm.experimental.vector.reverse.v2f64(<2 x double>)
60 declare <4 x double> @llvm.experimental.vector.reverse.v4f64(<4 x double>)
61 declare <8 x bfloat> @llvm.experimental.vector.reverse.v8bf16(<8 x bfloat>)
62 declare <16 x bfloat> @llvm.experimental.vector.reverse.v16bf16(<16 x bfloat>)