File: preserve_allcc64.ll

package info (click to toggle)
llvm-toolchain-17 1%3A17.0.6-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,799,624 kB
  • sloc: cpp: 6,428,607; ansic: 1,383,196; asm: 793,408; python: 223,504; objc: 75,364; f90: 60,502; lisp: 33,869; pascal: 15,282; sh: 9,684; perl: 7,453; ml: 4,937; awk: 3,523; makefile: 2,889; javascript: 2,149; xml: 888; fortran: 619; cs: 573
file content (160 lines) | stat: -rw-r--r-- 6,913 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
; RUN: sed -e "s/RETTYPE/void/;s/RETVAL//" %s | llc -mtriple=x86_64-apple-darwin -mcpu=corei7 | FileCheck --check-prefixes=ALL,SSE,VOID %s
; RUN: sed -e "s/RETTYPE/i32/;s/RETVAL/undef/" %s | llc -mtriple=x86_64-apple-darwin -mcpu=corei7 | FileCheck --check-prefixes=ALL,SSE,INT %s
; RUN: sed -e "s/RETTYPE/\{i64\,i64\}/;s/RETVAL/undef/" %s | llc -mtriple=x86_64-apple-darwin -mcpu=corei7 | FileCheck --check-prefixes=ALL,SSE,INT128 %s
;
; RUN: sed -e "s/RETTYPE/void/;s/RETVAL//" %s | llc -mtriple=x86_64-apple-darwin -mcpu=corei7-avx | FileCheck --check-prefixes=ALL,AVX,VOID %s
; RUN: sed -e "s/RETTYPE/i32/;s/RETVAL/undef/" %s | llc -mtriple=x86_64-apple-darwin -mcpu=corei7-avx | FileCheck --check-prefixes=ALL,AVX,INT %s
; RUN: sed -e "s/RETTYPE/\{i64\,i64\}/;s/RETVAL/undef/" %s | llc -mtriple=x86_64-apple-darwin -mcpu=corei7-avx | FileCheck --check-prefixes=ALL,AVX,INT128 %s

define preserve_allcc RETTYPE @preserve_allcc1(i64, i64, double, double) nounwind {
entry:
;ALL-LABEL:   preserve_allcc1
;ALL:         pushq %r10
;ALL-NEXT:    pushq %r9
;ALL-NEXT:    pushq %r8
;ALL-NEXT:    pushq %rdi
;ALL-NEXT:    pushq %rsi
;VOID-NEXT:   pushq %rdx
;INT-NEXT:    pushq %rdx
;INT128-NOT:  pushq %rdx
;ALL-NEXT:    pushq %rcx
;VOID-NEXT:   pushq %rax
;INT-NOT:     pushq %rax
;INT128-NOT:  pushq %rax
;ALL-NEXT:    pushq %rbp
;ALL-NEXT:    pushq %r15
;ALL-NEXT:    pushq %r14
;ALL-NEXT:    pushq %r13
;ALL-NEXT:    pushq %r12
;ALL-NEXT:    pushq %rbx
;SSE:         movaps %xmm15
;SSE-NEXT:    movaps %xmm14
;SSE-NEXT:    movaps %xmm13
;SSE-NEXT:    movaps %xmm12
;SSE-NEXT:    movaps %xmm11
;SSE-NEXT:    movaps %xmm10
;SSE-NEXT:    movaps %xmm9
;SSE-NEXT:    movaps %xmm8
;SSE-NEXT:    movaps %xmm7
;SSE-NEXT:    movaps %xmm6
;SSE-NEXT:    movaps %xmm5
;SSE-NEXT:    movaps %xmm4
;SSE-NEXT:    movaps %xmm3
;SSE-NEXT:    movaps %xmm2
;SSE-NEXT:    movaps %xmm1
;SSE-NEXT:    movaps %xmm0
;AVX:         vmovups %ymm15
;AVX-NEXT:    vmovups %ymm14
;AVX-NEXT:    vmovups %ymm13
;AVX-NEXT:    vmovups %ymm12
;AVX-NEXT:    vmovups %ymm11
;AVX-NEXT:    vmovups %ymm10
;AVX-NEXT:    vmovups %ymm9
;AVX-NEXT:    vmovups %ymm8
;AVX-NEXT:    vmovups %ymm7
;AVX-NEXT:    vmovups %ymm6
;AVX-NEXT:    vmovups %ymm5
;AVX-NEXT:    vmovups %ymm4
;AVX-NEXT:    vmovups %ymm3
;AVX-NEXT:    vmovups %ymm2
;AVX-NEXT:    vmovups %ymm1
;AVX-NEXT:    vmovups %ymm0
;SSE:         movaps {{.*}} %xmm0
;SSE-NEXT:    movaps {{.*}} %xmm1
;SSE-NEXT:    movaps {{.*}} %xmm2
;SSE-NEXT:    movaps {{.*}} %xmm3
;SSE-NEXT:    movaps {{.*}} %xmm4
;SSE-NEXT:    movaps {{.*}} %xmm5
;SSE-NEXT:    movaps {{.*}} %xmm6
;SSE-NEXT:    movaps {{.*}} %xmm7
;SSE-NEXT:    movaps {{.*}} %xmm8
;SSE-NEXT:    movaps {{.*}} %xmm9
;SSE-NEXT:    movaps {{.*}} %xmm10
;SSE-NEXT:    movaps {{.*}} %xmm11
;SSE-NEXT:    movaps {{.*}} %xmm12
;SSE-NEXT:    movaps {{.*}} %xmm13
;SSE-NEXT:    movaps {{.*}} %xmm14
;SSE-NEXT:    movaps {{.*}} %xmm15
;AVX:         vmovups {{.*}} %ymm0
;AVX-NEXT:    vmovups {{.*}} %ymm1
;AVX-NEXT:    vmovups {{.*}} %ymm2
;AVX-NEXT:    vmovups {{.*}} %ymm3
;AVX-NEXT:    vmovups {{.*}} %ymm4
;AVX-NEXT:    vmovups {{.*}} %ymm5
;AVX-NEXT:    vmovups {{.*}} %ymm6
;AVX-NEXT:    vmovups {{.*}} %ymm7
;AVX-NEXT:    vmovups {{.*}} %ymm8
;AVX-NEXT:    vmovups {{.*}} %ymm9
;AVX-NEXT:    vmovups {{.*}} %ymm10
;AVX-NEXT:    vmovups {{.*}} %ymm11
;AVX-NEXT:    vmovups {{.*}} %ymm12
;AVX-NEXT:    vmovups {{.*}} %ymm13
;AVX-NEXT:    vmovups {{.*}} %ymm14
;AVX-NEXT:    vmovups {{.*}} %ymm15
;ALL:         popq    %rbx
;ALL-NEXT:    popq    %r12
;ALL-NEXT:    popq    %r13
;ALL-NEXT:    popq    %r14
;ALL-NEXT:    popq    %r15
;ALL-NEXT:    popq    %rbp
;VOID-NEXT:   popq    %rax
;INT-NOT:     popq    %rax
;INT128-NOT:  popq    %rax
;ALL-NEXT:    popq    %rcx
;VOID-NEXT:   popq    %rdx
;INT-NEXT:    popq    %rdx
;INT128-NOT:  popq    %rdx
;ALL-NEXT:    popq    %rsi
;ALL-NEXT:    popq    %rdi
;ALL-NEXT:    popq    %r8
;ALL-NEXT:    popq    %r9
;ALL-NEXT:    popq    %r10
  call void asm sideeffect "", "~{rax},~{rbx},~{rcx},~{rdx},~{rsi},~{rdi},~{r8},~{r9},~{r10},~{r11},~{r12},~{r13},~{r14},~{r15},~{rbp},~{xmm0},~{xmm1},~{xmm2},~{xmm3},~{xmm4},~{xmm5},~{xmm6},~{xmm7},~{xmm8},~{xmm9},~{xmm10},~{xmm11},~{xmm12},~{xmm13},~{xmm14},~{xmm15}"()
  ret RETTYPE RETVAL
}

; Make sure R11 and return registers are saved before the call
declare preserve_allcc RETTYPE @bar(i64, i64, double, double)
define void @preserve_allcc2() nounwind {
entry:
;ALL-LABEL: preserve_allcc2
;VOID-NOT:  movq %rax, [[REG1:%[a-z0-9]+]]
;INT:       movq %rax, [[REG1:%[a-z0-9]+]]
;INT128:    movq %rax, [[REG1:%[a-z0-9]+]]
;VOID-NOT:  movq %rdx, [[REG2:%[a-z0-9]+]]
;INT-NOT:   movq %rdx, [[REG2:%[a-z0-9]+]]
;INT128:    movq %rdx, [[REG2:%[a-z0-9]+]]
;ALL:       movq %r11, [[REG3:%[a-z0-9]+]]
;ALL-NOT:   movaps %xmm
;VOID-NOT:  movq {{.*}}, %rax
;INT:       movq [[REG1]], %rax
;INT128:    movq [[REG1]], %rax
;VOID-NOT:  movq {{.*}}, %rdx
;INT-NOT:   movq {{.*}}, %rdx
;INT128:    movq [[REG2]], %rdx
;ALL:       movq [[REG3]], %r11
  %a0 = call i64 asm sideeffect "", "={rax}"() nounwind
  %a1 = call i64 asm sideeffect "", "={rcx}"() nounwind
  %a2 = call i64 asm sideeffect "", "={rdx}"() nounwind
  %a3 = call i64 asm sideeffect "", "={r8}"() nounwind
  %a4 = call i64 asm sideeffect "", "={r9}"() nounwind
  %a5 = call i64 asm sideeffect "", "={r10}"() nounwind
  %a6 = call i64 asm sideeffect "", "={r11}"() nounwind
  %a10 = call <2 x double> asm sideeffect "", "={xmm2}"() nounwind
  %a11 = call <2 x double> asm sideeffect "", "={xmm3}"() nounwind
  %a12 = call <2 x double> asm sideeffect "", "={xmm4}"() nounwind
  %a13 = call <2 x double> asm sideeffect "", "={xmm5}"() nounwind
  %a14 = call <2 x double> asm sideeffect "", "={xmm6}"() nounwind
  %a15 = call <2 x double> asm sideeffect "", "={xmm7}"() nounwind
  %a16 = call <2 x double> asm sideeffect "", "={xmm8}"() nounwind
  %a17 = call <2 x double> asm sideeffect "", "={xmm9}"() nounwind
  %a18 = call <2 x double> asm sideeffect "", "={xmm10}"() nounwind
  %a19 = call <2 x double> asm sideeffect "", "={xmm11}"() nounwind
  %a20 = call <2 x double> asm sideeffect "", "={xmm12}"() nounwind
  %a21 = call <2 x double> asm sideeffect "", "={xmm13}"() nounwind
  %a22 = call <2 x double> asm sideeffect "", "={xmm14}"() nounwind
  %a23 = call <2 x double> asm sideeffect "", "={xmm15}"() nounwind
  call preserve_allcc RETTYPE @bar(i64 1, i64 2, double 3.0, double 4.0)
  call void asm sideeffect "", "{rax},{rcx},{rdx},{r8},{r9},{r10},{r11},{xmm2},{xmm3},{xmm4},{xmm5},{xmm6},{xmm7},{xmm8},{xmm9},{xmm10},{xmm11},{xmm12},{xmm13},{xmm14},{xmm15}"(i64 %a0, i64 %a1, i64 %a2, i64 %a3, i64 %a4, i64 %a5, i64 %a6, <2 x double> %a10, <2 x double> %a11, <2 x double> %a12, <2 x double> %a13, <2 x double> %a14, <2 x double> %a15, <2 x double> %a16, <2 x double> %a17, <2 x double> %a18, <2 x double> %a19, <2 x double> %a20, <2 x double> %a21, <2 x double> %a22, <2 x double> %a23)
  ret void
}