Home
last modified time | relevance | path

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

/freebsd/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()
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()
[all …]
H A DMipsSERegisterInfo.cpp17 #include "MipsSEInstrInfo.h"
226 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()
/freebsd/lib/clang/libllvm/
H A DMakefile1476 SRCS_MIN+= Target/Mips/MipsSEInstrInfo.cpp