Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h92 BytesAllocated(Old.BytesAllocated), RedZoneSize(Old.RedZoneSize) { in BumpPtrAllocatorImpl()
111 RedZoneSize = RHS.RedZoneSize;
155 SizeToAllocate += RedZoneSize; in Allocate()
288 RedZoneSize = NewSize; in setRedZoneSize()
318 size_t RedZoneSize = 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.h28 static const size_t RedZoneSize = 128;
H A DWebAssemblyFrameLowering.cpp121 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp1995 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local
2017 if (MemAcessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
H A DAArch64FrameLowering.cpp344 const unsigned RedZoneSize = in canUseRedZone() local
346 if (!RedZoneSize) in canUseRedZone()
353 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()