Home
last modified time | relevance | path

Searched refs:NumReusableBytes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1012 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
1028 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1216 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
1232 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2419 unsigned NumReusableBytes = FuncInfo->getArgumentStackSize(); in LowerCall() local
2429 SPDiff = NumReusableBytes - NumBytes; in LowerCall()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7222 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in LowerCall() local
7231 FPDiff = NumReusableBytes - NumBytes; in LowerCall()