Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h200 bool has128ByteRedZone(const MachineFunction& MF) const;
H A DX86SpeculativeLoadHardening.cpp2099 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
H A DX86FrameLowering.cpp1392 bool X86FrameLowering::has128ByteRedZone(const MachineFunction &MF) const { in has128ByteRedZone() function in X86FrameLowering
1668 if (has128ByteRedZone(MF) && !TRI->hasStackRealignment(MF) && in emitPrologue()
H A DX86InstrInfo.cpp10530 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
H A DX86ISelLowering.cpp31018 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()