Searched refs:has128ByteRedZone (Results 1 – 5 of 5) sorted by relevance
197 bool has128ByteRedZone(const MachineFunction& MF) const;
2106 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
1367 bool X86FrameLowering::has128ByteRedZone(const MachineFunction& MF) const { in has128ByteRedZone() function in X86FrameLowering1565 if (has128ByteRedZone(MF) && !TRI->hasStackRealignment(MF) && in emitPrologue()
9566 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
31103 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()