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

  /external/llvm/lib/Target/XCore/
XCoreSubtarget.h 19 #include "XCoreInstrInfo.h"
34 XCoreInstrInfo InstrInfo;
50 const XCoreInstrInfo *getInstrInfo() const override { return &InstrInfo; }
XCoreFrameToArgsOffsetElim.cpp 15 #include "XCoreInstrInfo.h"
46 const XCoreInstrInfo &TII =
47 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo());
XCoreInstrInfo.h 1 //===-- XCoreInstrInfo.h - XCore Instruction Information --------*- C++ -*-===//
25 class XCoreInstrInfo : public XCoreGenInstrInfo {
29 XCoreInstrInfo();
XCoreInstrInfo.cpp 1 //===-- XCoreInstrInfo.cpp - XCore Instruction Information ----------------===//
14 #include "XCoreInstrInfo.h"
47 void XCoreInstrInfo::anchor() {}
49 XCoreInstrInfo::XCoreInstrInfo()
64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{
85 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
194 XCoreInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB,
277 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB,
309 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const
    [all...]
XCoreRegisterInfo.cpp 16 #include "XCoreInstrInfo.h"
63 const XCoreInstrInfo &TII,
94 const XCoreInstrInfo &TII,
130 const XCoreInstrInfo &TII,
163 const XCoreInstrInfo &TII,
270 const XCoreInstrInfo &TII =
271 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo());
XCoreFrameLowering.cpp 17 #include "XCoreInstrInfo.h"
229 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
346 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
488 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();

Completed in 219 milliseconds