Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1215 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
1231 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1314 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in lowerTailCall() local
1330 FPDiff = NumReusableBytes - NumBytes; in lowerTailCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2508 unsigned NumReusableBytes = FuncInfo->getArgumentStackSize(); in LowerCall() local
2519 SPDiff = NumReusableBytes - NumBytes; in LowerCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8947 unsigned NumReusableBytes = FuncInfo->getBytesInStackArgArea(); in LowerCall() local
8956 FPDiff = NumReusableBytes - NumBytes; in LowerCall()