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.cpp23 Thumb1InstrInfo::Thumb1InstrInfo(const ARMSubtarget &STI) in Thumb1InstrInfo() function in Thumb1InstrInfo
27 MCInst Thumb1InstrInfo::getNop() const { in getNop()
35 unsigned Thumb1InstrInfo::getUnindexedOpcode(unsigned Opc) const { in getUnindexedOpcode()
39 void Thumb1InstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
78 void Thumb1InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
107 void Thumb1InstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
135 void Thumb1InstrInfo::expandLoadStackGuard( in expandLoadStackGuard()
156 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()
156 const Thumb1InstrInfo &TII = in emitPrologue()
157 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in emitPrologue()
509 const Thumb1InstrInfo &TII = in emitEpilogue()
510 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
H A DARMSubtarget.cpp103 ? (ARMBaseInstrInfo *)new Thumb1InstrInfo(*this) in ARMSubtarget()
/freebsd/lib/clang/libllvm/
H A DMakefile1373 SRCS_MIN+= Target/ARM/Thumb1InstrInfo.cpp