Searched refs:XCoreFrameLowering (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h1 //===-- XCoreFrameLowering.h - Frame info for XCore Target ------*- C++ -*-===//
24 class XCoreFrameLowering: public TargetFrameLowering { class in namespace:llvm
26 XCoreFrameLowering(const XCoreSubtarget &STI);
H A DXCoreTargetMachine.h17 #include "XCoreFrameLowering.h"
31 XCoreFrameLowering FrameLowering;
41 virtual const XCoreFrameLowering *getFrameLowering() const {
H A DXCoreFrameLowering.cpp1 //===-- XCoreFrameLowering.cpp - Frame info for XCore Target --------------===//
15 #include "XCoreFrameLowering.h"
77 // XCoreFrameLowering:
80 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) function in class:XCoreFrameLowering
85 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
90 void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const {
172 void XCoreFrameLowering::emitEpilogue(MachineFunction &MF,
237 bool XCoreFrameLowering::spillCalleeSavedRegisters(MachineBasicBlock &MBB,
271 bool XCoreFrameLowering
[all...]
H A DXCoreISelLowering.cpp1085 unsigned StackSlotSize = XCoreFrameLowering::stackSlotSize();

Completed in 4958 milliseconds