Searched refs:has128ByteRedZone (Results 1 – 10 of 10) sorted by relevance
178 bool has128ByteRedZone(const MachineFunction& MF) const;
875 bool X86FrameLowering::has128ByteRedZone(const MachineFunction& MF) const { in has128ByteRedZone() function in X86FrameLowering1035 if (has128ByteRedZone(MF) && in emitPrologue()
2476 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
8098 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
27493 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()
192 bool has128ByteRedZone(const MachineFunction& MF) const;
2106 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
1193 bool X86FrameLowering::has128ByteRedZone(const MachineFunction& MF) const { in has128ByteRedZone() function in X86FrameLowering1354 if (has128ByteRedZone(MF) && !TRI->needsStackRealignment(MF) && in emitPrologue()
8916 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
28585 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()