Home
last modified time | relevance | path

Searched refs:ARMInstrInfo (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp31 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI) in ARMInstrInfo() function in ARMInstrInfo
35 MCInst ARMInstrInfo::getNop() const { in getNop()
53 unsigned ARMInstrInfo::getUnindexedOpcode(unsigned Opc) const { in getUnindexedOpcode()
94 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const { in expandLoadStackGuard()
H A DARMInstrInfo.h22 class ARMInstrInfo : public ARMBaseInstrInfo {
25 explicit ARMInstrInfo(const ARMSubtarget &STI);
H A DARMSubtarget.cpp109 ? (ARMBaseInstrInfo *)new ARMInstrInfo(*this) in ARMSubtarget()
H A DARM.td380 // See ARMInstrInfo.td for details.
942 include "ARMInstrInfo.td"
943 def ARMInstrInfo : InstrInfo;
1412 let InstructionSet = ARMInstrInfo;
H A DARMSchedule.td34 // ARMInstrInfo.td:
H A DARMInstrThumb.td1774 // See ARMInstrInfo.td. These two thumb specific pseudos are required to
H A DARMInstrInfo.td1 //===- ARMInstrInfo.td - Target Description for ARM Target -*- tablegen -*-===//
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1144 SRCS_MIN+= Target/ARM/ARMInstrInfo.cpp