Searched refs:has128ByteRedZone (Results 1 – 5 of 5) sorted by relevance
200 bool has128ByteRedZone(const MachineFunction& MF) const;
2099 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
1392 bool X86FrameLowering::has128ByteRedZone(const MachineFunction &MF) const { in has128ByteRedZone() function in X86FrameLowering1668 if (has128ByteRedZone(MF) && !TRI->hasStackRealignment(MF) && in emitPrologue()
10530 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
31018 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()