Searched refs:Thumb1InstrInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | Thumb1InstrInfo.cpp | 26 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() 115 void Thumb1InstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot() 145 void Thumb1InstrInfo::loadRegFromStackSlot( in loadRegFromStackSlot() 171 void Thumb1InstrInfo::expandLoadStackGuard( in expandLoadStackGuard() 192 bool Thumb1InstrInfo::canCopyGluedNodeDuringSchedule(SDNode *N) const { in canCopyGluedNodeDuringSchedule()
|
| H A D | Thumb1InstrInfo.h | 22 class Thumb1InstrInfo : public ARMBaseInstrInfo { 25 explicit Thumb1InstrInfo(const ARMSubtarget &STI);
|
| H A D | Thumb1FrameLowering.cpp | 115 const Thumb1InstrInfo &TII = in eliminateCallFramePseudoInstr() 116 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in eliminateCallFramePseudoInstr() 152 const Thumb1InstrInfo &TII = in emitPrologue() 153 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in emitPrologue() 480 const Thumb1InstrInfo &TII = in emitEpilogue() 481 *static_cast<const Thumb1InstrInfo *>(STI.getInstrInfo()); in emitEpilogue()
|
| H A D | ARMSubtarget.cpp | 99 ? (ARMBaseInstrInfo *)new Thumb1InstrInfo(*this) in ARMSubtarget()
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1505 SRCS_MIN+= Target/ARM/Thumb1InstrInfo.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 14348 {"_ZN4llvm15Thumb1InstrInfoC1ERKNS_12ARMSubtargetE", "llvm::Thumb1InstrInfo::Thumb1InstrInfo(llvm::… 14349 {"_ZN4llvm15Thumb1InstrInfoC2ERKNS_12ARMSubtargetE", "llvm::Thumb1InstrInfo::Thumb1InstrInfo(llvm::… 14350 {"_ZNK4llvm15Thumb1InstrInfo18getUnindexedOpcodeEj", "llvm::Thumb1InstrInfo::getUnindexedOpcode(uns… 14351 …ckENS_14ilist_iteratorINS_12MachineInstrEEENS_8DebugLocEjjb", "llvm::Thumb1InstrInfo::copyPhysReg(… 14352 …EEEjbiPKNS_19TargetRegisterClassEPKNS_18TargetRegisterInfoE", "llvm::Thumb1InstrInfo::storeRegToSt… 14353 …rEEEjiPKNS_19TargetRegisterClassEPKNS_18TargetRegisterInfoE", "llvm::Thumb1InstrInfo::loadRegFromS… 14354 {"_ZN4llvm15Thumb1InstrInfoD1Ev", "llvm::Thumb1InstrInfo::~Thumb1InstrInfo()"}, 14355 {"_ZN4llvm15Thumb1InstrInfoD0Ev", "llvm::Thumb1InstrInfo::~Thumb1InstrInfo()"}, 14356 {"_ZNK4llvm15Thumb1InstrInfo15getRegisterInfoEv", "llvm::Thumb1InstrInfo::getRegisterInfo() const"}, 25665 {"_ZTVN4llvm15Thumb1InstrInfoE", "vtable for llvm::Thumb1InstrInfo"},
|