Home
last modified time | relevance | path

Searched refs:thunk (Results 1 – 25 of 26) 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, ...)
/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/v8/test/mjsunit/es6/
Dgenerators-iteration.js62 function testNext(thunk) { argument
63 var iter = thunk();
72 function testSend(thunk) { argument
73 var iter = thunk();
81 function testThrow(thunk) { argument
83 var iter = thunk();
Dgenerators-debug-scopes.js24 function run(thunk) { argument
28 var res = thunk();
/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.ll117 ; 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.test14 ; 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/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/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/include/llvm/Support/
DMachO.h900 uint32_t thunk; member
906 uint64_t thunk; member
912 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/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" }
Dcompatibility.ll498 declare void @f.thunk() "thunk"
499 ; CHECK: declare void @f.thunk() #29
1519 ; CHECK: attributes #29 = { "thunk" }
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td177 "covariant thunk required by %0">;
/external/e2fsprogs/lib/et/
Dcom_err.texinfo514 Ts'o, and so bugs and comments should be sent to @t{tytso@@thunk.org}.
/external/llvm/lib/Target/X86/
DX86InstrCompiler.td483 // For i386, the address of the thunk is passed on the stack, on return the
494 // For x86_64, the address of the thunk is passed in %rdi, on return
/external/llvm/docs/
DMergeFunctions.rst756 Otherwise we write thunk: some wrapper that has *G's* interface and calls *F*,
DLangRef.rst1461 ``"thunk"``
1463 function with a tail call. The prototype of a thunk should not be used for
1464 optimization purposes. The caller is expected to cast the thunk prototype to
1465 match the thunk target prototype.
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/
Dperf_report_output.txt2348 0.07^2107366^HTMLParserThrea^chrome ^[.] ppapi::thunk::subtle::EnterBase::EnterBase(i…
2350 --- ppapi::thunk::subtle::EnterBase::EnterBase(int)

12