HomeSort by relevance Sort by last modified time
    Searched refs:XCoreFrameLowering (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreSubtarget.h 17 #include "XCoreFrameLowering.h"
36 XCoreFrameLowering FrameLowering;
52 const XCoreFrameLowering *getFrameLowering() const { return &FrameLowering; }
XCoreFrameLowering.h 1 //===-- XCoreFrameLowering.h - Frame info for XCore Target ------*- C++ -*-===//
24 class XCoreFrameLowering: public TargetFrameLowering {
26 XCoreFrameLowering(const XCoreSubtarget &STI);
XCoreTargetMachine.h 33 const XCoreFrameLowering *getFrameLowering() const override {
XCoreFrameLowering.cpp 1 //===-- XCoreFrameLowering.cpp - Frame info for XCore Target --------------===//
15 #include "XCoreFrameLowering.h"
209 // XCoreFrameLowering:
212 XCoreFrameLowering::XCoreFrameLowering(const XCoreSubtarget &sti)
217 bool XCoreFrameLowering::hasFP(const MachineFunction &MF) const {
222 void XCoreFrameLowering::emitPrologue(MachineFunction &MF) const {
338 void XCoreFrameLowering::emitEpilogue(MachineFunction &MF,
407 bool XCoreFrameLowering::
443 bool XCoreFrameLowering:
    [all...]
XCoreISelLowering.cpp     [all...]

Completed in 74 milliseconds