• Home
  • Raw
  • Download

Lines Matching refs:MipsSEInstrInfo

28 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()
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()
466 unsigned MipsSEInstrInfo::loadImmediate(int64_t Imm, MachineBasicBlock &MBB, in loadImmediate()
508 unsigned MipsSEInstrInfo::getAnalyzableBrOpc(unsigned Opc) const { in getAnalyzableBrOpc()
522 void MipsSEInstrInfo::expandRetRA(MachineBasicBlock &MBB, in expandRetRA()
531 void MipsSEInstrInfo::expandERet(MachineBasicBlock &MBB, in expandERet()
537 MipsSEInstrInfo::compareOpndSize(unsigned Opc, in compareOpndSize()
548 void MipsSEInstrInfo::expandPseudoMFHiLo(MachineBasicBlock &MBB, in expandPseudoMFHiLo()
554 void MipsSEInstrInfo::expandPseudoMTLoHi(MachineBasicBlock &MBB, in expandPseudoMTLoHi()
584 void MipsSEInstrInfo::expandCvtFPInt(MachineBasicBlock &MBB, in expandCvtFPInt()
608 void MipsSEInstrInfo::expandExtractElementF64(MachineBasicBlock &MBB, in expandExtractElementF64()
647 void MipsSEInstrInfo::expandBuildPairF64(MachineBasicBlock &MBB, in expandBuildPairF64()
704 void MipsSEInstrInfo::expandEhReturn(MachineBasicBlock &MBB, in expandEhReturn()
734 return new MipsSEInstrInfo(STI); in createMipsSEInstrInfo()