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

References

lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
   79                                              TTI::UnrollingPreferences &UP) {
  206 unsigned HexagonTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp,
  240       TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info,
  240       TTI::OperandValueKind Opd1Info, TTI::OperandValueKind Opd2Info,
  241       TTI::OperandValueProperties Opd1PropInfo,
  242       TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value*> Args) {
lib/Target/Hexagon/HexagonTargetTransformInfo.h
   61   TTI::PopcntSupportKind getPopcntSupport(unsigned IntTyWidthInBit) const;
   65                                TTI::UnrollingPreferences &UP);
  120   unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,
  131             TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
  131             TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
  132             TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
  132             TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
  133             TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
  133             TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
  134             TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
  134             TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,