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.cpp776 int64_t RealignmentPadding, StackOffset AllocSize, bool NeedsWinCFI, in allocateStackSpace() argument
794 Register TargetReg = RealignmentPadding in allocateStackSpace()
802 if (RealignmentPadding) { in allocateStackSpace()
823 if (AllocSize.getScalable() == 0 && RealignmentPadding == 0) { in allocateStackSpace()
852 if (upperBound(AllocSize) + RealignmentPadding <= ProbeSize) { in allocateStackSpace()
853 Register ScratchReg = RealignmentPadding in allocateStackSpace()
861 if (RealignmentPadding) { in allocateStackSpace()
869 if (FollowupAllocs || upperBound(AllocSize) + RealignmentPadding > in allocateStackSpace()
890 if (RealignmentPadding) { in allocateStackSpace()
910 if (RealignmentPadding) in allocateStackSpace()
[all …]
H A DAArch64FrameLowering.h158 int64_t RealignmentPadding, StackOffset AllocSize,