LLVM  4.0.0
Functions | Variables
llvm::HexagonMCInstrInfo Namespace Reference

Functions

void addConstant (MCInst &MI, uint64_t Value, MCContext &Context)
 
void addConstExtender (MCContext &Context, MCInstrInfo const &MCII, MCInst &MCB, MCInst const &MCI)
 
iterator_range
< MCInst::const_iterator
bundleInstructions (MCInst const &MCI)
 
size_t bundleSize (MCInst const &MCI)
 
bool canonicalizePacket (MCInstrInfo const &MCII, MCSubtargetInfo const &STI, MCContext &Context, MCInst &MCB, HexagonMCChecker *Checker)
 
void clampExtended (MCInstrInfo const &MCII, MCContext &Context, MCInst &MCI)
 
MCInst createBundle ()
 
MCInst constextenderForIndex (MCInst const &MCB, size_t Index)
 
void extendIfNeeded (MCContext &Context, MCInstrInfo const &MCII, MCInst &MCB, MCInst const &MCI)
 
MCInstderiveDuplex (MCContext &Context, unsigned iClass, MCInst const &inst0, MCInst const &inst1)
 
MCInst deriveExtender (MCInstrInfo const &MCII, MCInst const &Inst, MCOperand const &MO)
 
MCInst deriveSubInst (MCInst const &Inst)
 
HexagonII::MemAccessSize getAccessSize (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned getBitCount (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned short getCExtOpNum (MCInstrInfo const &MCII, MCInst const &MCI)
 
MCInstrDesc constgetDesc (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned getDuplexCandidateGroup (MCInst const &MI)
 
SmallVector< DuplexCandidate, 8 > getDuplexPossibilties (MCInstrInfo const &MCII, MCInst const &MCB)
 
unsigned getDuplexRegisterNumbering (unsigned Reg)
 
MCExpr constgetExpr (MCExpr const &Expr)
 
unsigned short getExtendableOp (MCInstrInfo const &MCII, MCInst const &MCI)
 
MCOperand constgetExtendableOperand (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned getExtentAlignment (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned getExtentBits (MCInstrInfo const &MCII, MCInst const &MCI)
 
int getMaxValue (MCInstrInfo const &MCII, MCInst const &MCI)
 
int getMinValue (MCInstrInfo const &MCII, MCInst const &MCI)
 
StringRef getName (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned short getNewValueOp (MCInstrInfo const &MCII, MCInst const &MCI)
 
MCOperand constgetNewValueOperand (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned short getNewValueOp2 (MCInstrInfo const &MCII, MCInst const &MCI)
 Return the new value or the newly produced value. More...
 
MCOperand constgetNewValueOperand2 (MCInstrInfo const &MCII, MCInst const &MCI)
 
int getSubTarget (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned getType (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned getUnits (MCInstrInfo const &MCII, MCSubtargetInfo const &STI, MCInst const &MCI)
 Return the slots used by the insn. More...
 
bool hasExtenderForIndex (MCInst const &MCB, size_t Index)
 
bool hasImmExt (MCInst const &MCI)
 
bool hasNewValue (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool hasNewValue2 (MCInstrInfo const &MCII, MCInst const &MCI)
 Return whether the insn produces a second value. More...
 
MCInst constinstruction (MCInst const &MCB, size_t Index)
 
bool isBundle (MCInst const &MCI)
 
bool isCanon (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isCofMax1 (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isCompound (MCInstrInfo const &MCII, MCInst const &MCI)
 
unsigned iClassOfDuplexPair (unsigned Ga, unsigned Gb)
 
int64_t minConstant (MCInst const &MCI, size_t Index)
 
template<unsigned N, unsigned S>
bool inRange (MCInst const &MCI, size_t Index)
 
template<unsigned N, unsigned S>
bool inSRange (MCInst const &MCI, size_t Index)
 
template<unsigned N>
bool inRange (MCInst const &MCI, size_t Index)
 
bool isConstExtended (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isDblRegForSubInst (unsigned Reg)
 
bool isDuplex (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isDuplexPair (MCInst const &MIa, MCInst const &MIb)
 Symmetrical. See if these two instructions are fit for duplex pair. More...
 
bool isDuplexPairMatch (unsigned Ga, unsigned Gb)
 
bool isExtendable (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isExtended (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isFloat (MCInstrInfo const &MCII, MCInst const &MCI)
 Return whether it is a floating-point insn. More...
 
bool isImmext (MCInst const &MCI)
 
bool isInnerLoop (MCInst const &MCI)
 
bool isIntReg (unsigned Reg)
 
bool isIntRegForSubInst (unsigned Reg)
 
bool isMemReorderDisabled (MCInst const &MCI)
 
bool isMemStoreReorderEnabled (MCInst const &MCI)
 
bool isNewValue (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isOperandExtended (MCInstrInfo const &MCII, MCInst const &MCI, unsigned short OperandNum)
 
bool isOrderedDuplexPair (MCInstrInfo const &MCII, MCInst const &MIa, bool ExtendedA, MCInst const &MIb, bool ExtendedB, bool bisReversable)
 non-Symmetrical. See if these two instructions are fit for duplex pair. More...
 
bool isOuterLoop (MCInst const &MCI)
 
bool isPredicated (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isPredicateLate (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isPredicatedNew (MCInstrInfo const &MCII, MCInst const &MCI)
 Return whether the insn is newly predicated. More...
 
bool isPredicatedTrue (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isPredReg (unsigned Reg)
 
bool isPrefix (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isSolo (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool isSoloAX (MCInstrInfo const &MCII, MCInst const &MCI)
 Return whether the insn can be packaged only with A and X-type insns. More...
 
bool isSoloAin1 (MCInstrInfo const &MCII, MCInst const &MCI)
 Return whether the insn can be packaged only with an A-type insn in slot #1. More...
 
bool isSubInstruction (MCInst const &MCI)
 
bool isVector (MCInstrInfo const &MCII, MCInst const &MCI)
 
bool mustExtend (MCExpr const &Expr)
 
bool mustNotExtend (MCExpr const &Expr)
 
void padEndloop (MCContext &Context, MCInst &MCI)
 
bool prefersSlot3 (MCInstrInfo const &MCII, MCInst const &MCI)
 
void replaceDuplex (MCContext &Context, MCInst &MCB, DuplexCandidate Candidate)
 
bool s23_2_reloc (MCExpr const &Expr)
 
void setInnerLoop (MCInst &MCI)
 
void setMemReorderDisabled (MCInst &MCI)
 
void setMemStoreReorderEnabled (MCInst &MCI)
 
void setMustExtend (MCExpr const &Expr, bool Val=true)
 
void setMustNotExtend (MCExpr const &Expr, bool Val=true)
 
void setS23_2_reloc (MCExpr const &Expr, bool Val=true)
 
void setOuterLoop (MCInst &MCI)
 
bool subInstWouldBeExtended (MCInst const &potentialDuplex)
 
unsigned SubregisterBit (unsigned Consumer, unsigned Producer, unsigned Producer2)
 
void tryCompound (MCInstrInfo const &MCII, MCContext &Context, MCInst &MCI)
 tryCompound - Given a bundle check for compound insns when one is found update the contents fo the bundle with the compound insn. More...
 

Variables

size_t const innerLoopOffset = 0
 
int64_t const innerLoopMask = 1 << innerLoopOffset
 
size_t const outerLoopOffset = 1
 
int64_t const outerLoopMask = 1 << outerLoopOffset
 
size_t const memReorderDisabledOffset = 2
 
int64_t const memReorderDisabledMask = 1 << memReorderDisabledOffset
 
size_t const memStoreReorderEnabledOffset = 3
 
int64_t const memStoreReorderEnabledMask = 1 << memStoreReorderEnabledOffset
 
size_t const bundleInstructionsOffset = 1
 

Function Documentation

void llvm::HexagonMCInstrInfo::addConstant ( MCInst MI,
uint64_t  Value,
MCContext Context 
)
void llvm::HexagonMCInstrInfo::addConstExtender ( MCContext Context,
MCInstrInfo const MCII,
MCInst MCB,
MCInst const MCI 
)
iterator_range< MCInst::const_iterator > llvm::HexagonMCInstrInfo::bundleInstructions ( MCInst const MCI)
size_t llvm::HexagonMCInstrInfo::bundleSize ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::canonicalizePacket ( MCInstrInfo const MCII,
MCSubtargetInfo const STI,
MCContext Context,
MCInst MCB,
HexagonMCChecker Checker 
)
void llvm::HexagonMCInstrInfo::clampExtended ( MCInstrInfo const MCII,
MCContext Context,
MCInst MCI 
)
MCInst llvm::HexagonMCInstrInfo::createBundle ( )
MCInst * llvm::HexagonMCInstrInfo::deriveDuplex ( MCContext Context,
unsigned  iClass,
MCInst const inst0,
MCInst const inst1 
)
MCInst llvm::HexagonMCInstrInfo::deriveExtender ( MCInstrInfo const MCII,
MCInst const Inst,
MCOperand const MO 
)
MCInst llvm::HexagonMCInstrInfo::deriveSubInst ( MCInst const Inst)
MCInst const * llvm::HexagonMCInstrInfo::extenderForIndex ( MCInst const MCB,
size_t  Index 
)
void llvm::HexagonMCInstrInfo::extendIfNeeded ( MCContext Context,
MCInstrInfo const MCII,
MCInst MCB,
MCInst const MCI 
)

Definition at line 161 of file HexagonMCInstrInfo.cpp.

References addConstExtender(), and isConstExtended().

Referenced by llvm::HexagonLowerToMC().

HexagonII::MemAccessSize llvm::HexagonMCInstrInfo::getAccessSize ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned llvm::HexagonMCInstrInfo::getBitCount ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned short llvm::HexagonMCInstrInfo::getCExtOpNum ( MCInstrInfo const MCII,
MCInst const MCI 
)
MCInstrDesc const & llvm::HexagonMCInstrInfo::getDesc ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned llvm::HexagonMCInstrInfo::getDuplexCandidateGroup ( MCInst const MI)
SmallVector< DuplexCandidate, 8 > llvm::HexagonMCInstrInfo::getDuplexPossibilties ( MCInstrInfo const MCII,
MCInst const MCB 
)
unsigned llvm::HexagonMCInstrInfo::getDuplexRegisterNumbering ( unsigned  Reg)

Definition at line 194 of file HexagonMCInstrInfo.cpp.

References llvm_unreachable, R2, R4, and R6.

Referenced by llvm::HexagonMCCodeEmitter::getMachineOpValue().

MCExpr const & llvm::HexagonMCInstrInfo::getExpr ( MCExpr const Expr)

Definition at line 243 of file HexagonMCInstrInfo.cpp.

References assert().

unsigned short llvm::HexagonMCInstrInfo::getExtendableOp ( MCInstrInfo const MCII,
MCInst const MCI 
)
MCOperand const & llvm::HexagonMCInstrInfo::getExtendableOperand ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned llvm::HexagonMCInstrInfo::getExtentAlignment ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned llvm::HexagonMCInstrInfo::getExtentBits ( MCInstrInfo const MCII,
MCInst const MCI 
)
int llvm::HexagonMCInstrInfo::getMaxValue ( MCInstrInfo const MCII,
MCInst const MCI 
)
int llvm::HexagonMCInstrInfo::getMinValue ( MCInstrInfo const MCII,
MCInst const MCI 
)
StringRef llvm::HexagonMCInstrInfo::getName ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned short llvm::HexagonMCInstrInfo::getNewValueOp ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned short llvm::HexagonMCInstrInfo::getNewValueOp2 ( MCInstrInfo const MCII,
MCInst const MCI 
)

Return the new value or the newly produced value.

Definition at line 334 of file HexagonMCInstrInfo.cpp.

References F, getDesc(), llvm::HexagonII::NewValueOpMask2, llvm::HexagonII::NewValueOpPos2, and llvm::MCInstrDesc::TSFlags.

Referenced by getNewValueOperand2().

MCOperand const & llvm::HexagonMCInstrInfo::getNewValueOperand ( MCInstrInfo const MCII,
MCInst const MCI 
)
MCOperand const & llvm::HexagonMCInstrInfo::getNewValueOperand2 ( MCInstrInfo const MCII,
MCInst const MCI 
)
int llvm::HexagonMCInstrInfo::getSubTarget ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned llvm::HexagonMCInstrInfo::getType ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned llvm::HexagonMCInstrInfo::getUnits ( MCInstrInfo const MCII,
MCSubtargetInfo const STI,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::hasExtenderForIndex ( MCInst const MCB,
size_t  Index 
)

Definition at line 397 of file HexagonMCInstrInfo.cpp.

References extenderForIndex().

Referenced by getDuplexPossibilties().

bool llvm::HexagonMCInstrInfo::hasImmExt ( MCInst const MCI)

Definition at line 384 of file HexagonMCInstrInfo.cpp.

References bundleInstructions(), I, isBundle(), isImmext(), and MI.

bool llvm::HexagonMCInstrInfo::hasNewValue ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::hasNewValue2 ( MCInstrInfo const MCII,
MCInst const MCI 
)
unsigned llvm::HexagonMCInstrInfo::iClassOfDuplexPair ( unsigned  Ga,
unsigned  Gb 
)
template<unsigned N, unsigned S>
bool llvm::HexagonMCInstrInfo::inRange ( MCInst const MCI,
size_t  Index 
)

Definition at line 181 of file HexagonMCInstrInfo.h.

References minConstant().

template<unsigned N>
bool llvm::HexagonMCInstrInfo::inRange ( MCInst const MCI,
size_t  Index 
)

Definition at line 188 of file HexagonMCInstrInfo.h.

References minConstant().

template<unsigned N, unsigned S>
bool llvm::HexagonMCInstrInfo::inSRange ( MCInst const MCI,
size_t  Index 
)

Definition at line 185 of file HexagonMCInstrInfo.h.

References minConstant().

MCInst const & llvm::HexagonMCInstrInfo::instruction ( MCInst const MCB,
size_t  Index 
)
bool llvm::HexagonMCInstrInfo::isBundle ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::isCanon ( MCInstrInfo const MCII,
MCInst const MCI 
)

Definition at line 428 of file HexagonMCInstrInfo.cpp.

References getDesc(), getType(), isPrefix(), and llvm::HexagonII::TypeENDLOOP.

bool llvm::HexagonMCInstrInfo::isCofMax1 ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isCompound ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isConstExtended ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isDblRegForSubInst ( unsigned  Reg)

Definition at line 444 of file HexagonMCInstrInfo.cpp.

Referenced by getDuplexCandidateGroup().

bool llvm::HexagonMCInstrInfo::isDuplex ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isDuplexPair ( MCInst const MIa,
MCInst const MIb 
)

Symmetrical. See if these two instructions are fit for duplex pair.

Definition at line 639 of file HexagonMCDuplexInfo.cpp.

References getDuplexCandidateGroup(), and isDuplexPairMatch().

bool llvm::HexagonMCInstrInfo::isDuplexPairMatch ( unsigned  Ga,
unsigned  Gb 
)
bool llvm::HexagonMCInstrInfo::isExtendable ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isExtended ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isFloat ( MCInstrInfo const MCII,
MCInst const MCI 
)

Return whether it is a floating-point insn.

Definition at line 507 of file HexagonMCInstrInfo.cpp.

References F, llvm::HexagonII::FPMask, llvm::HexagonII::FPPos, getDesc(), and llvm::MCInstrDesc::TSFlags.

Referenced by llvm::HexagonShuffler::check(), and combineTargetShuffle().

bool llvm::HexagonMCInstrInfo::isImmext ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::isInnerLoop ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::isIntReg ( unsigned  Reg)

Definition at line 524 of file HexagonMCInstrInfo.cpp.

Referenced by getDuplexCandidateGroup().

bool llvm::HexagonMCInstrInfo::isIntRegForSubInst ( unsigned  Reg)
bool llvm::HexagonMCInstrInfo::isMemReorderDisabled ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::isMemStoreReorderEnabled ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::isNewValue ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isOperandExtended ( MCInstrInfo const MCII,
MCInst const MCI,
unsigned short  OperandNum 
)
bool llvm::HexagonMCInstrInfo::isOrderedDuplexPair ( MCInstrInfo const MCII,
MCInst const MIa,
bool  ExtendedA,
MCInst const MIb,
bool  ExtendedB,
bool  bisReversable 
)
bool llvm::HexagonMCInstrInfo::isOuterLoop ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::isPredicated ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isPredicatedNew ( MCInstrInfo const MCII,
MCInst const MCI 
)

Return whether the insn is newly predicated.

Definition at line 568 of file HexagonMCInstrInfo.cpp.

References F, getDesc(), llvm::HexagonII::PredicatedNewMask, llvm::HexagonII::PredicatedNewPos, and llvm::MCInstrDesc::TSFlags.

bool llvm::HexagonMCInstrInfo::isPredicatedTrue ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isPredicateLate ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isPredReg ( unsigned  Reg)

Definition at line 581 of file HexagonMCInstrInfo.cpp.

Referenced by getDuplexCandidateGroup().

bool llvm::HexagonMCInstrInfo::isPrefix ( MCInstrInfo const MCII,
MCInst const MCI 
)

Definition at line 585 of file HexagonMCInstrInfo.cpp.

References getType(), and llvm::HexagonII::TypePREFIX.

Referenced by isCanon(), and readPrefixes().

bool llvm::HexagonMCInstrInfo::isSolo ( MCInstrInfo const MCII,
MCInst const MCI 
)
bool llvm::HexagonMCInstrInfo::isSoloAin1 ( MCInstrInfo const MCII,
MCInst const MCI 
)

Return whether the insn can be packaged only with an A-type insn in slot #1.

Definition at line 671 of file HexagonMCInstrInfo.cpp.

References F, getDesc(), llvm::HexagonII::SoloAin1Mask, llvm::HexagonII::SoloAin1Pos, and llvm::MCInstrDesc::TSFlags.

Referenced by llvm::HexagonShuffler::check().

bool llvm::HexagonMCInstrInfo::isSoloAX ( MCInstrInfo const MCII,
MCInst const MCI 
)

Return whether the insn can be packaged only with A and X-type insns.

Definition at line 666 of file HexagonMCInstrInfo.cpp.

References F, getDesc(), llvm::HexagonII::SoloAXMask, llvm::HexagonII::SoloAXPos, and llvm::MCInstrDesc::TSFlags.

Referenced by llvm::HexagonShuffler::check().

bool llvm::HexagonMCInstrInfo::isSubInstruction ( MCInst const MCI)
bool llvm::HexagonMCInstrInfo::isVector ( MCInstrInfo const MCII,
MCInst const MCI 
)
int64_t llvm::HexagonMCInstrInfo::minConstant ( MCInst const MCI,
size_t  Index 
)
bool llvm::HexagonMCInstrInfo::mustExtend ( MCExpr const Expr)

Definition at line 703 of file HexagonMCInstrInfo.cpp.

References llvm::HexagonMCExpr::mustExtend().

Referenced by isConstExtended().

bool llvm::HexagonMCInstrInfo::mustNotExtend ( MCExpr const Expr)

Definition at line 712 of file HexagonMCInstrInfo.cpp.

References llvm::HexagonMCExpr::mustNotExtend().

Referenced by isConstExtended().

void llvm::HexagonMCInstrInfo::padEndloop ( MCContext Context,
MCInst MCI 
)
bool llvm::HexagonMCInstrInfo::prefersSlot3 ( MCInstrInfo const MCII,
MCInst const MCI 
)
void llvm::HexagonMCInstrInfo::replaceDuplex ( MCContext Context,
MCInst MCB,
DuplexCandidate  Candidate 
)
bool llvm::HexagonMCInstrInfo::s23_2_reloc ( MCExpr const Expr)

Definition at line 786 of file HexagonMCInstrInfo.cpp.

References llvm::HexagonMCExpr::s23_2_reloc().

void llvm::HexagonMCInstrInfo::setInnerLoop ( MCInst MCI)
void llvm::HexagonMCInstrInfo::setMemReorderDisabled ( MCInst MCI)
void llvm::HexagonMCInstrInfo::setMemStoreReorderEnabled ( MCInst MCI)
void llvm::HexagonMCInstrInfo::setMustExtend ( MCExpr const Expr,
bool  Val = true 
)

Definition at line 698 of file HexagonMCInstrInfo.cpp.

References llvm::HexagonMCExpr::setMustExtend().

Referenced by GetSymbolRef(), and llvm::HexagonLowerToMC().

void llvm::HexagonMCInstrInfo::setMustNotExtend ( MCExpr const Expr,
bool  Val = true 
)
void llvm::HexagonMCInstrInfo::setOuterLoop ( MCInst MCI)
void llvm::HexagonMCInstrInfo::setS23_2_reloc ( MCExpr const Expr,
bool  Val = true 
)
bool llvm::HexagonMCInstrInfo::subInstWouldBeExtended ( MCInst const potentialDuplex)
unsigned llvm::HexagonMCInstrInfo::SubregisterBit ( unsigned  Consumer,
unsigned  Producer,
unsigned  Producer2 
)
void llvm::HexagonMCInstrInfo::tryCompound ( MCInstrInfo const MCII,
MCContext Context,
MCInst MCI 
)

tryCompound - Given a bundle check for compound insns when one is found update the contents fo the bundle with the compound insn.

If a compound instruction is found then the bundle will have one additional slot.

Definition at line 399 of file HexagonMCCompound.cpp.

References assert(), isBundle(), lookForCompound(), and llvm::MCInst::size().

Referenced by canonicalizePacket().

Variable Documentation

size_t const llvm::HexagonMCInstrInfo::bundleInstructionsOffset = 1
int64_t const llvm::HexagonMCInstrInfo::innerLoopMask = 1 << innerLoopOffset

Definition at line 39 of file HexagonMCInstrInfo.h.

Referenced by isInnerLoop(), and setInnerLoop().

size_t const llvm::HexagonMCInstrInfo::innerLoopOffset = 0

Definition at line 38 of file HexagonMCInstrInfo.h.

int64_t const llvm::HexagonMCInstrInfo::memReorderDisabledMask = 1 << memReorderDisabledOffset

Definition at line 47 of file HexagonMCInstrInfo.h.

Referenced by isMemReorderDisabled(), and setMemReorderDisabled().

size_t const llvm::HexagonMCInstrInfo::memReorderDisabledOffset = 2

Definition at line 46 of file HexagonMCInstrInfo.h.

int64_t const llvm::HexagonMCInstrInfo::memStoreReorderEnabledMask = 1 << memStoreReorderEnabledOffset

Definition at line 51 of file HexagonMCInstrInfo.h.

Referenced by isMemStoreReorderEnabled(), and setMemStoreReorderEnabled().

size_t const llvm::HexagonMCInstrInfo::memStoreReorderEnabledOffset = 3

Definition at line 50 of file HexagonMCInstrInfo.h.

int64_t const llvm::HexagonMCInstrInfo::outerLoopMask = 1 << outerLoopOffset

Definition at line 42 of file HexagonMCInstrInfo.h.

Referenced by isOuterLoop(), and setOuterLoop().

size_t const llvm::HexagonMCInstrInfo::outerLoopOffset = 1

Definition at line 41 of file HexagonMCInstrInfo.h.