Searched refs:XCoreInstrInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSubtarget.h18 #include "XCoreInstrInfo.h"
33 XCoreInstrInfo InstrInfo;
49 const XCoreInstrInfo *getInstrInfo() const override { return &InstrInfo; }
H A DXCoreFrameToArgsOffsetElim.cpp14 #include "XCoreInstrInfo.h"
48 const XCoreInstrInfo &TII =
49 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo());
H A DXCoreInstrInfo.h1 //===-- XCoreInstrInfo.h - XCore Instruction Information --------*- C++ -*-===//
24 class XCoreInstrInfo : public XCoreGenInstrInfo { class in namespace:llvm
28 XCoreInstrInfo();
H A DXCoreInstrInfo.cpp1 //===-- XCoreInstrInfo.cpp - XCore Instruction Information ----------------===//
13 #include "XCoreInstrInfo.h"
46 void XCoreInstrInfo::anchor() {}
48 XCoreInstrInfo::XCoreInstrInfo() function in class:XCoreInstrInfo
62 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI,
82 unsigned XCoreInstrInfo::isStoreToStackSlot(const MachineInstr &MI,
189 bool XCoreInstrInfo::analyzeBranch(MachineBasicBlock &MBB,
271 unsigned XCoreInstrInfo::insertBranch(MachineBasicBlock &MBB,
306 XCoreInstrInfo
[all...]
H A DXCoreRegisterInfo.cpp15 #include "XCoreInstrInfo.h"
62 const XCoreInstrInfo &TII,
93 const XCoreInstrInfo &TII,
129 const XCoreInstrInfo &TII,
162 const XCoreInstrInfo &TII,
268 const XCoreInstrInfo &TII =
269 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo());
H A DXCoreFrameLowering.cpp16 #include "XCoreInstrInfo.h"
230 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
347 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();
489 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo();

Completed in 194 milliseconds