Searched defs:XCoreFrameLowering (Results 1 - 2 of 2) 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 DXCoreFrameLowering.cpp1 //===-- XCoreFrameLowering.cpp - Frame info for XCore Target --------------===//
15 #include "XCoreFrameLowering.h"
209 // XCoreFrameLowering:
212 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti) function in class:XCoreFrameLowering
217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
222 void XCoreFrameLowering::emitPrologue(MachineFunction &MF,
342 void XCoreFrameLowering::emitEpilogue(MachineFunction &MF,
414 bool XCoreFrameLowering::
450 bool XCoreFrameLowering
[all...]

Completed in 179 milliseconds