Home
last modified time | relevance | path

Searched refs:within (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/llvm-project-15.0.7/llvm/test/Verifier/
H A Dinvalid-eh.ll60 ;T4: %x = catchpad within %cs []
72 ;T5: catchpad within %cs []
75 ;T5: cleanuppad within %cs []
87 ;T6: catchpad within %cs1 []
92 ;T6: catchpad within %cs2 []
102 ;T7: catchpad within %cs1 []
108 ;T7: catchpad within %cs2 []
234 ;T15: cleanuppad within none []
237 ;T15: cleanuppad within none []
269 ;T16: cleanuppad within none []
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinline-funclets.ll16 %pad = cleanuppad within none []
36 ; that stays within the inlinee.
68 %pad = cleanuppad within none []
83 %outer = cleanuppad within none []
99 %inner = catchpad within %cs []
112 %later = cleanuppad within none []
133 %pad = cleanuppad within none []
148 %pad = cleanuppad within none []
173 %pad = cleanuppad within none []
204 catchpad within %cs []
[all …]
H A Dpr26698.ll17 %cs = catchswitch within none [label %cp.bb] unwind label %cleanup.bb
20 %cpouter1 = catchpad within %cs [i8* null, i32 0, i8* null]
25 %cpouter2 = cleanuppad within none []
42 %cpinner1 = cleanuppad within none []
49 %cpinner2 = cleanuppad within %cpinner1 []
56 ; CHECK: %[[cs:.*]] = catchswitch within none
58 ; CHECK: %[[cpouter1:.*]] = catchpad within %[[cs]]
60 ; CHECK: %[[cpinner1:.*]] = cleanuppad within %[[cpouter1]]
62 ; CHECK: %[[cpinner2:.*]] = cleanuppad within %[[cpinner1]]
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dwineh-unreachable.ll19 cleanuppad within none []
31 ; CHECK-NEXT: [[CATCH:%.*]] = catchpad within [[CS1]] []
45 %catch = catchpad within %cs1 []
51 cleanuppad within none []
63 ; CHECK-NEXT: [[CLEANUP:%.*]] = cleanuppad within none []
73 %cleanup = cleanuppad within none []
83 cleanuppad within none []
95 ; CHECK-NEXT: [[CATCH:%.*]] = catchpad within [[CS1]] []
108 %catch = catchpad within %cs1 []
136 %catch = catchpad within %cs1 [i8* null, i32 0, i8* null]
[all …]
H A Dempty-catchpad.ll28 %cp1 = catchpad within %cs [i32 1]
32 %cp2 = catchpad within %cs [i32 2]
69 %cp.inner = cleanuppad within none []
78 %catch.inner = catchpad within %cs.inner [i32 0]
84 catchpad within %cs [i32 1]
87 catchpad within %cs [i32 2]
130 %cp.inner = cleanuppad within none []
139 %catch.inner = catchpad within %cs.inner [i32 0]
145 catchpad within %cs [i32 1]
148 catchpad within %cs [i32 2]
[all …]
/llvm-project-15.0.7/clang/test/FixIt/
H A Dnullability.mm12 extern void *array[2]; // expected-warning {{inferring '_Nonnull' for pointer type within array is …
15 extern void* array2[2]; // expected-warning {{inferring '_Nonnull' for pointer type within array is…
18 extern void *nestedArray[2][3]; // expected-warning {{inferring '_Nonnull' for pointer type within
25 extern PTR(void) array[2]; // expected-warning {{inferring '_Nonnull' for pointer type within array…
34 extern void *&ref; // expected-warning {{inferring '_Nonnull' for pointer type within reference is …
37 extern void * &ref2; // expected-warning {{inferring '_Nonnull' for pointer type within reference i…
40 extern void *&&ref3; // expected-warning {{inferring '_Nonnull' for pointer type within reference i…
43 extern void * &&ref4; // expected-warning {{inferring '_Nonnull' for pointer type within reference …
46 extern void *(&arrayRef)[2]; // expected-warning {{inferring '_Nonnull' for pointer type within arr…
49 extern void * (&arrayRef2)[2]; // expected-warning {{inferring '_Nonnull' for pointer type within a…
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/
H A Dfunclet.ll25 ; CHECK-NEXT: [[TMP0:%.*]] = catchpad within [[CS]] []
54 catchpad within %cs []
58 %cleanuppadi4.i.i.i = cleanuppad within none []
117 catchpad within %cs []
121 %catchpad = catchpad within %cs []
182 catchpad within %cs []
187 %catchpad = catchpad within %cs []
249 catchpad within %cs []
253 cleanuppad within none []
328 catchpad within %cs2 [i8* null, i32 64, i8* null]
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/WinEH/
H A Dwineh-cloning.ll23 %cp = catchpad within %cs []
41 ; CHECK: catchpad within %cs []
52 cleanuppad within none []
84 catchpad within %cs []
87 cleanuppad within none []
102 ; CHECK: catchpad within %cs []
120 catchpad within %cs []
210 %i = catchpad within %cs []
306 cleanuppad within none []
309 cleanuppad within none []
[all …]
H A Dwineh-demotion.ll44 %cp = catchpad within %cs1 []
78 ; CHECK: catchswitch within none
83 %cpinner = catchpad within %cs1 []
99 ; CHECK: catchswitch within none
150 %cp1 = catchpad within %cs1 []
170 %cp2 = catchpad within %cs2 []
201 %cp = cleanuppad within none []
240 ; CHECK: catchpad within %cs1
243 %cp2 = catchpad within %cs1 []
261 %cp1 = cleanuppad within none []
[all …]
H A Dwineh-no-demotion.ll24 %0 = cleanuppad within none []
31 %1 = cleanuppad within none []
44 %i = cleanuppad within none []
49 ; CHECK: %i = cleanuppad within none []
63 %0 = cleanuppad within none []
70 %1 = cleanuppad within none []
82 %i = cleanuppad within none []
87 ; CHECK: %i = cleanuppad within none []
105 %0 = cleanuppad within none []
109 %1 = cleanuppad within none []
H A Dwineh-statenumbering-cleanups.ll20 %cleanup = cleanuppad within none []
27 %cs1 = catchswitch within none [label %catch.body] unwind to caller
29 ;Cxx: %catch = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
30 ;SEH: %catch = catchpad within %cs1 [void ()* @dummy_filter]
48 %cleanup = cleanuppad within none []
54 %cs1 = catchswitch within none [label %catch.body] unwind to caller
56 ;Cxx: %catch = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
57 ;SEH: %catch = catchpad within %cs1 [void ()* @dummy_filter]
H A Dwineh-noret-cleanup.ll17 %cs1 = catchswitch within none [label %catch.body] unwind label %catch.dispatch.2
20 ;Cxx: %catch = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
21 ;Seh: %catch = catchpad within %cs1 [void ()* @dummy_filter]
26 %cleanup = cleanuppad within %catch []
37 %cs2 = catchswitch within none [label %catch.body.2] unwind to caller
40 ;Cxx: %catch2 = catchpad within %cs2 [i8* null, i32 u0x40, i8* null]
41 ;Seh: %catch2 = catchpad within %cs2 [void ()* @dummy_filter]
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dempty-cleanuppad.ll33 %0 = cleanuppad within none []
37 %1 = cleanuppad within none []
44 ; cleaned up within the try-block.
84 %0 = cleanuppad within none []
102 %2 = cleanuppad within none []
109 ; within the try-block.
148 %0 = cleanuppad within none []
165 %cp3 = cleanuppad within none []
273 %0 = cleanuppad within none []
344 %0 = cleanuppad within none []
[all …]
/llvm-project-15.0.7/llvm/test/Feature/
H A Dexception.ll34 %cp = cleanuppad within none [i7 4]
48 %cp = cleanuppad within none []
62 %0 = cleanuppad within none []
73 %cs1 = catchswitch within none [label %catch] unwind to caller
75 %cp = catchpad within %cs1 [i7 4]
89 %cs1 = catchswitch within none [label %catch] unwind to caller
91 %cp = catchpad within %cs1 [i7 4]
105 %cs1 = catchswitch within none [label %catch] unwind to caller
107 %0 = catchpad within %cs1 [i7 4]
120 catchpad within %cs1 [i7 4]
[all …]
/llvm-project-15.0.7/llvm/test/MC/COFF/
H A Dcv-errors.s18 # CHECK: error: expected function id within range [0, UINT_MAX)
31 .cv_inline_site_id 0 within a
35 .cv_inline_site_id 0 within 0 x
39 .cv_inline_site_id 0 within 0 inlined_at 0 0 0
43 .cv_inline_site_id 0 within 0 inlined_at 10 0 0
47 .cv_inline_site_id 0 within 0 inlined_at 1 1 1
51 .cv_inline_site_id 1 within 0 inlined_at 1 1 1
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin32-seh-catchpad.ll14 %cs1 = catchswitch within none [label %__except.ret] unwind to caller
17 %0 = catchpad within %cs1 [ptr @try_except_filter_catchall]
78 %0 = catchpad within %cs1 [ptr @nested_exceptions_filter_catchall]
89 %1 = catchpad within %cs2 [ptr @nested_exceptions_filter_catchall]
100 %2 = catchpad within %cs3 [ptr @nested_exceptions_filter_catchall]
108 %cs4 = catchswitch within none [label %__except.ret.19] unwind to caller
111 %3 = catchpad within %cs4 [ptr @nested_exceptions_filter_catchall]
122 %4 = catchpad within %cs5 [ptr @nested_exceptions_filter_catchall]
133 %5 = catchpad within %cs6 [ptr @nested_exceptions_filter_catchall]
186 %cs1 = catchswitch within none [label %__except.ret] unwind to caller
[all …]
H A Dbranchfolding-catchpads.ll22 %cs = catchswitch within none [ label %catch, label %catch.2 ] unwind to caller
25 catchpad within %cs [ptr null, i32 8, ptr null]
30 catchpad within %cs [ptr null, i32 64, ptr null]
64 %cs = catchswitch within none [ label %catch, label %catch.2, label %catch.3 ] unwind to caller
67 catchpad within %cs [ptr null, i32 8, ptr null]
72 %c2 = catchpad within %cs [ptr null, i32 32, ptr null]
77 %c3 = catchpad within %cs [ptr null, i32 64, ptr null]
130 %cs = catchswitch within none [label %catch1, label %catch2, label %catch3] unwind to caller
133 %c1 = catchpad within %cs [ptr null, i32 8, ptr null]
137 %c2 = catchpad within %cs [ptr null, i32 32, ptr null]
[all …]
H A Dfunclet-layout.ll20 %cs1 = catchswitch within none [label %catch] unwind to caller
23 %cp = catchpad within %cs1 [ptr null, i32 64, ptr null]
61 %cs1 = catchswitch within none [label %catch] unwind to caller
64 %0 = catchpad within %cs1 [ptr null, i32 64, ptr null]
69 %cs2 = catchswitch within %0 [label %catch.3] unwind to caller
72 %1 = catchpad within %cs2 [ptr null, i32 64, ptr null]
113 %cs1 = catchswitch within none [label %catch.2] unwind label %catch.dispatch.1
116 %0 = catchpad within %cs1 [ptr @"\01??_R0H@8", i32 0, ptr null]
121 %cs2 = catchswitch within none [label %catch] unwind to caller
124 %1 = catchpad within %cs2 [ptr null, i32 64, ptr null]
/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Dillegal-catchpad.ll18 ; CHECK-NEXT: [[CS1:%.*]] = catchswitch within none [label %catchpad1] unwind to caller
20 ; CHECK-NEXT: [[TMP0:%.*]] = catchpad within [[CS1]] []
31 %cs1 = catchswitch within none [label %catchpad1] unwind to caller
33 catchpad within %cs1 []
49 ; CHECK-NEXT: [[CS1:%.*]] = catchswitch within none [label %catchpad1] unwind to caller
51 ; CHECK-NEXT: [[TMP0:%.*]] = catchpad within [[CS1]] []
62 %cs1 = catchswitch within none [label %catchpad1] unwind to caller
64 catchpad within %cs1 []
/llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/
H A Dexception.ll56 %1 = catchpad within %0 [i8* bitcast (i8** @_ZTIi to i8*)]
106 %0 = cleanuppad within none []
150 %1 = catchpad within %0 [i8* null]
165 %5 = cleanuppad within %1 []
173 %6 = cleanuppad within %5 []
257 %8 = cleanuppad within %1 []
291 %1 = catchpad within %0 [i8* null]
313 %1 = catchpad within %0 [i8* null]
333 %0 = cleanuppad within none []
341 %2 = catchpad within %1 [i8* null]
[all …]
H A Dlower-wasm-ehsjlj.ll37 %1 = catchpad within %0 [i8* null]
44 ; CHECK: [[T0:%.*]] = catchpad within {{.*}} [i8* null]
99 %2 = catchpad within %1 [i8* null]
162 %1 = catchpad within %0 [i8* null]
177 %5 = cleanuppad within %1 []
181 ; CHECK-NEXT: [[T0:%.*]] = cleanuppad within {{.*}} []
196 %7 = catchpad within %6 [i8* null]
217 %11 = cleanuppad within %5 []
221 ; CHECK-NEXT: [[T2:%.*]] = cleanuppad within [[T0]] []
261 %0 = cleanuppad within none []
[all …]
H A Dcfg-stackify-eh.ll84 ; Nested try-catches within a catch
197 %16 = cleanuppad within %9 []
202 %17 = cleanuppad within %1 []
284 %5 = cleanuppad within %1 []
292 %6 = cleanuppad within %5 []
782 %0 = cleanuppad within none []
806 %0 = cleanuppad within none []
863 %9 = cleanuppad within %1 []
875 %10 = cleanuppad within %9 []
1044 %5 = cleanuppad within %1 []
[all …]
/llvm-project-15.0.7/llvm/test/Transforms/PruneEH/
H A Dpr26263.ll21 %cp = cleanuppad within none []
34 ; CHECK-OLD: %[[cp:.*]] = cleanuppad within none []
47 %cs = catchswitch within none [label %catchpad] unwind to caller
50 %cp = catchpad within %cs []
63 ; CHECK-OLD: %[[cs:.*]] = catchswitch within none [label
65 ; CHECK-OLD: catchpad within %[[cs]] []
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Dmultiblock-exceptions.ll23 ; CHECK-NEXT: [[CS1:%.*]] = catchswitch within none [label %catch] unwind label [[CLEANUP:%.*]]
25 ; CHECK-NEXT: [[C:%.*]] = catchpad within [[CS1]] []
29 ; CHECK-NEXT: [[C1:%.*]] = cleanuppad within none []
48 %cs1 = catchswitch within none [label %catch] unwind label %cleanup
51 %c = catchpad within %cs1 []
56 %c1 = cleanuppad within none []
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dinvalid-kernel-parameters.cl61 struct SizeTStruct { // expected-note{{within field of type 'SizeTStruct' declared here}}
66 union SizeTUnion { // expected-note{{within field of type 'SizeTUnion' declared here}}
90 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
100 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
107 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
120 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
148 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' declared here}}
163 typedef struct NestedBool2 // expected-note{{within field of type 'NestedBool2' declared here}}
192 struct AlsoUser // expected-note{{within field of type 'AlsoUser' declared here}}
202 struct ArrayOfPtr // expected-note{{within field of type 'ArrayOfPtr' declared here}}
[all …]

12345678910>>...36