Searched refs:has128ByteRedZone (Results 1 – 5 of 5) sorted by relevance
239 bool has128ByteRedZone(const MachineFunction& MF) const;
2096 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
1453 bool X86FrameLowering::has128ByteRedZone(const MachineFunction &MF) const { in has128ByteRedZone() function in X86FrameLowering1729 if (has128ByteRedZone(MF) && !TRI->hasStackRealignment(MF) && in emitPrologue()
10628 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
32224 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()