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

References

lib/Target/ARM/ARMTargetTransformInfo.cpp
  549 int ARMTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,
  552     if (Kind == TTI::SK_Broadcast) {
  573     if (Kind == TTI::SK_Reverse) {
  595     if (Kind == TTI::SK_Select) {
  621     if (Kind == TTI::SK_Broadcast) {
  644     unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info,
  645     TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo,
  645     TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo,
  646     TTI::OperandValueProperties Opd2PropInfo,
 1004                                          TTI::UnrollingPreferences &UP) {
 1076                                        TTI::ReductionFlags Flags) const {
lib/Target/ARM/ARMTargetTransformInfo.h
  164   int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);
  167                              TTI::ReductionFlags Flags) const;
  186       TTI::OperandValueKind Op1Info = TTI::OK_AnyValue,
  186       TTI::OperandValueKind Op1Info = TTI::OK_AnyValue,
  187       TTI::OperandValueKind Op2Info = TTI::OK_AnyValue,
  187       TTI::OperandValueKind Op2Info = TTI::OK_AnyValue,
  188       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
  188       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
  189       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
  189       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
  208                                TTI::UnrollingPreferences &UP);