Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp30 void MSP430InstrInfo::anchor() {} in anchor()
32 MSP430InstrInfo::MSP430InstrInfo(MSP430Subtarget &STI) in MSP430InstrInfo() function in MSP430InstrInfo
36 void MSP430InstrInfo::storeRegToStackSlot( in storeRegToStackSlot()
62 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
90 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
106 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()
132 bool MSP430InstrInfo::
164 bool MSP430InstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()
253 unsigned MSP430InstrInfo::insertBranch(MachineBasicBlock &MBB, in insertBranch()
288 unsigned MSP430InstrInfo::getInstSizeInBytes(const MachineInstr &MI) const { in getInstSizeInBytes()
H A DMSP430.td62 include "MSP430InstrInfo.td"
64 def MSP430InstrInfo : InstrInfo;
88 let InstructionSet = MSP430InstrInfo;
H A DMSP430Subtarget.h41 MSP430InstrInfo InstrInfo;
66 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DMSP430FrameLowering.h22 class MSP430InstrInfo; variable
32 const MSP430InstrInfo &TII;
H A DMSP430FrameLowering.cpp88 const MSP430InstrInfo &TII = in emitPrologue()
89 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitPrologue()
197 const MSP430InstrInfo &TII = in emitEpilogue()
198 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in emitEpilogue()
362 const MSP430InstrInfo &TII = in eliminateCallFramePseudoInstr()
363 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo()); in eliminateCallFramePseudoInstr()
H A DMSP430InstrInfo.h26 class MSP430InstrInfo : public MSP430GenInstrInfo {
30 explicit MSP430InstrInfo(MSP430Subtarget &STI);
H A DMSP430BranchSelector.cpp43 const MSP430InstrInfo *TII;
226 TII = static_cast<const MSP430InstrInfo *>(MF->getSubtarget().getInstrInfo()); in runOnMachineFunction()
H A DMSP430InstrInfo.td1 //===-- MSP430InstrInfo.td - MSP430 Instruction defs -------*- tablegen -*-===//