Searched defs:Thumb2InstrInfo (Results 1 - 2 of 2) 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...]

Completed in 78 milliseconds