Lines Matching refs:MipsSEInstrInfo

27 MipsSEInstrInfo::MipsSEInstrInfo(const MipsSubtarget &STI)  in MipsSEInstrInfo()  function in MipsSEInstrInfo
32 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()
179 void MipsSEInstrInfo::
248 void MipsSEInstrInfo::
328 bool MipsSEInstrInfo::expandPostRAPseudo(MachineBasicBlock::iterator MI) const { in expandPostRAPseudo()
404 unsigned MipsSEInstrInfo::getOppositeBranchOpc(unsigned Opc) const { in getOppositeBranchOpc()
427 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
449 MipsSEInstrInfo::loadImmediate(int64_t Imm, MachineBasicBlock &MBB, in loadImmediate()
490 unsigned MipsSEInstrInfo::getAnalyzableBrOpc(unsigned Opc) const { in getAnalyzableBrOpc()
500 void MipsSEInstrInfo::expandRetRA(MachineBasicBlock &MBB, in expandRetRA()
509 void MipsSEInstrInfo::expandERet(MachineBasicBlock &MBB, in expandERet()
515 MipsSEInstrInfo::compareOpndSize(unsigned Opc, in compareOpndSize()
526 void MipsSEInstrInfo::expandPseudoMFHiLo(MachineBasicBlock &MBB, in expandPseudoMFHiLo()
532 void MipsSEInstrInfo::expandPseudoMTLoHi(MachineBasicBlock &MBB, in expandPseudoMTLoHi()
562 void MipsSEInstrInfo::expandCvtFPInt(MachineBasicBlock &MBB, in expandCvtFPInt()
586 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64()
625 void MipsSEInstrInfo::expandBuildPairF64(MachineBasicBlock &MBB, in expandBuildPairF64()
682 void MipsSEInstrInfo::expandEhReturn(MachineBasicBlock &MBB, in expandEhReturn()
712 return new MipsSEInstrInfo(STI); in createMipsSEInstrInfo()