Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrInfo.cpp32 ARMInstrInfo::ARMInstrInfo(const ARMSubtarget &STI) in ARMInstrInfo() function in ARMInstrInfo
36 void ARMInstrInfo::getNoop(MCInst &NopInst) const { in getNoop()
52 unsigned ARMInstrInfo::getUnindexedOpcode(unsigned Opc) const { in getUnindexedOpcode()
93 void ARMInstrInfo::expandLoadStackGuard(MachineBasicBlock::iterator MI) const { in expandLoadStackGuard()
H A DARMInstrInfo.h23 class ARMInstrInfo : public ARMBaseInstrInfo {
26 explicit ARMInstrInfo(const ARMSubtarget &STI);
H A DARMSubtarget.cpp105 ? (ARMBaseInstrInfo *)new ARMInstrInfo(*this) in ARMSubtarget()
H A DARM.td320 // See ARMInstrInfo.td for details.
1108 include "ARMInstrInfo.td"
1109 def ARMInstrInfo : InstrInfo;
1134 let InstructionSet = ARMInstrInfo;
H A DARMSchedule.td35 // ARMInstrInfo.td:
H A DARMInstrInfo.td1 //===- ARMInstrInfo.td - Target Description for ARM Target -*- tablegen -*-===//
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile965 SRCS_MIN+= Target/ARM/ARMInstrInfo.cpp