Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1InstrInfo.cpp26 Thumb1InstrInfo::Thumb1InstrInfo(const ARMSubtarget &STI) in Thumb1InstrInfo() function in Thumb1InstrInfo
30 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()
H A DThumb1InstrInfo.h22 class Thumb1InstrInfo : public ARMBaseInstrInfo {
25 explicit Thumb1InstrInfo(const ARMSubtarget &STI);
H A DThumb1FrameLowering.cpp117 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()
H A DARMSubtarget.cpp100 ? (ARMBaseInstrInfo *)new Thumb1InstrInfo(*this) in ARMSubtarget()
/freebsd/lib/clang/libllvm/
H A DMakefile1382 SRCS_MIN+= Target/ARM/Thumb1InstrInfo.cpp