Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp46 void XCoreInstrInfo::anchor() {} in anchor()
48 XCoreInstrInfo::XCoreInstrInfo() in XCoreInstrInfo() function in XCoreInstrInfo
62 unsigned XCoreInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()
82 unsigned XCoreInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()
189 bool XCoreInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
271 unsigned XCoreInstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
331 void XCoreInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
358 void XCoreInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
381 void XCoreInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
402 bool XCoreInstrInfo::
[all …]
H A DXCore.td24 include "XCoreInstrInfo.td"
27 def XCoreInstrInfo : InstrInfo;
45 let InstructionSet = XCoreInstrInfo;
H A DXCoreSubtarget.h33 XCoreInstrInfo InstrInfo;
49 const XCoreInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DXCoreRegisterInfo.cpp62 const XCoreInstrInfo &TII, in InsertFPImmInst()
93 const XCoreInstrInfo &TII, in InsertFPConstInst()
129 const XCoreInstrInfo &TII, in InsertSPImmInst()
162 const XCoreInstrInfo &TII, in InsertSPConstInst()
263 const XCoreInstrInfo &TII = in eliminateFrameIndex()
264 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateFrameIndex()
H A DXCoreFrameToArgsOffsetElim.cpp48 const XCoreInstrInfo &TII = in runOnMachineFunction()
49 *static_cast<const XCoreInstrInfo *>(MF.getSubtarget().getInstrInfo()); in runOnMachineFunction()
H A DXCoreInstrInfo.h24 class XCoreInstrInfo : public XCoreGenInstrInfo {
28 XCoreInstrInfo();
H A DCMakeLists.txt18 XCoreInstrInfo.cpp
H A DXCoreFrameLowering.cpp230 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitPrologue()
347 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in emitEpilogue()
483 const XCoreInstrInfo &TII = *MF.getSubtarget<XCoreSubtarget>().getInstrInfo(); in eliminateCallFramePseudoInstr()
H A DXCoreInstrInfo.td1 //===-- XCoreInstrInfo.td - Target Description for XCore ---*- tablegen -*-===//