Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
214 void MipsSEInstrInfo::
288 void MipsSEInstrInfo::
458 bool MipsSEInstrInfo::isBranchWithImm(unsigned Opc) const { in isBranchWithImm()
656 void MipsSEInstrInfo::expandRetRA(MachineBasicBlock &MBB, in expandRetRA()
674 void MipsSEInstrInfo::expandERet(MachineBasicBlock &MBB, in expandERet()
680 MipsSEInstrInfo::compareOpndSize(unsigned Opc, in compareOpndSize()
727 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()
694 const MipsSEInstrInfo &TII = in emitEpilogue()
695 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1466 SRCS_MIN+= Target/Mips/MipsSEInstrInfo.cpp