Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
293 RedZoneSize = NewSize; in setRedZoneSize()
323 size_t RedZoneSize = 1; variable
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h28 static const size_t RedZoneSize = 128;
H A DWebAssemblyFrameLowering.cpp169 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2015 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local
2037 if (MemAcessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
H A DAArch64FrameLowering.cpp411 const unsigned RedZoneSize = in canUseRedZone() local
413 if (!RedZoneSize) in canUseRedZone()
420 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()