Home
last modified time | relevance | path

Searched refs:MipsSEInstrInfo (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp33 MipsSEInstrInfo::MipsSEInstrInfo(const MipsSubtarget &STI) in MipsSEInstrInfo() function in MipsSEInstrInfo
36 const MipsRegisterInfo &MipsSEInstrInfo::getRegisterInfo() const { in getRegisterInfo()
83 void MipsSEInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
244 void MipsSEInstrInfo::
318 void MipsSEInstrInfo::
488 bool MipsSEInstrInfo::isBranchWithImm(unsigned Opc) const { in isBranchWithImm()
686 void MipsSEInstrInfo::expandRetRA(MachineBasicBlock &MBB, in expandRetRA()
704 void MipsSEInstrInfo::expandERet(MachineBasicBlock &MBB, in expandERet()
710 MipsSEInstrInfo::compareOpndSize(unsigned Opc, in compareOpndSize()
757 void MipsSEInstrInfo::expandCvtFPInt(MachineBasicBlock &MBB, in expandCvtFPInt()
[all …]
H A DMipsSERegisterInfo.cpp226 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()
H A DMipsSEInstrInfo.h21 class MipsSEInstrInfo : public MipsInstrInfo {
25 explicit MipsSEInstrInfo(const MipsSubtarget &STI);
H A DMipsSEFrameLowering.cpp92 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()
H A DCMakeLists.txt57 MipsSEInstrInfo.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Target/Mips/
H A DBUILD.gn108 "MipsSEInstrInfo.cpp",