Searched refs:has128ByteRedZone (Results 1 – 5 of 5) sorted by relevance
192 bool has128ByteRedZone(const MachineFunction& MF) const;
2107 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
1212 bool X86FrameLowering::has128ByteRedZone(const MachineFunction& MF) const { in has128ByteRedZone() function in X86FrameLowering1388 if (has128ByteRedZone(MF) && !TRI->hasStackRealignment(MF) && in emitPrologue()
8965 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
29150 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()