You've already forked linux-packaging-mono
acceptance-tests
data
debian
docs
external
Newtonsoft.Json
api-doc-tools
api-snapshot
aspnetwebstack
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
helix-binaries
ikdasm
ikvm
illinker-test-assets
linker
llvm
bindings
cmake
docs
examples
include
lib
Analysis
AsmParser
BinaryFormat
Bitcode
CodeGen
DebugInfo
Demangle
ExecutionEngine
FuzzMutate
Fuzzer
IR
IRReader
LTO
LineEditor
Linker
MC
Object
ObjectYAML
Option
Passes
ProfileData
Support
TableGen
Target
AArch64
AMDGPU
ARC
ARM
AVR
BPF
Hexagon
Lanai
MSP430
Mips
NVPTX
Nios2
PowerPC
RISCV
Sparc
SystemZ
WebAssembly
X86
AsmParser
Disassembler
InstPrinter
MCTargetDesc
TargetInfo
Utils
CMakeLists.txt
LLVMBuild.txt
README-FPStack.txt
README-MMX.txt
README-SSE.txt
README-UNIMPLEMENTED.txt
README-X86-64.txt
README.txt
X86.h
X86.td
X86AsmPrinter.cpp
X86AsmPrinter.h
X86CallFrameOptimization.cpp
X86CallLowering.cpp
X86CallLowering.h
X86CallingConv.cpp
X86CallingConv.h
X86CallingConv.td
X86CmovConversion.cpp
X86DomainReassignment.cpp
X86EvexToVex.cpp
X86ExpandPseudo.cpp
X86FastISel.cpp.REMOVED.git-id
X86FixupBWInsts.cpp
X86FixupLEAs.cpp
X86FixupSetCC.cpp
X86FloatingPoint.cpp
X86FrameLowering.cpp.REMOVED.git-id
X86FrameLowering.h
X86GenRegisterBankInfo.def
X86ISelDAGToDAG.cpp.REMOVED.git-id
X86ISelLowering.cpp.REMOVED.git-id
X86ISelLowering.h
X86Instr3DNow.td
X86InstrAVX512.td.REMOVED.git-id
X86InstrArithmetic.td
X86InstrBuilder.h
X86InstrCMovSetCC.td
X86InstrCompiler.td
X86InstrControl.td
X86InstrExtension.td
X86InstrFMA.td
X86InstrFMA3Info.cpp
X86InstrFMA3Info.h
X86InstrFPStack.td
X86InstrFormats.td
X86InstrFragmentsSIMD.td
X86InstrInfo.cpp.REMOVED.git-id
X86InstrInfo.h
X86InstrInfo.td.REMOVED.git-id
X86InstrMMX.td
X86InstrMPX.td
X86InstrSGX.td
X86InstrSSE.td.REMOVED.git-id
X86InstrSVM.td
X86InstrShiftRotate.td
X86InstrSystem.td
X86InstrTSX.td
X86InstrVMX.td
X86InstrVecCompiler.td
X86InstrXOP.td
X86InstructionSelector.cpp
X86InterleavedAccess.cpp
X86IntrinsicsInfo.h.REMOVED.git-id
X86LegalizerInfo.cpp
X86LegalizerInfo.h
X86MCInstLower.cpp
X86MachineFunctionInfo.cpp
X86MachineFunctionInfo.h
X86MacroFusion.cpp
X86MacroFusion.h
X86OptimizeLEAs.cpp
X86PadShortFunction.cpp
X86RegisterBankInfo.cpp
X86RegisterBankInfo.h
X86RegisterBanks.td
X86RegisterInfo.cpp
X86RegisterInfo.h
X86RegisterInfo.td
X86RetpolineThunks.cpp
X86SchedBroadwell.td.REMOVED.git-id
X86SchedHaswell.td.REMOVED.git-id
X86SchedSandyBridge.td.REMOVED.git-id
X86SchedSkylakeClient.td.REMOVED.git-id
X86SchedSkylakeServer.td.REMOVED.git-id
X86Schedule.td
X86ScheduleAtom.td
X86ScheduleBtVer2.td
X86ScheduleSLM.td
X86ScheduleZnver1.td
X86SelectionDAGInfo.cpp
X86SelectionDAGInfo.h
X86ShuffleDecodeConstantPool.cpp
X86ShuffleDecodeConstantPool.h
X86Subtarget.cpp
X86Subtarget.h
X86TargetMachine.cpp
X86TargetMachine.h
X86TargetObjectFile.cpp
X86TargetObjectFile.h
X86TargetTransformInfo.cpp.REMOVED.git-id
X86TargetTransformInfo.h
X86VZeroUpper.cpp
X86WinAllocaExpander.cpp
X86WinEHState.cpp
XCore
CMakeLists.txt
LLVMBuild.txt
README.txt
Target.cpp
TargetIntrinsicInfo.cpp
TargetLoweringObjectFile.cpp
TargetMachine.cpp
TargetMachineC.cpp
Testing
ToolDrivers
Transforms
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt
projects
resources
runtimes
scripts
test
tools
unittests
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
xunit-binaries
ikvm-native
libgc
llvm
m4
man
mcs
mk
mono
msvc
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
218 lines
9.4 KiB
C
218 lines
9.4 KiB
C
![]() |
//===-- X86TargetFrameLowering.h - Define frame lowering for X86 -*- C++ -*-==//
|
||
|
//
|
||
|
// The LLVM Compiler Infrastructure
|
||
|
//
|
||
|
// This file is distributed under the University of Illinois Open Source
|
||
|
// License. See LICENSE.TXT for details.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
//
|
||
|
// This class implements X86-specific bits of TargetFrameLowering class.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
#ifndef LLVM_LIB_TARGET_X86_X86FRAMELOWERING_H
|
||
|
#define LLVM_LIB_TARGET_X86_X86FRAMELOWERING_H
|
||
|
|
||
|
#include "llvm/CodeGen/TargetFrameLowering.h"
|
||
|
|
||
|
namespace llvm {
|
||
|
|
||
|
class MachineInstrBuilder;
|
||
|
class MCCFIInstruction;
|
||
|
class X86InstrInfo;
|
||
|
class X86Subtarget;
|
||
|
class X86RegisterInfo;
|
||
|
|
||
|
class X86FrameLowering : public TargetFrameLowering {
|
||
|
public:
|
||
|
X86FrameLowering(const X86Subtarget &STI, unsigned StackAlignOverride);
|
||
|
|
||
|
// Cached subtarget predicates.
|
||
|
|
||
|
const X86Subtarget &STI;
|
||
|
const X86InstrInfo &TII;
|
||
|
const X86RegisterInfo *TRI;
|
||
|
|
||
|
unsigned SlotSize;
|
||
|
|
||
|
/// Is64Bit implies that x86_64 instructions are available.
|
||
|
bool Is64Bit;
|
||
|
|
||
|
bool IsLP64;
|
||
|
|
||
|
/// True if the 64-bit frame or stack pointer should be used. True for most
|
||
|
/// 64-bit targets with the exception of x32. If this is false, 32-bit
|
||
|
/// instruction operands should be used to manipulate StackPtr and FramePtr.
|
||
|
bool Uses64BitFramePtr;
|
||
|
|
||
|
unsigned StackPtr;
|
||
|
|
||
|
/// Emit target stack probe code. This is required for all
|
||
|
/// large stack allocations on Windows. The caller is required to materialize
|
||
|
/// the number of bytes to probe in RAX/EAX.
|
||
|
void emitStackProbe(MachineFunction &MF, MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
|
||
|
bool InProlog) const;
|
||
|
|
||
|
/// Replace a StackProbe inline-stub with the actual probe code inline.
|
||
|
void inlineStackProbe(MachineFunction &MF,
|
||
|
MachineBasicBlock &PrologMBB) const override;
|
||
|
|
||
|
void emitCalleeSavedFrameMoves(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI,
|
||
|
const DebugLoc &DL) const;
|
||
|
|
||
|
/// emitProlog/emitEpilog - These methods insert prolog and epilog code into
|
||
|
/// the function.
|
||
|
void emitPrologue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
|
||
|
void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const override;
|
||
|
|
||
|
void adjustForSegmentedStacks(MachineFunction &MF,
|
||
|
MachineBasicBlock &PrologueMBB) const override;
|
||
|
|
||
|
void adjustForHiPEPrologue(MachineFunction &MF,
|
||
|
MachineBasicBlock &PrologueMBB) const override;
|
||
|
|
||
|
void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
|
||
|
RegScavenger *RS = nullptr) const override;
|
||
|
|
||
|
bool
|
||
|
assignCalleeSavedSpillSlots(MachineFunction &MF,
|
||
|
const TargetRegisterInfo *TRI,
|
||
|
std::vector<CalleeSavedInfo> &CSI) const override;
|
||
|
|
||
|
bool spillCalleeSavedRegisters(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MI,
|
||
|
const std::vector<CalleeSavedInfo> &CSI,
|
||
|
const TargetRegisterInfo *TRI) const override;
|
||
|
|
||
|
bool restoreCalleeSavedRegisters(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MI,
|
||
|
std::vector<CalleeSavedInfo> &CSI,
|
||
|
const TargetRegisterInfo *TRI) const override;
|
||
|
|
||
|
bool hasFP(const MachineFunction &MF) const override;
|
||
|
bool hasReservedCallFrame(const MachineFunction &MF) const override;
|
||
|
bool canSimplifyCallFramePseudos(const MachineFunction &MF) const override;
|
||
|
bool needsFrameIndexResolution(const MachineFunction &MF) const override;
|
||
|
|
||
|
int getFrameIndexReference(const MachineFunction &MF, int FI,
|
||
|
unsigned &FrameReg) const override;
|
||
|
|
||
|
int getFrameIndexReferenceSP(const MachineFunction &MF,
|
||
|
int FI, unsigned &SPReg, int Adjustment) const;
|
||
|
int getFrameIndexReferencePreferSP(const MachineFunction &MF, int FI,
|
||
|
unsigned &FrameReg,
|
||
|
bool IgnoreSPUpdates) const override;
|
||
|
|
||
|
MachineBasicBlock::iterator
|
||
|
eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MI) const override;
|
||
|
|
||
|
unsigned getWinEHParentFrameOffset(const MachineFunction &MF) const override;
|
||
|
|
||
|
void processFunctionBeforeFrameFinalized(MachineFunction &MF,
|
||
|
RegScavenger *RS) const override;
|
||
|
|
||
|
/// Check the instruction before/after the passed instruction. If
|
||
|
/// it is an ADD/SUB/LEA instruction it is deleted argument and the
|
||
|
/// stack adjustment is returned as a positive value for ADD/LEA and
|
||
|
/// a negative for SUB.
|
||
|
int mergeSPUpdates(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI,
|
||
|
bool doMergeWithPrevious) const;
|
||
|
|
||
|
/// Emit a series of instructions to increment / decrement the stack
|
||
|
/// pointer by a constant value.
|
||
|
void emitSPUpdate(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI,
|
||
|
int64_t NumBytes, bool InEpilogue) const;
|
||
|
|
||
|
/// Check that LEA can be used on SP in an epilogue sequence for \p MF.
|
||
|
bool canUseLEAForSPInEpilogue(const MachineFunction &MF) const;
|
||
|
|
||
|
/// Check whether or not the given \p MBB can be used as a prologue
|
||
|
/// for the target.
|
||
|
/// The prologue will be inserted first in this basic block.
|
||
|
/// This method is used by the shrink-wrapping pass to decide if
|
||
|
/// \p MBB will be correctly handled by the target.
|
||
|
/// As soon as the target enable shrink-wrapping without overriding
|
||
|
/// this method, we assume that each basic block is a valid
|
||
|
/// prologue.
|
||
|
bool canUseAsPrologue(const MachineBasicBlock &MBB) const override;
|
||
|
|
||
|
/// Check whether or not the given \p MBB can be used as a epilogue
|
||
|
/// for the target.
|
||
|
/// The epilogue will be inserted before the first terminator of that block.
|
||
|
/// This method is used by the shrink-wrapping pass to decide if
|
||
|
/// \p MBB will be correctly handled by the target.
|
||
|
bool canUseAsEpilogue(const MachineBasicBlock &MBB) const override;
|
||
|
|
||
|
/// Returns true if the target will correctly handle shrink wrapping.
|
||
|
bool enableShrinkWrapping(const MachineFunction &MF) const override;
|
||
|
|
||
|
/// Order the symbols in the local stack.
|
||
|
/// We want to place the local stack objects in some sort of sensible order.
|
||
|
/// The heuristic we use is to try and pack them according to static number
|
||
|
/// of uses and size in order to minimize code size.
|
||
|
void orderFrameObjects(const MachineFunction &MF,
|
||
|
SmallVectorImpl<int> &ObjectsToAllocate) const override;
|
||
|
|
||
|
/// Wraps up getting a CFI index and building a MachineInstr for it.
|
||
|
void BuildCFI(MachineBasicBlock &MBB, MachineBasicBlock::iterator MBBI,
|
||
|
const DebugLoc &DL, const MCCFIInstruction &CFIInst) const;
|
||
|
|
||
|
/// Sets up EBP and optionally ESI based on the incoming EBP value. Only
|
||
|
/// needed for 32-bit. Used in funclet prologues and at catchret destinations.
|
||
|
MachineBasicBlock::iterator
|
||
|
restoreWin32EHStackPointers(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI,
|
||
|
const DebugLoc &DL, bool RestoreSP = false) const;
|
||
|
|
||
|
private:
|
||
|
uint64_t calculateMaxStackAlign(const MachineFunction &MF) const;
|
||
|
|
||
|
/// Emit target stack probe as a call to a helper function
|
||
|
void emitStackProbeCall(MachineFunction &MF, MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
|
||
|
bool InProlog) const;
|
||
|
|
||
|
/// Emit target stack probe as an inline sequence.
|
||
|
void emitStackProbeInline(MachineFunction &MF, MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI,
|
||
|
const DebugLoc &DL, bool InProlog) const;
|
||
|
|
||
|
/// Emit a stub to later inline the target stack probe.
|
||
|
void emitStackProbeInlineStub(MachineFunction &MF, MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI,
|
||
|
const DebugLoc &DL, bool InProlog) const;
|
||
|
|
||
|
/// Aligns the stack pointer by ANDing it with -MaxAlign.
|
||
|
void BuildStackAlignAND(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
|
||
|
unsigned Reg, uint64_t MaxAlign) const;
|
||
|
|
||
|
/// Make small positive stack adjustments using POPs.
|
||
|
bool adjustStackWithPops(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI, const DebugLoc &DL,
|
||
|
int Offset) const;
|
||
|
|
||
|
/// Adjusts the stack pointer using LEA, SUB, or ADD.
|
||
|
MachineInstrBuilder BuildStackAdjustment(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI,
|
||
|
const DebugLoc &DL, int64_t Offset,
|
||
|
bool InEpilogue) const;
|
||
|
|
||
|
unsigned getPSPSlotOffsetFromSP(const MachineFunction &MF) const;
|
||
|
|
||
|
unsigned getWinEHFuncletFrameSize(const MachineFunction &MF) const;
|
||
|
|
||
|
/// Materialize the catchret target MBB in RAX.
|
||
|
void emitCatchRetReturnValue(MachineBasicBlock &MBB,
|
||
|
MachineBasicBlock::iterator MBBI,
|
||
|
MachineInstr *CatchRet) const;
|
||
|
};
|
||
|
|
||
|
} // End llvm namespace
|
||
|
|
||
|
#endif
|