Searched refs:RedZoneSize (Results 1 – 5 of 5) sorted by relevance
91 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
28 static const size_t RedZoneSize = 128;
174 bool CanUseRedZone = MFI.getStackSize() <= RedZoneSize && !MFI.hasCalls() && in needsSPWriteback()
2629 unsigned RedZoneSize = in findMatchingUpdateInsnBackward() local2652 if (MemAccessBeforeSPPreInc && MBBI->getOperand(2).getImm() > RedZoneSize) in findMatchingUpdateInsnBackward()
509 const unsigned RedZoneSize = in canUseRedZone() local511 if (!RedZoneSize) in canUseRedZone()526 return !(MFI.hasCalls() || hasFP(MF) || NumBytes > RedZoneSize || in canUseRedZone()