Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dqsort.c107 return CMP(thunk, a, b) < 0 ? in med3()
108 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a )) in med3()
109 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c )); in med3()
116 #define thunk NULL in rk_qsort_r()
131 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
142 pl = med3(pl, pl + d, pl + 2 * d, cmp, thunk); in rk_qsort_r()
143 pm = med3(pm - d, pm, pm + d, cmp, thunk); in rk_qsort_r()
144 pn = med3(pn - 2 * d, pn - d, pn, cmp, thunk); in rk_qsort_r()
146 pm = med3(pl, pm, pn, cmp, thunk); in rk_qsort_r()
179 pl > (char *)a && CMP(thunk, pl - es, pl) > 0; in rk_qsort_r()
[all …]
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A 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
/minix/external/bsd/llvm/dist/llvm/test/Transforms/DeadArgElim/
H A 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, ...)
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dvararg-callee-cleanup.ll46 ; If you actually return from such a thunk, it will only pop the non-variadic
H A Dmusttail-varargs.ll82 ; This thunk shouldn't require any spills and reloads, assuming the register
H A Dmusttail-indirect.ll22 ; Each member pointer creates a thunk. The ones with inalloca are required to
H A 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,…
/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A Dcall-cast-target.ll65 declare i32 @fn4(i32) "thunk"
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/
H A Dppc64-stackmap.ll128 %thunk = inttoptr i64 244837814094590 to i8*
129 …call void (i64, i32, i8*, i32, ...)* @llvm.experimental.patchpoint.void(i64 4, i32 24, i8* %thunk,…
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/
H A 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,…
/minix/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DMachO.h903 uint32_t thunk; member
909 uint64_t thunk; member
915 uintptr_t thunk; member
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrCompiler.td449 // For i386, the address of the thunk is passed on the stack, on return the
460 // For x86_64, the address of the thunk is passed in %rdi, on return
/minix/external/bsd/llvm/dist/llvm/docs/
H A DMergeFunctions.rst756 Otherwise we write thunk: some wrapper that has *G's* interface and calls *F*,
H A DCodeGenerator.rst2362 there are not enough registers or the callee is a thunk or vararg function,