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

  /external/llvm/lib/Target/XCore/
XCoreTargetMachine.h 19 #include "XCoreInstrInfo.h"
30 XCoreInstrInfo InstrInfo;
40 virtual const XCoreInstrInfo *getInstrInfo() const { return &InstrInfo; }
XCoreInstrInfo.cpp 1 //===-- XCoreInstrInfo.cpp - XCore Instruction Information ----------------===//
14 #include "XCoreInstrInfo.h"
42 XCoreInstrInfo::XCoreInstrInfo()
57 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{
78 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
187 XCoreInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
275 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
307 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const {
334 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB
    [all...]
XCoreInstrInfo.h 1 //===-- XCoreInstrInfo.h - XCore Instruction Information --------*- C++ -*-===//
25 class XCoreInstrInfo : public XCoreGenInstrInfo {
28 XCoreInstrInfo();
XCoreFrameLowering.cpp 17 #include "XCoreInstrInfo.h"
96 const XCoreInstrInfo &TII =
97 *static_cast<const XCoreInstrInfo*>(MF.getTarget().getInstrInfo());
217 const XCoreInstrInfo &TII =
218 *static_cast<const XCoreInstrInfo*>(MF.getTarget().getInstrInfo());

Completed in 794 milliseconds