• Home
  • Raw
  • Download

Lines Matching full:win32

1 … -triple=i386-pc-win32 -mconstructor-aliases -fexceptions -fcxx-exceptions -fno-rtti | FileCheck -…
2 …6-pc-win32 -mconstructor-aliases -fexceptions -fcxx-exceptions -fno-rtti | FileCheck -check-prefix…
18 // WIN32-LABEL: define void @"\01?HasEHCleanup@@YAXXZ"() {{.*}} {
19 // WIN32: %[[base:.*]] = call i8* @llvm.stacksave()
21 // WIN32: call void @"\01?getA@@YA?AUA@@XZ"(%struct.A* sret %{{.*}})
23 // WIN32: invoke void @"\01?getA@@YA?AUA@@XZ"(%struct.A* sret %{{.*}})
25 // WIN32: call i32 @"\01?TakesTwo@@YAHUA@@0@Z"
26 // WIN32: call void @llvm.stackrestore
27 // WIN32: ret void
30 // WIN32: cleanuppad
31 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
32 // WIN32-NOT: @"\01??1A@@QAE@XZ"
33 // WIN32: }
40 // WIN32-LABEL: define i32 @"\01?HasDeactivatedCleanups@@YAHXZ"() {{.*}} {
41 // WIN32: %[[isactive:.*]] = alloca i1
42 // WIN32: call i8* @llvm.stacksave()
43 // WIN32: %[[argmem:.*]] = alloca inalloca [[argmem_ty:<{ %struct.A, %struct.A }>]]
44 // WIN32: %[[arg1:.*]] = getelementptr inbounds [[argmem_ty]], [[argmem_ty]]* %[[argmem]], i32 0,…
45 // WIN32: call x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
46 // WIN32: invoke void @"\01?TakeRef@@YAXABUA@@@Z"
48 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %[[arg1]])
49 // WIN32: store i1 true, i1* %[[isactive]]
51 // WIN32: %[[arg0:.*]] = getelementptr inbounds [[argmem_ty]], [[argmem_ty]]* %[[argmem]], i32 0,…
52 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
53 // WIN32: invoke void @"\01?TakeRef@@YAXABUA@@@Z"
54 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
55 // WIN32: store i1 false, i1* %[[isactive]]
57 // WIN32: invoke i32 @"\01?TakesTwo@@YAHUA@@0@Z"([[argmem_ty]]* inalloca %[[argmem]])
59 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
60 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
61 // WIN32: ret i32
64 // WIN32: %[[cond:.*]] = load i1, i1* %[[isactive]]
65 // WIN32: br i1 %[[cond]]
66 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"(%struct.A* %[[arg1]])
67 // WIN32: }
75 // WIN32-LABEL: define i32 @"\01?HasConditionalCleanup@@YAH_N@Z"(i1 zeroext %{{.*}}) {{.*}} {
76 // WIN32: store i1 false
77 // WIN32: br i1
78 // WIN32: call i8* @llvm.stacksave()
79 // WIN32: call x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %{{.*}})
80 // WIN32: store i1 true
81 // WIN32: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"(%struct.A* %{{.*}})
82 // WIN32: call i32 @"\01?TakesTwo@@YAHUA@@0@Z"
84 // WIN32: call void @llvm.stackrestore
86 // WIN32: call i32 @"\01?CouldThrow@@YAHXZ"()
89 // WIN32: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
90 // WIN32-NOT: invoke x86_thiscallcc void @"\01??1A@@QAE@XZ"
91 // WIN32: }
98 // WIN32-O0-LABEL: define i32 @"\01?HasConditionalDeactivatedCleanups@@YAH_N@Z"{{.*}} {
99 // WIN32-O0: alloca i1
100 // WIN32-O0: %[[arg1_cond:.*]] = alloca i1
102 // WIN32-O0: store i1 false
103 // WIN32-O0: store i1 false
104 // WIN32-O0: store i1 false
105 // WIN32-O0: store i1 false
106 // WIN32-O0: br i1
108 // WIN32-O0: call x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
109 // WIN32-O0: store i1 true
110 // WIN32-O0: invoke void @"\01?TakeRef@@YAXABUA@@@Z"
111 // WIN32-O0: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
112 // WIN32-O0: store i1 true, i1* %[[arg1_cond]]
113 // WIN32-O0: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
114 // WIN32-O0: store i1 true
115 // WIN32-O0: invoke void @"\01?TakeRef@@YAXABUA@@@Z"
116 // WIN32-O0: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
117 // WIN32-O0: store i1 true
118 // WIN32-O0: store i1 false, i1* %[[arg1_cond]]
119 // WIN32-O0: invoke i32 @"\01?TakesTwo@@YAHUA@@0@Z"
121 // WIN32-O0: invoke i32 @"\01?CouldThrow@@YAHXZ"()
123 // WIN32-O0: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
124 // WIN32-O0-NOT: invoke x86_thiscallcc void @"\01??1A@@QAE@XZ"
125 // WIN32-O0: ret i32
128 // WIN32-O0: %[[isactive:.*]] = load i1, i1* %[[arg1_cond]]
129 // WIN32-O0: br i1 %[[isactive]]
130 // WIN32-O0: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
131 // WIN32-O0: }
133 // WIN32-O3-LABEL: define i32 @"\01?HasConditionalDeactivatedCleanups@@YAH_N@Z"{{.*}} {
134 // WIN32-O3: alloca i1
135 // WIN32-O3: alloca i1
136 // WIN32-O3: %[[arg1_cond:.*]] = alloca i1
138 // WIN32-O3: store i1 false
139 // WIN32-O3: store i1 false
140 // WIN32-O3: store i1 false
141 // WIN32-O3: store i1 false
142 // WIN32-O3: store i1 false
143 // WIN32-O3: store i1 false
144 // WIN32-O3: br i1
146 // WIN32-O3: call x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
147 // WIN32-O3: store i1 true
148 // WIN32-O3: invoke void @"\01?TakeRef@@YAXABUA@@@Z"
149 // WIN32-O3: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
150 // WIN32-O3: store i1 true, i1* %[[arg1_cond]]
151 // WIN32-O3: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
152 // WIN32-O3: store i1 true
153 // WIN32-O3: invoke void @"\01?TakeRef@@YAXABUA@@@Z"
154 // WIN32-O3: invoke x86_thiscallcc %struct.A* @"\01??0A@@QAE@XZ"
155 // WIN32-O3: store i1 true
156 // WIN32-O3: store i1 false, i1* %[[arg1_cond]]
157 // WIN32-O3: invoke i32 @"\01?TakesTwo@@YAHUA@@0@Z"
159 // WIN32-O3: invoke i32 @"\01?CouldThrow@@YAHXZ"()
161 // WIN32-O3: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
162 // WIN32-O3-NOT: invoke x86_thiscallcc void @"\01??1A@@QAE@XZ"
163 // WIN32-O3: ret i32
166 // WIN32-O3: %[[isactive:.*]] = load i1, i1* %[[arg1_cond]]
167 // WIN32-O3: br i1 %[[isactive]]
168 // WIN32-O3: call x86_thiscallcc void @"\01??1A@@QAE@XZ"({{.*}})
169 // WIN32-O3: }
190 // WIN32-LABEL: define {{.*}} @"\01??0C@crash_on_partial_destroy@@QAE@XZ"{{.*}} {
191 // WIN32: cleanuppad
194 // WIN32-NOT: load
195 // WIN32: getelementptr i8, i8* %{{.*}}, i32 4
196 // WIN32-NOT: load
197 // WIN32: bitcast i8* %{{.*}} to %"struct.crash_on_partial_destroy::B"*
198 // WIN32: call x86_thiscallcc void @"\01??1B@crash_on_partial_destroy@@UAE@XZ"
200 // WIN32-NOT: load
201 // WIN32: bitcast %"struct.crash_on_partial_destroy::C"* %{{.*}} to i8*
202 // WIN32-NOT: load
203 // WIN32: getelementptr inbounds i8, i8* %{{.*}}, i32 4
204 // WIN32-NOT: load
205 // WIN32: bitcast i8* %{{.*}} to %"struct.crash_on_partial_destroy::A"*
206 // WIN32: call x86_thiscallcc void @"\01??1A@crash_on_partial_destroy@@UAE@XZ"({{.*}})
207 // WIN32: }
220 // WIN32-LABEL: define void @"\01?f@dont_call_terminate@@YAXXZ"()
221 // WIN32: invoke void @"\01?g@dont_call_terminate@@YAXXZ"()
222 // WIN32-NEXT: to label %[[cont:[^ ]*]] unwind label %[[lpad:[^ ]*]]
224 // WIN32: [[cont]]
225 // WIN32: call x86_thiscallcc void @"\01??1C@dont_call_terminate@@QAE@XZ"({{.*}})
227 // WIN32: [[lpad]]
228 // WIN32-NEXT: cleanuppad
229 // WIN32: call x86_thiscallcc void @"\01??1C@dont_call_terminate@@QAE@XZ"({{.*}})
242 // WIN32-LABEL: define void @"\01?f@noexcept_false_dtor@@YAXXZ"()
243 // WIN32: invoke i32 @"\01?CouldThrow@@YAHXZ"()
244 // WIN32: call x86_thiscallcc void @"\01??1D@noexcept_false_dtor@@QAE@XZ"(%"struct.noexcept_false_d…
245 // WIN32: cleanuppad
246 // WIN32: call x86_thiscallcc void @"\01??1D@noexcept_false_dtor@@QAE@XZ"(%"struct.noexcept_false_d…
247 // WIN32: cleanupret
259 // WIN32-LIFETIME-LABEL: define void @"\01?f@lifetime_marker@@YAXXZ"()
260 // WIN32-LIFETIME: %[[c:.*]] = alloca %"struct.lifetime_marker::C"
261 // WIN32-LIFETIME: %[[bc0:.*]] = bitcast %"struct.lifetime_marker::C"* %c to i8*
262 // WIN32-LIFETIME: call void @llvm.lifetime.start(i64 1, i8* %[[bc0]])
263 // WIN32-LIFETIME: invoke void @"\01?g@lifetime_marker@@YAXXZ"()
264 // WIN32-LIFETIME-NEXT: to label %[[cont:[^ ]*]] unwind label %[[lpad0:[^ ]*]]
266 // WIN32-LIFETIME: [[cont]]
267 // WIN32-LIFETIME: call x86_thiscallcc void @"\01??1C@lifetime_marker@@QAE@XZ"({{.*}})
268 // WIN32-LIFETIME: %[[bc1:.*]] = bitcast %"struct.lifetime_marker::C"* %[[c]] to i8*
269 // WIN32-LIFETIME: call void @llvm.lifetime.end(i64 1, i8* %[[bc1]])
271 // WIN32-LIFETIME: [[lpad0]]
272 // WIN32-LIFETIME-NEXT: cleanuppad
273 // WIN32-LIFETIME: call x86_thiscallcc void @"\01??1C@lifetime_marker@@QAE@XZ"({{.*}})
274 // WIN32-LIFETIME: cleanupret {{.*}} unwind label %[[lpad1:[^ ]*]]
276 // WIN32-LIFETIME: [[lpad1]]
277 // WIN32-LIFETIME-NEXT: cleanuppad
278 // WIN32-LIFETIME: %[[bc2:.*]] = bitcast %"struct.lifetime_marker::C"* %[[c]] to i8*
279 // WIN32-LIFETIME: call void @llvm.lifetime.end(i64 1, i8* %[[bc2]])