Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
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
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyFrameLowering.h28 static const size_t RedZoneSize = 128;
DWebAssemblyFrameLowering.cpp168 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp2021 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local
2043 if (MemAcessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
DAArch64FrameLowering.cpp413 const unsigned RedZoneSize = in canUseRedZone() local
415 if (!RedZoneSize) in canUseRedZone()
422 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()