Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp42 HexagonMCInstrInfo::bundleInstructionsOffset), in PacketIterator()
113 return drop_begin(MCI, bundleInstructionsOffset); in bundleInstructions()
118 return (MCI.size() - bundleInstructionsOffset); in bundleSize()
228 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst(); in extenderForIndex()
529 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst(); in instruction()
H A DHexagonMCCompound.cpp354 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
365 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
H A DHexagonMCInstrInfo.h84 constexpr size_t bundleInstructionsOffset = 1; variable
H A DHexagonMCDuplexInfo.cpp1037 for (unsigned j = HexagonMCInstrInfo::bundleInstructionsOffset, in getDuplexPossibilties()