Home
last modified time | relevance | path

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

12345678910>>...65

/external/llvm/test/Verifier/
Dinvalid-eh.ll40 ;T2: %x = cleanuppad within none []
56 ;T4: %cs = catchswitch within none [label %next] unwind to caller
58 ;T4: %x = catchpad within %cs []
68 ;T5: %cs = catchswitch within none [label %catch] unwind to caller
70 ;T5: catchpad within %cs []
73 ;T5: cleanuppad within %cs []
82 ;T6: %cs1 = catchswitch within none [label %catch1] unwind label %catch2
85 ;T6: catchpad within %cs1 []
88 ;T6: %cs2 = catchswitch within none [label %catch2] unwind to caller
90 ;T6: catchpad within %cs2 []
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-catchpad.ll12 %cs = catchswitch within none [label %pad1, label %pad2] unwind to caller
14 %cp1 = catchpad within %cs [i32 1]
18 %cp2 = catchpad within %cs [i32 2]
25 ; CHECK: %cs = catchswitch within none [label %pad1] unwind to caller
27 ; CHECK: %cp1 = catchpad within %cs [i32 1]
42 %cp.inner = cleanuppad within none []
50 %cs.inner = catchswitch within none [label %pad.inner] unwind label %exn.dispatch
51 ; CHECK: %cs.inner = catchswitch within none [label %pad.inner] unwind to caller
53 %catch.inner = catchpad within %cs.inner [i32 0]
54 ; CHECK: %catch.inner = catchpad within %cs.inner
[all …]
Dwineh-unreachable.ll15 cleanuppad within none []
25 %cs1 = catchswitch within none [label %catch.body] unwind label %unreachable.unwind
27 ; CHECK-NEXT: catchswitch within none [label %catch.body] unwind to caller
30 ; CHECK-NEXT: catchpad within %cs1
33 %catch = catchpad within %cs1 []
39 cleanuppad within none []
51 ; CHECK: %cleanup = cleanuppad within none []
54 %cleanup = cleanuppad within none []
64 cleanuppad within none []
75 %cs1 = catchswitch within none [label %catch.body] unwind to caller
[all …]
Dempty-cleanuppad.ll34 %0 = cleanuppad within none []
38 %1 = cleanuppad within none []
45 ; cleaned up within the try-block.
63 ; CHECK: cleanuppad within none
67 ; CHECK: catchswitch within none [label %catch] unwind to caller
83 %0 = cleanuppad within none []
88 %cs1 = catchswitch within none [label %catch] unwind label %ehcleanup.1
91 %1 = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
101 %2 = cleanuppad within none []
108 ; within the try-block.
[all …]
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll15 %pad = cleanuppad within none []
30 %pad.inner = cleanuppad within none []
35 ; that stays within the inlinee.
36 ; CHECK-NEXT: %[[pad_inner:[^ ]+]] = cleanuppad within none
41 %pad.outer = cleanuppad within none []
46 ; CHECK-NEXT: %[[pad_outer:[^ ]+]] = cleanuppad within none
67 %pad = cleanuppad within none []
82 %outer = cleanuppad within none []
86 ; CHECK-NEXT: %[[outer:[^ ]+]] = cleanuppad within none
91 %cs = catchswitch within %outer [label %catch] unwind to caller
[all …]
Dpr26698.ll16 %cs = catchswitch within none [label %cp.bb] unwind label %cleanup.bb
19 %cpouter1 = catchpad within %cs [i8* null, i32 0, i8* null]
24 %cpouter2 = cleanuppad within none []
41 %cpinner1 = cleanuppad within none []
48 %cpinner2 = cleanuppad within %cpinner1 []
55 ; CHECK: %[[cs:.*]] = catchswitch within none
57 ; CHECK: %[[cpouter1:.*]] = catchpad within %[[cs]]
59 ; CHECK: %[[cpinner1:.*]] = cleanuppad within %[[cpouter1]]
61 ; CHECK: %[[cpinner2:.*]] = cleanuppad within %[[cpinner1]]
/external/llvm/test/Transforms/LoopStrengthReduce/
Dfunclet.ll23 %cs = catchswitch within none [label %unreachable] unwind label %blah2
26 catchpad within %cs []
30 %cleanuppadi4.i.i.i = cleanuppad within none []
47 ; CHECK: cleanuppad within none []
61 %cs = catchswitch within none [label %unreachable, label %blah] unwind to caller
64 catchpad within %cs []
68 %catchpad = catchpad within %cs []
89 ; CHECK-NEXT: catchpad within %cs []
103 %cs = catchswitch within none [label %unreachable, label %blug] unwind to caller
106 catchpad within %cs []
[all …]
/external/llvm/test/CodeGen/WinEH/
Dwineh-cloning.ll21 %cs = catchswitch within none [label %catch] unwind to caller
23 %cp = catchpad within %cs []
39 ; CHECK: %cs = catchswitch within none [label %catch] unwind to caller
41 ; CHECK: catchpad within %cs []
52 cleanuppad within none []
66 ; CHECK: cleanuppad within none []
82 %cs = catchswitch within none [label %catch] unwind to caller
84 catchpad within %cs []
87 cleanuppad within none []
102 ; CHECK: catchpad within %cs []
[all …]
Dwineh-demotion.ll41 %cs1 = catchswitch within none [label %catch] unwind to caller
44 %cp = catchpad within %cs1 []
78 ; CHECK: catchswitch within none
80 %cs1 = catchswitch within none [label %catch.inner] unwind label %merge.outer
83 %cpinner = catchpad within %cs1 []
99 ; CHECK: catchswitch within none
100 %cs2 = catchswitch within none [label %catch.outer] unwind to caller
103 %cpouter = catchpad within %cs2 []
105 ; CHECK: [[CatchPad:%[^ ]+]] = catchpad within %cs2 []
146 ; CHECK-NEXT: catchswitch within none
[all …]
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 []
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]
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]
Dwineh-nested-unwind.ll12 %0 = catchswitch within none [label %catch] unwind label %ehcleanup
15 %1 = catchpad within %0 [i8* null, i32 64, i8* null]
20 %2 = catchswitch within %1 [label %catch.i] unwind to caller
23 %3 = catchpad within %2 [i8* null, i32 64, i8* null]
33 %4 = cleanuppad within none []
/external/llvm/test/Feature/
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]
118 %cs1 = catchswitch within none [label %catch] unwind to caller
[all …]
/external/clang/test/SemaOpenCL/
Dinvalid-kernel-parameters.cl16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
35 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
42 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
49 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
55 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
60 struct NestedPointerComplex // expected-note{{within field of type 'NestedPointerComplex' declared …
69 } inner; // expected-note{{within field of type 'struct InnerNestedPointerComplex' declared here}}
77 typedef struct NestedBool // expected-note 2 {{within field of type 'NestedBool' declared here}}
83 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' declared here}}
[all …]
/external/llvm/test/Transforms/PruneEH/
Dpr26263.ll15 %cp = cleanuppad within none []
25 ; CHECK: %[[cp:.*]] = cleanuppad within none []
38 %cs = catchswitch within none [label %catchpad] unwind to caller
41 %cp = catchpad within %cs []
51 ; CHECK: %[[cs:.*]] = catchswitch within none [label
53 ; CHECK: catchpad within %[[cs]] []
/external/llvm/test/CodeGen/X86/
Dwin32-seh-catchpad.ll14 %cs1 = catchswitch within none [label %__except.ret] unwind to caller
17 %0 = catchpad within %cs1 [i8* bitcast (i32 ()* @try_except_filter_catchall to i8*)]
78 %cs1 = catchswitch within none [label %__except.ret] unwind label %catch.dispatch.11
81 %0 = catchpad within %cs1 [i8* bitcast (i32 ()* @nested_exceptions_filter_catchall to i8*)]
89 %cs2 = catchswitch within none [label %__except.ret.7] unwind label %catch.dispatch.11
92 %1 = catchpad within %cs2 [i8* bitcast (i32 ()* @nested_exceptions_filter_catchall to i8*)]
100 %cs3 = catchswitch within none [label %__except.ret.13] unwind label %catch.dispatch.17
103 %2 = catchpad within %cs3 [i8* bitcast (i32 ()* @nested_exceptions_filter_catchall to i8*)]
111 %cs4 = catchswitch within none [label %__except.ret.19] unwind to caller
114 %3 = catchpad within %cs4 [i8* bitcast (i32 ()* @nested_exceptions_filter_catchall to i8*)]
[all …]
Dfunclet-layout.ll18 %cs1 = catchswitch within none [label %catch] unwind to caller
21 %cp = catchpad within %cs1 [i8* null, i32 64, i8* null]
58 %cs1 = catchswitch within none [label %catch] unwind to caller
61 %0 = catchpad within %cs1 [i8* null, i32 64, i8* null]
66 %cs2 = catchswitch within %0 [label %catch.3] unwind to caller
69 %1 = catchpad within %cs2 [i8* null, i32 64, i8* null]
109 %cs1 = catchswitch within none [label %catch.2] unwind label %catch.dispatch.1
112 %0 = catchpad within %cs1 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
117 %cs2 = catchswitch within none [label %catch] unwind to caller
120 %1 = catchpad within %cs2 [i8* null, i32 64, i8* null]
Dbranchfolding-catchpads.ll22 %cs = catchswitch within none [ label %catch, label %catch.2 ] unwind to caller
25 catchpad within %cs [i8* null, i32 8, i8* null]
30 catchpad within %cs [i8* null, i32 64, i8* null]
64 %cs = catchswitch within none [ label %catch, label %catch.2, label %catch.3 ] unwind to caller
67 catchpad within %cs [i8* null, i32 8, i8* null]
72 %c2 = catchpad within %cs [i8* null, i32 32, i8* null]
77 %c3 = catchpad within %cs [i8* null, i32 64, i8* null]
Dwin-catchpad-nested.ll15 %cs1 = catchswitch within none [label %outer.catch] unwind to caller
18 %cp1 = catchpad within %cs1 [i32 1]
25 %cs2 = catchswitch within %cp1 [label %inner.catch] unwind to caller
27 %cp2 = catchpad within %cs2 [i32 2]
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dusing.dox10 /// -# Interoperation with the runtime within rule actions;
17 /// - The lexer is independent of the parser. You \b cannot control the lexer from within the parse…
18 /// - The tree parser is independent of the parser. You \b cannot control the parser from within th…
28 /// code within them to be placed at strategic points in the generated code such as
29 /// before or after the #include statements in the .c file, within the generated header file
30 /// or within the constructor for the recognizer.
32 /// Many of the \@sections used within a Java targeted grammar have some equivalent function within
34 /// that have meaning only within a grammar targeted for the C runtime.
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dcatchpad-phi-cast.ll39 %cs1 = catchswitch within none [label %handler1] unwind to caller
42 %cp1 = catchpad within %cs1 []
45 ; CHECK-NEXT: catchpad within %cs1
49 %cs2 = catchswitch within none [label %handler2] unwind to caller
52 %cp2 = catchpad within %cs2 []
55 ; CHECK: catchpad within %cs2
82 %cs1 = catchswitch within none [label %catch] unwind to caller
85 %cp1 = catchpad within %cs1 []
/external/valgrind/none/tests/ppc64/
Ddata-cache-instructions.stdout.exp1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/valgrind/none/tests/ppc32/
Ddata-cache-instructions.stdout.exp1 Passed dcbzl test at aligned address within the test block.
2 Passed dcbzl test at un-aligned (1 modulo block_size) address within the test block.
3 Passed dcbzl test at un-aligned ((block_size - 1) modulo block_size) address within the test block.
/external/llvm/test/Transforms/LICM/
Dfunclet.ll21 %cs = catchswitch within none [label %catch] unwind to caller
24 %cp = catchpad within %cs [i8* null, i32 64, i8* null]
50 %cp = cleanuppad within none []
59 ; CHECK: %[[CP:.*]] = cleanuppad within none []
73 %cp = catchpad within %cs [i8* null, i32 64, i8* null]
86 %cs = catchswitch within none [label %catch.object.Throwable] unwind to caller
100 ; CHECK: catchswitch within none

12345678910>>...65