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.h91 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize) { in BumpPtrAllocatorImpl()
110 RedZoneSize = RHS.RedZoneSize;
158 SizeToAllocate += RedZoneSize; in Allocate()
301 RedZoneSize = NewSize; in setRedZoneSize()
331 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.cpp174 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp2629 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local
2652 if (MemAccessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
H A DAArch64FrameLowering.cpp509 const unsigned RedZoneSize = in canUseRedZone() local
511 if (!RedZoneSize) in canUseRedZone()
526 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()