Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.cpp48 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end()); in bundleInstructions()
53 return (MCI.size() - bundleInstructionsOffset); in bundleSize()
154 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst(); in extenderForIndex()
362 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst(); in instruction()
DHexagonMCCompound.cpp365 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
377 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset; in lookForCompound()
DHexagonMCInstrInfo.h53 size_t const bundleInstructionsOffset = 1; variable
DHexagonMCChecker.cpp274 for (unsigned i = HexagonMCInstrInfo::bundleInstructionsOffset; in checkBranches()
DHexagonMCDuplexInfo.cpp1021 for (unsigned j = HexagonMCInstrInfo::bundleInstructionsOffset, in getDuplexPossibilties()