Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreSubtarget.h35 XCoreFrameLowering FrameLowering;
51 const XCoreFrameLowering *getFrameLowering() const override { in getFrameLowering()
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) const { in emitPrologue()
339 void XCoreFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
407 bool XCoreFrameLowering::
443 bool XCoreFrameLowering::
478 void XCoreFrameLowering::
527 void XCoreFrameLowering::
562 void XCoreFrameLowering::
DXCoreFrameLowering.h24 class XCoreFrameLowering: public TargetFrameLowering {
26 XCoreFrameLowering(const XCoreSubtarget &STI);
DCMakeLists.txt14 XCoreFrameLowering.cpp
DXCoreISelLowering.cpp1300 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize(); in LowerCCCArguments()