Searched refs:MipsSEInstrInfo (Results 1 – 5 of 5) sorted by relevance
33 MipsSEInstrInfo::MipsSEInstrInfo(const MipsSubtarget &STI) in MipsSEInstrInfo() function in MipsSEInstrInfo36 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const { in getRegisterInfo()45 Register MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()67 Register MipsSEInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()83 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()207 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl()214 void MipsSEInstrInfo::288 void MipsSEInstrInfo::373 bool MipsSEInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo()458 bool MipsSEInstrInfo::isBranchWithImm(unsigned Opc) const { in isBranchWithImm()[all …]
17 #include "MipsSEInstrInfo.h"226 const MipsSEInstrInfo &TII = in eliminateFI() 227 *static_cast<const MipsSEInstrInfo *>( in eliminateFI() 242 const MipsSEInstrInfo &TII = in eliminateFI() 243 *static_cast<const MipsSEInstrInfo *>( in eliminateFI()
21 class MipsSEInstrInfo : public MipsInstrInfo {25 explicit MipsSEInstrInfo(const MipsSubtarget &STI);
92 const MipsSEInstrInfo &TII;101 TII(*static_cast<const MipsSEInstrInfo *>(Subtarget.getInstrInfo())), in ExpandPseudo()406 const MipsSEInstrInfo &TII = in emitPrologue()407 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitPrologue()693 const MipsSEInstrInfo &TII = in emitEpilogue()694 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
1476 SRCS_MIN+= Target/Mips/MipsSEInstrInfo.cpp