Home
last modified time | relevance | path

Searched refs:invoke (Results 1 – 25 of 2184) sorted by relevance

12345678910>>...88

/external/tensorflow/tensorflow/lite/models/testdata/
Dspeech_asr_lm_model.test_spec3 invoke {
9 invoke {
15 invoke {
22 invoke {
28 invoke {
35 invoke {
41 invoke {
48 invoke {
54 invoke {
60 invoke {
[all …]
/external/llvm/test/Transforms/ObjCARC/
Dpath-overflow.ll869 …%call2 = invoke i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*, i8*)*)(i8* undef…
870 to label %invoke.cont unwind label %lpad
872 invoke.cont: ; preds = %entry
873 …%call5 = invoke signext i8 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8 (i8*, i8*)*)(i8* unde…
874 to label %invoke.cont4 unwind label %lpad3
876 invoke.cont4: ; preds = %invoke.cont
879 land.rhs: ; preds = %invoke.cont4
880 …%call7 = invoke i32 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i32 (i8*, i8*)*)(i8* undef, i8*…
883 land.end: ; preds = %land.rhs, %invoke.cont4
884invoke void (i8*, ...) @NSLog(i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring to i8*), i…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/
Dpath-overflow.ll869 …%call2 = invoke i8* bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8* (i8*, i8*, i8*)*)(i8* undef…
870 to label %invoke.cont unwind label %lpad
872 invoke.cont: ; preds = %entry
873 …%call5 = invoke signext i8 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i8 (i8*, i8*)*)(i8* unde…
874 to label %invoke.cont4 unwind label %lpad3
876 invoke.cont4: ; preds = %invoke.cont
879 land.rhs: ; preds = %invoke.cont4
880 …%call7 = invoke i32 bitcast (i8* (i8*, i8*, ...)* @objc_msgSend to i32 (i8*, i8*)*)(i8* undef, i8*…
883 land.end: ; preds = %land.rhs, %invoke.cont4
884invoke void (i8*, ...) @NSLog(i8* bitcast (%struct.NSConstantString* @_unnamed_cfstring to i8*), i…
[all …]
Dfunclet.ll24 %call = invoke zeroext i1 @"\01?g@@YA_NXZ"()
25 to label %invoke.cont unwind label %ehcleanup6
27 invoke.cont: ; preds = %entry
30 if.then: ; preds = %invoke.cont
31 %call2 = invoke i8* @"\01?h@@YAPEAUobjc_object@@XZ"()
32 to label %invoke.cont1 unwind label %ehcleanup6
34 invoke.cont1: ; preds = %if.then
39 if.end: ; preds = %invoke.cont1, %invoke.cont
40 %a.0 = phi i8* [ %call2, %invoke.cont1 ], [ null, %invoke.cont ]
41 %call4 = invoke zeroext i1 @"\01?g@@YA_NXZ"()
[all …]
Dcontract-catchswitch.ll25 invoke void @f()
26 to label %invoke.cont unwind label %catch.dispatch
34 catchret from %tmp3 to label %invoke.cont
41 catchret from %tmp5 to label %invoke.cont
43 invoke.cont:
48 ; Split the basic block to ensure bitcast ends up in invoke.cont.split.
49 br label %invoke.cont.split
51 invoke.cont.split:
52 invoke void @f()
53 to label %invoke.cont1 unwind label %ehcleanup
[all …]
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java122 Constructable constructed = (Constructable) getMethod().invoke(null, 5L, false); in testNewInstance()
151 method.invoke(instance); in testVoidNoArgMemberMethod()
171 assertEquals(10, getMethod().invoke(null, 4)); in testInvokeStatic()
193 method.invoke(instance, 0); in testCreateLocalMethodAsNull()
219 assertEquals(9, getMethod().invoke(null, this, 4)); in testInvokeVirtual()
260 assertEquals(5, method.invoke(null, instance)); in testInvokeDirect()
294 assertEquals(System.identityHashCode(instance), method.invoke(instance)); in testInvokeSuper()
318 assertEquals("abc", getMethod().invoke(null, callable)); in testInvokeInterface()
338 assertEquals(5, getMethod().invoke(null)); in testInvokeVoidMethodIgnoresTargetLocal()
385 assertEquals(false, getMethod().invoke(null, this)); in testInvokeTypeSafety()
[all …]
/external/llvm/test/CodeGen/AArch64/
Daarch64-address-type-promotion-assertion.ll7 br label %invoke.cont145
9 invoke.cont145:
11 br i1 %or.cond, label %if.then274, label %invoke.cont145
15 br i1 undef, label %invoke.cont291, label %if.else313
17 invoke.cont291:
26 br i1 %cmp314, label %invoke.cont317, label %invoke.cont353
28 invoke.cont317:
29 br i1 undef, label %invoke.cont326, label %invoke.cont334
31 invoke.cont326:
35 br label %invoke.cont334
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Daarch64-address-type-promotion-assertion.ll7 br label %invoke.cont145
9 invoke.cont145:
11 br i1 %or.cond, label %if.then274, label %invoke.cont145
15 br i1 undef, label %invoke.cont291, label %if.else313
17 invoke.cont291:
26 br i1 %cmp314, label %invoke.cont317, label %invoke.cont353
28 invoke.cont317:
29 br i1 undef, label %invoke.cont326, label %invoke.cont334
31 invoke.cont326:
35 br label %invoke.cont334
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
D2007-04-15-InlineEH.ll26 invoke void @a() to label %invcont1 unwind label %cleanup
27 ; CHECK-NOT: {{call|invoke}}
28 ; CHECK: invoke void @a()
31 invoke void @b() to label %invcont2 unwind label %cleanup
32 ; CHECK-NOT: {{call|invoke}}
33 ; CHECK: invoke void @b()
36 invoke void @c() to label %invcont3 unwind label %cleanup
37 ; CHECK-NOT: {{call|invoke}}
38 ; CHECK: invoke void @c()
41 invoke void @f() to label %invcont4 unwind label %cleanup
[all …]
Dinline-funclets.ll13 invoke void @test1_inlinee()
25 invoke void @g()
27 ; CHECK-NEXT: invoke void @g()
48 ; CHECK-NEXT: invoke void @g() [ "funclet"(token %[[pad_outer]]) ]
65 invoke void @test2_inlinee()
77 invoke void @g()
79 ; CHECK-NEXT: invoke void @g()
84 invoke void @g() [ "funclet"(token %outer) ]
88 ; CHECK-NEXT: invoke void @g() [ "funclet"(token %[[outer]]) ]
125 ;;; destination, that must be rewritten to an invoke.
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll16 ; In this case, both cleanup pads can be eliminated and the invoke can be
28 invoke void @g() to label %invoke.cont unwind label %ehcleanup
30 invoke.cont: ; preds = %entry
61 ; CHECK: invoke void @g()
77 invoke void @g() to label %invoke.cont unwind label %ehcleanup
79 invoke.cont: ; preds = %entry
97 try.cont: ; preds = %catchret.dest, %invoke.cont
118 ; In this case the inner cleanup pad should be eliminated and the invoke of g()
123 ; CHECK: invoke void @g()
139 invoke void @g() to label %invoke.cont unwind label %ehcleanup
[all …]
Dinvoke.ll17 %call = invoke noalias i8* undef()
18 to label %invoke.cont unwind label %lpad
20 invoke.cont:
36 %call = invoke noalias i8* null()
37 to label %invoke.cont unwind label %lpad
39 invoke.cont:
53 ; CHECK: invoke noalias i8* null()
54 %call = invoke noalias i8* null()
55 to label %invoke.cont unwind label %lpad
57 ; CHECK: invoke.cont:
[all …]
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-cleanuppad.ll16 ; In this case, both cleanup pads can be eliminated and the invoke can be
28 invoke void @g() to label %invoke.cont unwind label %ehcleanup
30 invoke.cont: ; preds = %entry
61 ; CHECK: invoke void @g()
77 invoke void @g() to label %invoke.cont unwind label %ehcleanup
79 invoke.cont: ; preds = %entry
97 try.cont: ; preds = %catchret.dest, %invoke.cont
118 ; In this case the inner cleanup pad should be eliminated and the invoke of g()
123 ; CHECK: invoke void @g()
139 invoke void @g() to label %invoke.cont unwind label %ehcleanup
[all …]
Dinvoke.ll17 %call = invoke noalias i8* undef()
18 to label %invoke.cont unwind label %lpad
20 invoke.cont:
36 %call = invoke noalias i8* null()
37 to label %invoke.cont unwind label %lpad
39 invoke.cont:
55 %call = invoke i32 @read_only()
56 to label %invoke.cont unwind label %lpad
58 invoke.cont:
74 %call = invoke i32 @read_only()
[all …]
/external/llvm/test/CodeGen/X86/
Dwin32-eh-states.ll36 invoke void @may_throw(i32 1)
37 to label %invoke.cont unwind label %lpad.1
39 invoke.cont: ; preds = %entry
40 invoke void @may_throw(i32 2)
43 try.cont.9: ; preds = %invoke.cont.3, %invoke.cont, %catch.7
51 invoke void @may_throw(i32 3) [ "funclet"(token %p1) ]
52 to label %invoke.cont.3 unwind label %lpad.1
54 invoke.cont.3: ; preds = %catch
57 lpad.1: ; preds = %invoke.cont
126 invoke void @may_throw(i32 -1)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin32-eh-states.ll36 invoke void @may_throw(i32 1)
37 to label %invoke.cont unwind label %lpad.1
39 invoke.cont: ; preds = %entry
40 invoke void @may_throw(i32 2)
43 try.cont.9: ; preds = %invoke.cont.3, %invoke.cont, %catch.7
51 invoke void @may_throw(i32 3) [ "funclet"(token %p1) ]
52 to label %invoke.cont.3 unwind label %lpad.1
54 invoke.cont.3: ; preds = %catch
57 lpad.1: ; preds = %invoke.cont
126 invoke void @may_throw(i32 -1)
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dextra-toc-reg-deps.ll123 invoke void @_ZN4Foam4word12stripInvalidEv()
132 invoke void @_ZN4Foam7cellSetC1ERKNS_8polyMeshERKNS_4wordEiNS_8IOobject11writeOptionE()
133 to label %invoke.cont59 unwind label %lpad
135 invoke.cont59: ; preds = %_ZN4Foam4wordC2EPKcb.exit
138 if.then.i.i: ; preds = %invoke.cont59
153 … ; preds = %if.then4.i.i, %_ZN9__gnu_cxxL27__exchange_and_add_dispatchEPii.exit.i.i, %invoke.cont59
180 invoke void @_ZN4Foam4word12stripInvalidEv()
189 invoke void @_ZN4Foam8pointSetC1ERKNS_8polyMeshERKNS_4wordEiNS_8IOobject11writeOptionE()
190 to label %invoke.cont169 unwind label %lpad165
192 invoke.cont169: ; preds = %_ZN4Foam4wordC2EPKcb.exit1701
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dextra-toc-reg-deps.ll121 invoke void @_ZN4Foam4word12stripInvalidEv()
130 invoke void @_ZN4Foam7cellSetC1ERKNS_8polyMeshERKNS_4wordEiNS_8IOobject11writeOptionE()
131 to label %invoke.cont59 unwind label %lpad
133 invoke.cont59: ; preds = %_ZN4Foam4wordC2EPKcb.exit
136 if.then.i.i: ; preds = %invoke.cont59
151 … ; preds = %if.then4.i.i, %_ZN9__gnu_cxxL27__exchange_and_add_dispatchEPii.exit.i.i, %invoke.cont59
178 invoke void @_ZN4Foam4word12stripInvalidEv()
187 invoke void @_ZN4Foam8pointSetC1ERKNS_8polyMeshERKNS_4wordEiNS_8IOobject11writeOptionE()
188 to label %invoke.cont169 unwind label %lpad165
190 invoke.cont169: ; preds = %_ZN4Foam4wordC2EPKcb.exit1701
[all …]
/external/smali/smalidea/testData/methodRename/methodRename/before/
Dblah.smali11 invoke-direct {v0}, Lblah;->blah()V
12 invoke-direct/empty {v0}, Lblah;->blah()V
13 invoke-direct/range {v0}, Lblah;->blah()V
14 invoke-interface {v0}, Lblah;->blah()V
15 invoke-interface/range {v0}, Lblah;->blah()V
16 invoke-object-init/range {v0}, Lblah;->blah()V
17 invoke-static {v0}, Lblah;->blah()V
18 invoke-static/range {v0}, Lblah;->blah()V
19 invoke-super {v0}, Lblah;->blah()V
20 invoke-super/range {v0}, Lblah;->blah()V
[all …]
/external/smali/smalidea/testData/methodRename/methodRename/after/
Dblah.smali11 invoke-direct {v0}, Lblah;->blort()V
12 invoke-direct/empty {v0}, Lblah;->blort()V
13 invoke-direct/range {v0}, Lblah;->blort()V
14 invoke-interface {v0}, Lblah;->blort()V
15 invoke-interface/range {v0}, Lblah;->blort()V
16 invoke-object-init/range {v0}, Lblah;->blort()V
17 invoke-static {v0}, Lblah;->blort()V
18 invoke-static/range {v0}, Lblah;->blort()V
19 invoke-super {v0}, Lblah;->blort()V
20 invoke-super/range {v0}, Lblah;->blort()V
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/number/
DPropertiesTest.java122 Object default0 = getter.invoke(p0); in testFieldCoverage()
131 setter.invoke(p1, val0); in testFieldCoverage()
132 setter.invoke(p2, val0); in testFieldCoverage()
135 assertEquals(getter.invoke(p1), getter.invoke(p2)); in testFieldCoverage()
136 assertEquals(getter.invoke(p1), val0); in testFieldCoverage()
137 assertNotEquals(getter.invoke(p1), val1); in testFieldCoverage()
139 setter.invoke(p1, val1); in testFieldCoverage()
141 assertNotEquals(getter.invoke(p1), getter.invoke(p2)); in testFieldCoverage()
142 assertNotEquals(getter.invoke(p1), val0); in testFieldCoverage()
143 assertEquals(getter.invoke(p1), val1); in testFieldCoverage()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DPropertiesTest.java119 Object default0 = getter.invoke(p0); in testFieldCoverage()
128 setter.invoke(p1, val0); in testFieldCoverage()
129 setter.invoke(p2, val0); in testFieldCoverage()
132 assertEquals(getter.invoke(p1), getter.invoke(p2)); in testFieldCoverage()
133 assertEquals(getter.invoke(p1), val0); in testFieldCoverage()
134 assertNotEquals(getter.invoke(p1), val1); in testFieldCoverage()
136 setter.invoke(p1, val1); in testFieldCoverage()
138 assertNotEquals(getter.invoke(p1), getter.invoke(p2)); in testFieldCoverage()
139 assertNotEquals(getter.invoke(p1), val0); in testFieldCoverage()
140 assertEquals(getter.invoke(p1), val1); in testFieldCoverage()
[all …]
/external/llvm/test/Transforms/LoopUnswitch/
D2012-04-30-LoopUnswitch-LPad-Crash.ll17invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3…
18 to label %invoke.cont unwind label %lpad
20 invoke.cont: ; preds = %for.cond
21 invoke void @_ZN1C3endEv()
24 for.cond3: ; preds = %invoke.cont6, %invoke.cont
25invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3…
26 to label %invoke.cont4 unwind label %lpad
28 invoke.cont4: ; preds = %for.cond3
29 invoke void @_ZN1C3endEv()
30 to label %invoke.cont6 unwind label %lpad
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimpleLoopUnswitch/
D2012-04-30-LoopUnswitch-LPad-Crash.ll17invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3…
18 to label %invoke.cont unwind label %lpad
20 invoke.cont: ; preds = %for.cond
21 invoke void @_ZN1C3endEv()
24 for.cond3: ; preds = %invoke.cont6, %invoke.cont
25invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3…
26 to label %invoke.cont4 unwind label %lpad
28 invoke.cont4: ; preds = %for.cond3
29 invoke void @_ZN1C3endEv()
30 to label %invoke.cont6 unwind label %lpad
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnswitch/
D2012-04-30-LoopUnswitch-LPad-Crash.ll17invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3…
18 to label %invoke.cont unwind label %lpad
20 invoke.cont: ; preds = %for.cond
21 invoke void @_ZN1C3endEv()
24 for.cond3: ; preds = %invoke.cont6, %invoke.cont
25invoke void @_ZN1DptEv(%class.D.22.42.66.102.138.158.178.198.238.242.246.250.262.294.302.338.346.3…
26 to label %invoke.cont4 unwind label %lpad
28 invoke.cont4: ; preds = %for.cond3
29 invoke void @_ZN1C3endEv()
30 to label %invoke.cont6 unwind label %lpad
[all …]

12345678910>>...88