HomeSort by relevance Sort by last modified time
    Searched refs:bundleInstructionsOffset (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 365 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset;
377 MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset;
HexagonMCInstrInfo.cpp 48 return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end());
53 return (MCI.size() - bundleInstructionsOffset);
155 MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst();
418 return *MCB.getOperand(bundleInstructionsOffset + Index).getInst();
HexagonMCInstrInfo.h 53 size_t const bundleInstructionsOffset = 1;
HexagonMCChecker.cpp 278 for (unsigned i = HexagonMCInstrInfo::bundleInstructionsOffset;
HexagonMCDuplexInfo.cpp     [all...]

Completed in 433 milliseconds