Home
last modified time | relevance | path

Searched refs:bundleInstructionsOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp43 HexagonMCInstrInfo::bundleInstructionsOffset), in PacketIterator()
114 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
119 return (MCI.size() - bundleInstructionsOffset); in bundleSize()
198 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst(); in extenderForIndex()
479 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst(); in instruction()
H A DHexagonMCCompound.cpp355 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
366 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
H A DHexagonMCInstrInfo.h78 size_t const bundleInstructionsOffset = 1; variable
H A DHexagonMCDuplexInfo.cpp1045 for (unsigned j = HexagonMCInstrInfo::bundleInstructionsOffset, in getDuplexPossibilties()