/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, ...)
|
/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/v8/test/mjsunit/es6/ |
D | generators-iteration.js | 62 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();
|
D | generators-debug-scopes.js | 24 function run(thunk) { argument 28 var res = thunk();
|
/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 | 117 ; 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 | 14 ; 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/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/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/include/llvm/Support/ |
D | MachO.h | 900 uint32_t thunk; member 906 uint64_t thunk; member 912 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/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" }
|
D | compatibility.ll | 498 declare void @f.thunk() "thunk" 499 ; CHECK: declare void @f.thunk() #29 1519 ; CHECK: attributes #29 = { "thunk" }
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 177 "covariant thunk required by %0">;
|
/external/e2fsprogs/lib/et/ |
D | com_err.texinfo | 514 Ts'o, and so bugs and comments should be sent to @t{tytso@@thunk.org}.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 483 // 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/ |
D | MergeFunctions.rst | 756 Otherwise we write thunk: some wrapper that has *G's* interface and calls *F*,
|
D | LangRef.rst | 1461 ``"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/ |
D | perf_report_output.txt | 2348 0.07^2107366^HTMLParserThrea^chrome ^[.] ppapi::thunk::subtle::EnterBase::EnterBase(i… 2350 --- ppapi::thunk::subtle::EnterBase::EnterBase(int)
|