Home
last modified time | relevance | path

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

/external/llvm/lib/Target/XCore/
DXCoreInstrInfo.cpp47 void XCoreInstrInfo::anchor() {} in anchor()
49 XCoreInstrInfo::XCoreInstrInfo() in XCoreInstrInfo() function in XCoreInstrInfo
64 XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, int &FrameIndex) const{ in isLoadFromStackSlot()
85 XCoreInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot()
194 XCoreInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, in AnalyzeBranch()
282 XCoreInstrInfo::InsertBranch(MachineBasicBlock &MBB,MachineBasicBlock *TBB, in InsertBranch()
314 XCoreInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()
341 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
368 void XCoreInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
392 void XCoreInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
[all …]
DXCore.td25 include "XCoreInstrInfo.td"
28 def XCoreInstrInfo : InstrInfo;
46 let InstructionSet = XCoreInstrInfo;
DXCoreSubtarget.h34 XCoreInstrInfo InstrInfo;
50 const XCoreInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
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()
270 const XCoreInstrInfo &TII = in eliminateFrameIndex()
271 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateFrameIndex()
DXCoreFrameToArgsOffsetElim.cpp46 const XCoreInstrInfo &TII = in runOnMachineFunction()
47 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in runOnMachineFunction()
DXCoreInstrInfo.h25 class XCoreInstrInfo : public XCoreGenInstrInfo {
29 XCoreInstrInfo();
DCMakeLists.txt15 XCoreInstrInfo.cpp
DXCoreFrameLowering.cpp229 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue()
343 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue()
481 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
DXCoreInstrInfo.td1 //===-- XCoreInstrInfo.td - Target Description for XCore ---*- tablegen -*-===//