Home
last modified time | relevance | path

Searched refs:XCoreInstrInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp47 void XCoreInstrInfo::anchor() {} in anchor()
49 XCoreInstrInfo::XCoreInstrInfo() in XCoreInstrInfo() function in XCoreInstrInfo
63 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
83 unsigned XCoreInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
190 bool XCoreInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
272 unsigned XCoreInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
332 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
359 void XCoreInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
382 void XCoreInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
403 bool XCoreInstrInfo::
[all …]
H A DXCore.td25 include "XCoreInstrInfo.td"
28 def XCoreInstrInfo : InstrInfo;
46 let InstructionSet = XCoreInstrInfo;
H A DXCoreRegisterInfo.cpp63 const XCoreInstrInfo &TII, in InsertFPImmInst()
94 const XCoreInstrInfo &TII, in InsertFPConstInst()
130 const XCoreInstrInfo &TII, in InsertSPImmInst()
163 const XCoreInstrInfo &TII, in InsertSPConstInst()
269 const XCoreInstrInfo &TII = in eliminateFrameIndex()
270 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateFrameIndex()
H A DXCoreSubtarget.h34 XCoreInstrInfo InstrInfo;
50 const XCoreInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DXCoreFrameToArgsOffsetElim.cpp49 const XCoreInstrInfo &TII = in runOnMachineFunction()
50 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in runOnMachineFunction()
H A DXCoreInstrInfo.h25 class XCoreInstrInfo : public XCoreGenInstrInfo {
29 XCoreInstrInfo();
H A DXCoreFrameLowering.cpp231 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue()
348 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue()
490 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
H A DXCoreInstrInfo.td1 //===-- XCoreInstrInfo.td - Target Description for XCore ---*- tablegen -*-===//