Searched refs:MipsSEInstrInfo (Results 1 – 6 of 6) sorted by relevance
28 MipsSEInstrInfo::MipsSEInstrInfo(const MipsSubtarget &STI) in MipsSEInstrInfo() function in MipsSEInstrInfo32 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const { in getRegisterInfo()41 unsigned MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()63 unsigned MipsSEInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()79 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()182 void MipsSEInstrInfo::251 void MipsSEInstrInfo::331 bool MipsSEInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo()407 unsigned MipsSEInstrInfo::getOppositeBranchOpc(unsigned Opc) const { in getOppositeBranchOpc()438 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()[all …]
183 const MipsSEInstrInfo &TII = in eliminateFI()184 *static_cast<const MipsSEInstrInfo *>( in eliminateFI()199 const MipsSEInstrInfo &TII = in eliminateFI()200 *static_cast<const MipsSEInstrInfo *>( in eliminateFI()
22 class MipsSEInstrInfo : public MipsInstrInfo {26 explicit MipsSEInstrInfo(const MipsSubtarget &STI);
21 class MipsSEInstrInfo; variable
74 const MipsSEInstrInfo &TII;82 TII(*static_cast<const MipsSEInstrInfo *>(Subtarget.getInstrInfo())), in ExpandPseudo()380 const MipsSEInstrInfo &TII = in emitPrologue()381 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitPrologue()670 const MipsSEInstrInfo &TII = in emitEpilogue()671 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
43 MipsSEInstrInfo.cpp