Home
last modified time | relevance | path

Searched refs:XCoreFrameLowering (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreSubtarget.h34 XCoreFrameLowering FrameLowering;
50 const XCoreFrameLowering *getFrameLowering() const override { in getFrameLowering()
H A DXCoreFrameLowering.cpp213 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) in XCoreFrameLowering() function in XCoreFrameLowering
218 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
223 void XCoreFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
343 void XCoreFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
415 bool XCoreFrameLowering::spillCalleeSavedRegisters( in spillCalleeSavedRegisters()
448 bool XCoreFrameLowering::restoreCalleeSavedRegisters( in restoreCalleeSavedRegisters()
480 MachineBasicBlock::iterator XCoreFrameLowering::eliminateCallFramePseudoInstr( in eliminateCallFramePseudoInstr()
527 void XCoreFrameLowering::determineCalleeSaves(MachineFunction &MF, in determineCalleeSaves()
565 void XCoreFrameLowering::
H A DXCoreFrameLowering.h23 class XCoreFrameLowering: public TargetFrameLowering {
25 XCoreFrameLowering(const XCoreSubtarget &STI);
H A DXCoreRegisterInfo.cpp223 const XCoreFrameLowering *TFI = getFrameLowering(*MF); in getCalleeSavedRegs()
231 const XCoreFrameLowering *TFI = getFrameLowering(MF); in getReservedRegs()
266 const XCoreFrameLowering *TFI = getFrameLowering(MF); in eliminateFrameIndex()
320 const XCoreFrameLowering *TFI = getFrameLowering(MF); in getFrameRegister()
H A DCMakeLists.txt17 XCoreFrameLowering.cpp
H A DXCoreISelLowering.cpp1273 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize(); in LowerCCCArguments()