Searched refs:MipsSEInstrInfo (Results 1 – 5 of 5) sorted by relevance
30 MipsSEInstrInfo::MipsSEInstrInfo(const MipsSubtarget &STI) in MipsSEInstrInfo() function in MipsSEInstrInfo33 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const { in getRegisterInfo()42 Register MipsSEInstrInfo::isLoadFromStackSlot(const MachineInstr &MI, in isLoadFromStackSlot()64 Register MipsSEInstrInfo::isStoreToStackSlot(const MachineInstr &MI, in isStoreToStackSlot()80 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()205 MipsSEInstrInfo::isCopyInstrImpl(const MachineInstr &MI) const { in isCopyInstrImpl()212 void MipsSEInstrInfo::storeRegToStack(MachineBasicBlock &MBB, in storeRegToStack()288 void MipsSEInstrInfo::loadRegFromStack( in loadRegFromStack()373 bool MipsSEInstrInfo::expandPostRAPseudo(MachineInstr &MI) const { in expandPostRAPseudo()458 bool MipsSEInstrInfo::isBranchWithImm(unsigned Opc) const { in isBranchWithImm()[all …]
222 const MipsSEInstrInfo &TII = in eliminateFI()223 *static_cast<const MipsSEInstrInfo *>( in eliminateFI()238 const MipsSEInstrInfo &TII = in eliminateFI()239 *static_cast<const MipsSEInstrInfo *>( in eliminateFI()
21 class MipsSEInstrInfo : public MipsInstrInfo {25 explicit MipsSEInstrInfo(const MipsSubtarget &STI);
90 const MipsSEInstrInfo &TII;99 TII(*static_cast<const MipsSEInstrInfo *>(Subtarget.getInstrInfo())), in ExpandPseudo()404 const MipsSEInstrInfo &TII = in emitPrologue()405 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitPrologue()658 const MipsSEInstrInfo &TII = in emitEpilogue()659 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
1598 SRCS_MIN+= Target/Mips/MipsSEInstrInfo.cpp