Searched refs:Thumb2InstrInfo (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h1 //===-- Thumb2InstrInfo.h - Thumb-2 Instruction Information -----*- C++ -*-===//
24 class Thumb2InstrInfo : public ARMBaseInstrInfo { class in namespace:llvm
27 explicit Thumb2InstrInfo(const ARMSubtarget &STI);
H A DThumb2InstrInfo.cpp1 //===-- Thumb2InstrInfo.cpp - Thumb-2 Instruction Information -------------===//
14 #include "Thumb2InstrInfo.h"
32 Thumb2InstrInfo::Thumb2InstrInfo(const ARMSubtarget &STI) function in class:Thumb2InstrInfo
37 void Thumb2InstrInfo::getNoopForMachoTarget(MCInst &NopInst) const {
44 unsigned Thumb2InstrInfo::getUnindexedOpcode(unsigned Opc) const {
50 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
101 Thumb2InstrInfo::isLegalToSplitMBBAt(MachineBasicBlock &MBB,
113 void Thumb2InstrInfo::copyPhysReg(MachineBasicBlock &MBB,
125 void Thumb2InstrInfo
[all...]
H A DAndroid.mk48 Thumb2InstrInfo.cpp \
H A DThumb2ITBlockPass.cpp12 #include "Thumb2InstrInfo.h"
33 const Thumb2InstrInfo *TII;
258 TII = static_cast<const Thumb2InstrInfo*>(TM.getInstrInfo());
H A DARMSubtarget.cpp23 #include "Thumb2InstrInfo.h"
163 : (ARMBaseInstrInfo *)new Thumb2InstrInfo(*this)),
H A DThumb2SizeReduction.cpp14 #include "Thumb2InstrInfo.h"
137 const Thumb2InstrInfo *TII;
1006 TII = static_cast<const Thumb2InstrInfo*>(TM.getInstrInfo());

Completed in 922 milliseconds