Home
last modified time | relevance | path

Searched refs:has128ByteRedZone (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h191 bool has128ByteRedZone(const MachineFunction& MF) const;
H A DX86SpeculativeLoadHardening.cpp2107 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
H A DX86FrameLowering.cpp1216 bool X86FrameLowering::has128ByteRedZone(const MachineFunction& MF) const { in has128ByteRedZone() function in X86FrameLowering
1392 if (has128ByteRedZone(MF) && !TRI->hasStackRealignment(MF) && in emitPrologue()
H A DX86InstrInfo.cpp9019 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
H A DX86ISelLowering.cpp29328 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()