• Home
  • Raw
  • Download

Lines Matching refs:reserve

1 ; RUN: llc -mtriple=arm64-apple-ios -mattr=+reserve-x18 -o - %s | FileCheck %s --check-prefix=CHECK…
2 ; RUN: llc -mtriple=arm64-freebsd-gnu -mattr=+reserve-x18 -o - %s | FileCheck %s --check-prefix=CHE…
8 ; Test reserve-x# options individually.
9 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x1 -o - %s | FileCheck %s --check-prefixes=CHEC…
10 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x2 -o - %s | FileCheck %s --check-prefixes=CHEC…
11 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x3 -o - %s | FileCheck %s --check-prefixes=CHEC…
12 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x4 -o - %s | FileCheck %s --check-prefixes=CHEC…
13 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x5 -o - %s | FileCheck %s --check-prefixes=CHEC…
14 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x6 -o - %s | FileCheck %s --check-prefixes=CHEC…
15 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x7 -o - %s | FileCheck %s --check-prefixes=CHEC…
16 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x9 -o - %s | FileCheck %s --check-prefixes=CHEC…
17 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x10 -o - %s | FileCheck %s --check-prefixes=CHE…
18 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x11 -o - %s | FileCheck %s --check-prefixes=CHE…
19 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x12 -o - %s | FileCheck %s --check-prefixes=CHE…
20 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x13 -o - %s | FileCheck %s --check-prefixes=CHE…
21 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x14 -o - %s | FileCheck %s --check-prefixes=CHE…
22 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x15 -o - %s | FileCheck %s --check-prefixes=CHE…
23 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x20 -o - %s | FileCheck %s --check-prefixes=CHE…
24 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x21 -o - %s | FileCheck %s --check-prefixes=CHE…
25 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x22 -o - %s | FileCheck %s --check-prefixes=CHE…
26 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x23 -o - %s | FileCheck %s --check-prefixes=CHE…
27 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x24 -o - %s | FileCheck %s --check-prefixes=CHE…
28 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x25 -o - %s | FileCheck %s --check-prefixes=CHE…
29 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x26 -o - %s | FileCheck %s --check-prefixes=CHE…
30 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x27 -o - %s | FileCheck %s --check-prefixes=CHE…
31 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x28 -o - %s | FileCheck %s --check-prefixes=CHE…
32 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x30 -o - %s | FileCheck %s --check-prefixes=CHE…
34 ; Test multiple of reserve-x# options together.
36 ; RUN: -mattr=+reserve-x1 \
37 ; RUN: -mattr=+reserve-x2 \
38 ; RUN: -mattr=+reserve-x18 \
45 ; Test all reserve-x# options together.
47 ; RUN: -mattr=+reserve-x1 \
48 ; RUN: -mattr=+reserve-x2 \
49 ; RUN: -mattr=+reserve-x3 \
50 ; RUN: -mattr=+reserve-x4 \
51 ; RUN: -mattr=+reserve-x5 \
52 ; RUN: -mattr=+reserve-x6 \
53 ; RUN: -mattr=+reserve-x7 \
54 ; RUN: -mattr=+reserve-x9 \
55 ; RUN: -mattr=+reserve-x10 \
56 ; RUN: -mattr=+reserve-x11 \
57 ; RUN: -mattr=+reserve-x12 \
58 ; RUN: -mattr=+reserve-x13 \
59 ; RUN: -mattr=+reserve-x14 \
60 ; RUN: -mattr=+reserve-x15 \
61 ; RUN: -mattr=+reserve-x18 \
62 ; RUN: -mattr=+reserve-x20 \
63 ; RUN: -mattr=+reserve-x21 \
64 ; RUN: -mattr=+reserve-x22 \
65 ; RUN: -mattr=+reserve-x23 \
66 ; RUN: -mattr=+reserve-x24 \
67 ; RUN: -mattr=+reserve-x25 \
68 ; RUN: -mattr=+reserve-x26 \
69 ; RUN: -mattr=+reserve-x27 \
70 ; RUN: -mattr=+reserve-x28 \
71 ; RUN: -mattr=+reserve-x30 \