Searched refs:XCoreInstrInfo (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreInstrInfo.cpp | 47 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 D | XCore.td | 25 include "XCoreInstrInfo.td" 28 def XCoreInstrInfo : InstrInfo; 46 let InstructionSet = XCoreInstrInfo;
|
| H A 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() 269 const XCoreInstrInfo &TII = in eliminateFrameIndex() 270 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateFrameIndex()
|
| H A D | XCoreSubtarget.h | 34 XCoreInstrInfo InstrInfo; 50 const XCoreInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
|
| H A D | XCoreFrameToArgsOffsetElim.cpp | 49 const XCoreInstrInfo &TII = in runOnMachineFunction() 50 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in runOnMachineFunction()
|
| H A D | XCoreInstrInfo.h | 25 class XCoreInstrInfo : public XCoreGenInstrInfo { 29 XCoreInstrInfo();
|
| H A D | XCoreFrameLowering.cpp | 231 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 D | XCoreInstrInfo.td | 1 //===-- XCoreInstrInfo.td - Target Description for XCore ---*- tablegen -*-===//
|