Home
last modified time | relevance | path

Searched refs:RealignmentPadding (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h172 int64_t RealignmentPadding, StackOffset AllocSize,
H A DAArch64FrameLowering.cpp812 int64_t RealignmentPadding, StackOffset AllocSize, bool NeedsWinCFI, in allocateStackSpace() argument
830 Register TargetReg = RealignmentPadding in allocateStackSpace()
838 if (RealignmentPadding) { in allocateStackSpace()
859 if (AllocSize.getScalable() == 0 && RealignmentPadding == 0) { in allocateStackSpace()
888 if (upperBound(AllocSize) + RealignmentPadding <= ProbeSize) { in allocateStackSpace()
889 Register ScratchReg = RealignmentPadding in allocateStackSpace()
897 if (RealignmentPadding) { in allocateStackSpace()
905 if (FollowupAllocs || upperBound(AllocSize) + RealignmentPadding > in allocateStackSpace()
926 if (RealignmentPadding) { in allocateStackSpace()
941 if (RealignmentPadding) in allocateStackSpace()
[all …]