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

References

lib/Target/PowerPC/PPCTargetTransformInfo.cpp
   54              TTI::PSK_SlowHardware : TTI::PSK_FastHardware;
   54              TTI::PSK_SlowHardware : TTI::PSK_FastHardware;
   55   return TTI::PSK_Software;
   69     return TTI::TCC_Free;
   73       return TTI::TCC_Basic;
   78         return TTI::TCC_Basic;
   80       return 2 * TTI::TCC_Basic;
   84   return 4 * TTI::TCC_Basic;
  100     return TTI::TCC_Free;
  106       return TTI::TCC_Free;
  110       return TTI::TCC_Free;
  115       return TTI::TCC_Free;
  137     return TTI::TCC_Free;
  143       return 2 * TTI::TCC_Basic;
  144     return TTI::TCC_Free;
  177     return TTI::TCC_Free;
  181       return TTI::TCC_Free;
  187         return TTI::TCC_Free;
  192         return TTI::TCC_Free;
  196       return TTI::TCC_Free;
  199       return TTI::TCC_Free;
  556                                          TTI::UnrollingPreferences &UP) {
  589 PPCTTIImpl::TTI::MemCmpExpansionOptions
  591   TTI::MemCmpExpansionOptions Options;
  724     unsigned Opcode, Type *Ty, TTI::OperandValueKind Op1Info,
  725     TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo,
  725     TTI::OperandValueKind Op2Info, TTI::OperandValueProperties Opd1PropInfo,
  726     TTI::OperandValueProperties Opd2PropInfo, ArrayRef<const Value *> Args) {
  735 int PPCTTIImpl::getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,
lib/Target/PowerPC/PPCTargetTransformInfo.h
   55   TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
   64                                TTI::UnrollingPreferences &UP);
   72   TTI::MemCmpExpansionOptions enableMemCmpExpansion(bool OptSize,
   89       TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
   89       TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
   90       TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
   90       TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
   91       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
   91       TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
   92       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
   92       TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None,
   94   int getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index, Type *SubTp);