Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1116 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
1132 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1252 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
1268 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2444 unsigned NumReusableBytes = FuncInfo->getArgumentStackSize(); in LowerCall() local
2454 SPDiff = NumReusableBytes - NumBytes; in LowerCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7618 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in LowerCall() local
7627 FPDiff = NumReusableBytes - NumBytes; in LowerCall()