Searched refs:XCoreInstrInfo (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.cpp | 47 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 …]
|
D | XCore.td | 25 include "XCoreInstrInfo.td" 28 def XCoreInstrInfo : InstrInfo; 46 let InstructionSet = XCoreInstrInfo;
|
D | XCoreSubtarget.h | 34 XCoreInstrInfo InstrInfo; 50 const XCoreInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
D | XCoreRegisterInfo.cpp | 63 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()
|
D | XCoreFrameToArgsOffsetElim.cpp | 46 const XCoreInstrInfo &TII = in runOnMachineFunction() 47 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in runOnMachineFunction()
|
D | XCoreInstrInfo.h | 25 class XCoreInstrInfo : public XCoreGenInstrInfo { 29 XCoreInstrInfo();
|
D | CMakeLists.txt | 15 XCoreInstrInfo.cpp
|
D | XCoreFrameLowering.cpp | 229 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()
|
D | XCoreInstrInfo.td | 1 //===-- XCoreInstrInfo.td - Target Description for XCore ---*- tablegen -*-===//
|