Searched refs:Thumb1InstrInfo (Results 1 – 5 of 5) sorted by relevance
26 Thumb1InstrInfo::Thumb1InstrInfo(const ARMSubtarget &STI) in Thumb1InstrInfo() function in Thumb1InstrInfo30 MCInst Thumb1InstrInfo::getNop() const { in getNop()38 unsigned Thumb1InstrInfo::getUnindexedOpcode(unsigned Opc) const { in getUnindexedOpcode()42 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()114 void Thumb1InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()143 void Thumb1InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()171 void Thumb1InstrInfo::expandLoadStackGuard( in expandLoadStackGuard()192 bool Thumb1InstrInfo::canCopyGluedNodeDuringSchedule(SDNode *N) const { in canCopyGluedNodeDuringSchedule()
22 class Thumb1InstrInfo : public ARMBaseInstrInfo {25 explicit Thumb1InstrInfo(const ARMSubtarget &STI);
117 const Thumb1InstrInfo &TII = in eliminateCallFramePseudoInstr()118 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in eliminateCallFramePseudoInstr()155 const Thumb1InstrInfo &TII = in emitPrologue()156 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in emitPrologue()508 const Thumb1InstrInfo &TII = in emitEpilogue()509 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
100 ? (ARMBaseInstrInfo *)new Thumb1InstrInfo(*this) in ARMSubtarget()
1382 SRCS_MIN+= Target/ARM/Thumb1InstrInfo.cpp