Searched refs:MSP430InstrInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp1 //===-- MSP430InstrInfo.cpp - MSP430 Instruction Information --------------===//
13 #include "MSP430InstrInfo.h"
30 void MSP430InstrInfo::anchor() {}
32 MSP430InstrInfo::MSP430InstrInfo(MSP430Subtarget &STI) function in class:MSP430InstrInfo
36 void MSP430InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
63 void MSP430InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB,
90 void MSP430InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
106 unsigned MSP430InstrInfo::removeBranch(MachineBasicBlock &MBB,
131 bool MSP430InstrInfo
[all...]
H A DMSP430InstrInfo.h1 //===-- MSP430InstrInfo.h - MSP430 Instruction Information ------*- C++ -*-===//
26 class MSP430InstrInfo : public MSP430GenInstrInfo { class in namespace:llvm
30 explicit MSP430InstrInfo(MSP430Subtarget &STI);
H A DMSP430Subtarget.h18 #include "MSP430InstrInfo.h"
42 MSP430InstrInfo InstrInfo;
66 const MSP430InstrInfo *getInstrInfo() const override { return &InstrInfo; }
H A DMSP430FrameLowering.cpp14 #include "MSP430InstrInfo.h"
45 const MSP430InstrInfo &TII =
46 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo());
110 const MSP430InstrInfo &TII =
111 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo());
224 const MSP430InstrInfo &TII =
225 *static_cast<const MSP430InstrInfo *>(MF.getSubtarget().getInstrInfo());
H A DMSP430BranchSelector.cpp18 #include "MSP430InstrInfo.h"
43 const MSP430InstrInfo *TII;
226 TII = static_cast<const MSP430InstrInfo *>(MF->getSubtarget().getInstrInfo());

Completed in 47 milliseconds