Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.h178 bool has128ByteRedZone(const MachineFunction& MF) const;
DX86FrameLowering.cpp875 bool X86FrameLowering::has128ByteRedZone(const MachineFunction& MF) const { in has128ByteRedZone() function in X86FrameLowering
1035 if (has128ByteRedZone(MF) && in emitPrologue()
DX86SpeculativeLoadHardening.cpp2476 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
DX86InstrInfo.cpp8098 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
DX86ISelLowering.cpp27493 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.h192 bool has128ByteRedZone(const MachineFunction& MF) const;
DX86SpeculativeLoadHardening.cpp2106 if (!Subtarget->getFrameLowering()->has128ByteRedZone(MF) || in tracePredStateThroughCall()
DX86FrameLowering.cpp1193 bool X86FrameLowering::has128ByteRedZone(const MachineFunction& MF) const { in has128ByteRedZone() function in X86FrameLowering
1354 if (has128ByteRedZone(MF) && !TRI->needsStackRealignment(MF) && in emitPrologue()
DX86InstrInfo.cpp8916 if (Subtarget.getFrameLowering()->has128ByteRedZone(MF)) { in isFunctionSafeToOutlineFrom()
DX86ISelLowering.cpp28585 const unsigned SPOffset = TFL.has128ByteRedZone(MF) ? -64 : 0; in emitLockedStackOp()