/external/llvm/test/Transforms/Inline/ |
D | inline-musttail-varargs.ll | 3 ; 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/ |
D | dead_vaargs.ll | 4 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, ...)
|
D | funclet.ll | 6 call void @thunk() 12 invoke void @thunk() 27 declare void @thunk()
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr27568.ll | 6 call void @thunk() 12 invoke void @thunk() 29 declare void @thunk()
|
/external/llvm/test/Transforms/MergeFunc/ |
D | linkonce_odr.ll | 4 ; 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/ |
D | RouterTest.java | 163 RouterImpl.ResponderThunk thunk = in clearAllMessageReceivers() 166 thunk.finalize(); in clearAllMessageReceivers()
|
/external/llvm/test/CodeGen/X86/ |
D | vararg-callee-cleanup.ll | 46 ; If you actually return from such a thunk, it will only pop the non-variadic
|
D | musttail-varargs.ll | 118 ; This thunk shouldn't require any spills and reloads, assuming the register
|
D | musttail-indirect.ll | 22 ; Each member pointer creates a thunk. The ones with inalloca are required to
|
D | stackmap.ll | 175 %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/ |
D | pdbdump-symbol-format.test | 18 ; SYM_FORMAT-DAG: thunk [{{.*}}] (Pcode) B::`vcall'{0}'
|
/external/v8/benchmarks/ |
D | earley-boyer.js | 1712 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/ |
D | call-cast-target.ll | 65 declare i32 @fn4(i32) "thunk"
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 3491 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()
|
D | ctypes.h | 127 CThunkObject *thunk; member
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-stackmap.ll | 128 %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/ |
D | ppc64-stackmap.ll | 162 %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/ |
D | MachO.h | 858 uint32_t thunk; member 864 uint64_t thunk; member 870 uintptr_t thunk; member
|
/external/valgrind/docs/internals/ |
D | 3_0_BUGSTATUS.txt | 629 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/ |
D | MachO.h | 866 uint32_t thunk; member 872 uint64_t thunk; member 878 uintptr_t thunk; member
|
/external/valgrind/ |
D | README.aarch64 | 198 writing zeroes into the CC thunk fields.
|
/external/llvm/test/Bitcode/ |
D | compatibility-3.7.ll | 496 declare void @f.thunk() "thunk" 497 ; CHECK: declare void @f.thunk() #29 1242 ; CHECK: attributes #29 = { "thunk" }
|
/external/llvm/docs/ |
D | TypeMetadata.rst | 70 D, D::offset-to-top, &D::rtti, &D::f, &D::h, D::offset-to-top, &D::rtti, thunk for &D::h
|
/external/syslinux/core/ |
D | pm.inc | 416 ; This initializes the protected-mode interrupt thunk set
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 188 "covariant thunk required by %0">;
|