Home
last modified time | relevance | path

Searched refs:thunk (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm/test/Transforms/Inline/
Dinline-musttail-varargs.ll3 ; We can't inline this thunk yet, but one day we will be able to. And when we
8 define linkonce_odr void @thunk(i8* %this, ...) {
15 call void (i8*, ...) @thunk(i8* %p, i32 42)
19 ; CHECK: call void (i8*, ...) @thunk(i8* %p, i32 42)
21 ; FIXME: Inline the thunk. This should be significantly easier than inlining
/external/llvm/test/Transforms/DeadArgElim/
Ddead_vaargs.ll4 call void (i32, ...) @thunk(i32 %A, i64 47, double 1.000000e+00)
11 ; CHECK: call void (i32, ...) @thunk(i32 %A, i64 47, double 1.000000e+00)
17 define internal void @thunk(i32 %X, ...) {
21 ; CHECK-LABEL: define internal void @thunk(i32 %X, ...)
Dfunclet.ll6 call void @thunk()
12 invoke void @thunk()
27 declare void @thunk()
/external/llvm/test/Transforms/ArgumentPromotion/
Dpr27568.ll6 call void @thunk()
12 invoke void @thunk()
29 declare void @thunk()
/external/llvm/test/Transforms/MergeFunc/
Dlinkonce_odr.ll4 ; If we don't do this we can end up with one module defining a thunk for @funA
5 ; and another module defining a thunk for @funB.
/external/libmojo/mojo/android/javatests/src/org/chromium/mojo/bindings/
DRouterTest.java163 RouterImpl.ResponderThunk thunk = in clearAllMessageReceivers()
166 thunk.finalize(); in clearAllMessageReceivers()
/external/llvm/test/CodeGen/X86/
Dvararg-callee-cleanup.ll46 ; If you actually return from such a thunk, it will only pop the non-variadic
Dmusttail-varargs.ll118 ; This thunk shouldn't require any spills and reloads, assuming the register
Dmusttail-indirect.ll22 ; Each member pointer creates a thunk. The ones with inalloca are required to
Dstackmap.ll175 %thunk = inttoptr i64 -559038737 to i8*
176 …call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 4, i32 15, i8* %thunk, …
/external/llvm/test/DebugInfo/PDB/DIA/
Dpdbdump-symbol-format.test18 ; SYM_FORMAT-DAG: thunk [{{.*}}] (Pcode) B::`vcall'{0}'
/external/v8/benchmarks/
Dearley-boyer.js1712 function sc_dynamicWind(before, thunk, after) { argument
1715 var res = thunk();
2604 function sc_withInputFromFile(s, thunk) { argument
2609 function sc_withOutputToFile(s, thunk) { argument
2647 function sc_withInputFromPort(p, thunk) { argument
2651 return thunk();
2658 function sc_withInputFromString(s, thunk) { argument
2659 return sc_withInputFromPort(new sc_StringInputPort(sc_string2jsstring(s)), thunk);
2663 function sc_withOutputToPort(p, thunk) { argument
2667 return thunk();
[all …]
/external/llvm/test/Transforms/InstCombine/
Dcall-cast-target.ll65 declare i32 @fn4(i32) "thunk"
/external/python/cpython2/Modules/_ctypes/
D_ctypes.c3491 CThunkObject *thunk; in PyCFuncPtr_new() local
3548 thunk = _ctypes_alloc_callback(callable, in PyCFuncPtr_new()
3552 if (!thunk) in PyCFuncPtr_new()
3557 Py_DECREF(thunk); in PyCFuncPtr_new()
3564 self->thunk = thunk; in PyCFuncPtr_new()
3565 *(void **)self->b_ptr = (void *)thunk->pcl_exec; in PyCFuncPtr_new()
3567 Py_INCREF((PyObject *)thunk); /* for KeepRef */ in PyCFuncPtr_new()
3568 if (-1 == KeepRef((CDataObject *)self, 0, (PyObject *)thunk)) { in PyCFuncPtr_new()
4024 Py_VISIT(self->thunk); in PyCFuncPtr_traverse()
4038 Py_CLEAR(self->thunk); in PyCFuncPtr_clear()
Dctypes.h127 CThunkObject *thunk; member
/external/llvm/test/CodeGen/AArch64/
Darm64-stackmap.ll128 %thunk = inttoptr i64 244837814094590 to i8*
129 …call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 4, i32 20, i8* %thunk, …
/external/llvm/test/CodeGen/PowerPC/
Dppc64-stackmap.ll162 %thunk = inttoptr i64 244837814094590 to i8*
163 …call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 4, i32 40, i8* %thunk, …
/external/llvm/include/llvm/Support/
DMachO.h858 uint32_t thunk; member
864 uint64_t thunk; member
870 uintptr_t thunk; member
/external/valgrind/docs/internals/
D3_0_BUGSTATUS.txt629 FIXED-TRUNK: vex:1350 (basic fix), vex:1351 (x86 adc/sbb flags thunk fix),
630 vex:1353 (amd64 adc/sbb flags thunk fix)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h866 uint32_t thunk; member
872 uint64_t thunk; member
878 uintptr_t thunk; member
/external/valgrind/
DREADME.aarch64198 writing zeroes into the CC thunk fields.
/external/llvm/test/Bitcode/
Dcompatibility-3.7.ll496 declare void @f.thunk() "thunk"
497 ; CHECK: declare void @f.thunk() #29
1242 ; CHECK: attributes #29 = { "thunk" }
/external/llvm/docs/
DTypeMetadata.rst70 D, D::offset-to-top, &D::rtti, &D::f, &D::h, D::offset-to-top, &D::rtti, thunk for &D::h
/external/syslinux/core/
Dpm.inc416 ; This initializes the protected-mode interrupt thunk set
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td188 "covariant thunk required by %0">;

12