Home
last modified time | relevance | path

Searched refs:RedZoneSize (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocator.h90 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize) { in BumpPtrAllocatorImpl()
109 RedZoneSize = RHS.RedZoneSize;
158 SizeToAllocate += RedZoneSize; in Allocate()
298 RedZoneSize = NewSize; in setRedZoneSize()
328 size_t RedZoneSize = 1; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h28 static const size_t RedZoneSize = 128;
H A DWebAssemblyFrameLowering.cpp176 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in getSPReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2211 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local
2233 if (MemAcessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
H A DAArch64FrameLowering.cpp457 const unsigned RedZoneSize = in canUseRedZone() local
459 if (!RedZoneSize) in canUseRedZone()
474 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()