reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp
  353            MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset;
  364                MCI.begin() + HexagonMCInstrInfo::bundleInstructionsOffset;
lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp
 1044     for (unsigned j = HexagonMCInstrInfo::bundleInstructionsOffset,
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp
   41                                 HexagonMCInstrInfo::bundleInstructionsOffset),
  112   return make_range(MCI.begin() + bundleInstructionsOffset, MCI.end());
  117     return (MCI.size() - bundleInstructionsOffset);
  196       MCB.getOperand(Index + bundleInstructionsOffset - 1).getInst();
  477   return *MCB.getOperand(bundleInstructionsOffset + Index).getInst();