Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSEInstrInfo.cpp28 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()
[all …]
DMipsSERegisterInfo.cpp183 const MipsSEInstrInfo &TII = in eliminateFI()
184 *static_cast<const MipsSEInstrInfo *>( in eliminateFI()
199 const MipsSEInstrInfo &TII = in eliminateFI()
200 *static_cast<const MipsSEInstrInfo *>( in eliminateFI()
DMipsSEInstrInfo.h22 class MipsSEInstrInfo : public MipsInstrInfo {
26 explicit MipsSEInstrInfo(const MipsSubtarget &STI);
DMipsSERegisterInfo.h21 class MipsSEInstrInfo; variable
DMipsSEFrameLowering.cpp74 const MipsSEInstrInfo &TII;
82 TII(*static_cast<const MipsSEInstrInfo *>(Subtarget.getInstrInfo())), in ExpandPseudo()
380 const MipsSEInstrInfo &TII = in emitPrologue()
381 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitPrologue()
670 const MipsSEInstrInfo &TII = in emitEpilogue()
671 *static_cast<const MipsSEInstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
DCMakeLists.txt43 MipsSEInstrInfo.cpp