Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp948 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
964 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1154 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
1170 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5595 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in LowerCall() local
5604 FPDiff = NumReusableBytes - NumBytes; in LowerCall()