Lines Matching refs:MipsSEInstrInfo

33 MipsSEInstrInfo::MipsSEInstrInfo(const MipsSubtarget &STI)  in MipsSEInstrInfo()  function in MipsSEInstrInfo
36 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()
472 unsigned MipsSEInstrInfo::getOppositeBranchOpc(unsigned Opc) const { in getOppositeBranchOpc()
559 void MipsSEInstrInfo::adjustStackPtr(unsigned SP, int64_t Amount, in adjustStackPtr()
587 unsigned MipsSEInstrInfo::loadImmediate(int64_t Imm, MachineBasicBlock &MBB, in loadImmediate()
629 unsigned MipsSEInstrInfo::getAnalyzableBrOpc(unsigned Opc) const { in getAnalyzableBrOpc()
656 void MipsSEInstrInfo::expandRetRA(MachineBasicBlock &MBB, in expandRetRA()
674 void MipsSEInstrInfo::expandERet(MachineBasicBlock &MBB, in expandERet()
680 MipsSEInstrInfo::compareOpndSize(unsigned Opc, in compareOpndSize()
691 void MipsSEInstrInfo::expandPseudoMFHiLo(MachineBasicBlock &MBB, in expandPseudoMFHiLo()
697 void MipsSEInstrInfo::expandPseudoMTLoHi(MachineBasicBlock &MBB, in expandPseudoMTLoHi()
727 void MipsSEInstrInfo::expandCvtFPInt(MachineBasicBlock &MBB, in expandCvtFPInt()
751 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64()
794 void MipsSEInstrInfo::expandBuildPairF64(MachineBasicBlock &MBB, in expandBuildPairF64()
854 void MipsSEInstrInfo::expandEhReturn(MachineBasicBlock &MBB, in expandEhReturn()
884 return new MipsSEInstrInfo(STI); in createMipsSEInstrInfo()