Home
last modified time | relevance | path

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

12345678910>>...56

/external/llvm/test/Transforms/SimplifyCFG/
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/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/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/llvm/test/CodeGen/WinEH/
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-cloning.ll20 %cs = catchswitch within none [label %catch] unwind to caller
22 %cp = catchpad within %cs []
38 ; CHECK: %cs = catchswitch within none [label %catch] unwind to caller
40 ; CHECK: catchpad within %cs []
51 cleanuppad within none []
65 ; CHECK: cleanuppad within none []
81 %cs = catchswitch within none [label %catch] unwind to caller
83 catchpad within %cs []
86 cleanuppad within none []
101 ; CHECK: catchpad within %cs []
[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]
49 %cleanup = cleanuppad within none []
55 %cs1 = catchswitch within none [label %catch.body] unwind to caller
57 ;Cxx: %catch = catchpad within %cs1 [i8* null, i32 u0x40, i8* null]
58 ;SEH: %catch = catchpad within %cs1 [void ()* @dummy_filter]
Dwineh-intrinsics.ll18 %cs1 = catchswitch within none [label %do_catch] unwind to caller
20 %catch = catchpad within %cs1 [i32 1]
33 %cs1 = catchswitch within none [label %do_catch] unwind to caller
35 %catch = catchpad within %cs1 [i32 1]
/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}}
32 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
39 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
46 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared her…
52 } inner; // expected-note 3 {{within field of type 'struct InnerNestedPointer' declared here}}
57 struct NestedPointerComplex // expected-note{{within field of type 'NestedPointerComplex' declared …
66 } inner; // expected-note{{within field of type 'struct InnerNestedPointerComplex' declared here}}
74 typedef struct NestedBool // expected-note 2 {{within field of type 'NestedBool' declared here}}
80 } inner; // expected-note 2 {{within field of type 'struct InnerNestedBool' declared here}}
[all …]
/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]
Dcatchpad-weight.ll34 %cs1 = catchswitch within none [label %catch.5] unwind label %catch.dispatch.1
37 %1 = catchpad within %cs1 [%rtti.TypeDescriptor7* @"\01??_R0?AUA@@@8", i32 0, i8* null]
46 %cs2 = catchswitch within none [label %catch.3] unwind label %catch.dispatch.2
49 %2 = catchpad within %cs2 [%rtti.TypeDescriptor7* @"\01??_R0?AUB@@@8", i32 0, i8* null]
53 %cs3 = catchswitch within none [label %catch] unwind label %ehcleanup
56 %3 = catchpad within %cs3 [%rtti.TypeDescriptor7* @"\01??_R0?AUC@@@8", i32 0, i8* null]
60 %4 = cleanuppad within none []
Dtail-merge-wineh.ll57 %cs1 = catchswitch within none [label %catch] unwind label %catch.dispatch.7
60 %1 = catchpad within %cs1 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
73 %cs2 = catchswitch within none [label %catch.4] unwind label %catch.dispatch.7
76 %3 = catchpad within %cs2 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
86 %cs3 = catchswitch within none [label %catch.9] unwind to caller
89 %4 = catchpad within %cs3 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
Dwin32-eh.ll22 %cs = catchswitch within none [label %catch] unwind to caller
24 %p = catchpad within %cs [i8* bitcast (i32 ()* @catchall_filt to i8*)]
61 %cs = catchswitch within none [label %catch] unwind to caller
63 %p = catchpad within %cs [i8* bitcast (i32 ()* @catchall_filt to i8*)]
104 %cs = catchswitch within none [label %catch] unwind to caller
106 %p = catchpad within %cs [i8* null, i32 64, i8* null]
Dwin32-eh-states.ll47 %cs1 = catchswitch within none [label %catch] unwind label %lpad.1
50 %p1 = catchpad within %cs1 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
58 %cs2 = catchswitch within none [label %catch.7] unwind to caller
61 %p2 = catchpad within %cs2 [%rtti.TypeDescriptor2* @"\01??_R0H@8", i32 0, i8* null]
130 %0 = catchswitch within none [label %catch] unwind label %ehcleanup5
133 %1 = catchpad within %0 [i8* null, i32 64, i8* null]
157 %2 = cleanuppad within %1 []
162 %3 = cleanuppad within none []
/external/llvm/test/Transforms/InstCombine/
Dtoken.ll12 %cl = cleanuppad within none []
18 ; CHECK: %cl = cleanuppad within none []
36 %cs = catchswitch within none [label %doit] unwind to caller
39 %cl = catchpad within %cs []
72 %cs = catchswitch within none [label %doit] unwind to caller
75 %cl = catchpad within %cs []
/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/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/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/v8/src/snapshot/
Ddeserializer.cc443 #define CASE_STATEMENT(where, how, within, space_number) \ in ReadData() argument
444 case where + how + within + space_number: \ in ReadData()
447 STATIC_ASSERT((within & ~kWhereToPointMask) == 0); \ in ReadData()
450 #define CASE_BODY(where, how, within, space_number_if_any) \ in ReadData() argument
457 if (where == kNewObject && how == kPlain && within == kStartOfObject) { \ in ReadData()
504 if (within == kInnerPointer) { \ in ReadData()
544 #define ALL_SPACES(where, how, within) \ in ReadData() argument
545 CASE_STATEMENT(where, how, within, NEW_SPACE) \ in ReadData()
546 CASE_BODY(where, how, within, NEW_SPACE) \ in ReadData()
547 CASE_STATEMENT(where, how, within, OLD_SPACE) \ in ReadData()
[all …]
/external/llvm/test/Verifier/
Dinvalid-eh.ll16 ;T2: %x = cleanuppad within none []
32 ;T4: %cs = catchswitch within none [label %next] unwind to caller
34 ;T4: %x = catchpad within %cs []

12345678910>>...56