Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:TTI

1 //===-- PPCTargetTransformInfo.h - PPC specific TTI -------------*- C++ -*-===//
12 /// provide more precise answers to certain TTI queries, while letting the
13 /// target independent and default TTI implementations handle the rest.
30 typedef TargetTransformInfo TTI;
62 /// \name Scalar TTI Implementations
73 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
74 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
78 /// \name Vector TTI Implementations
87 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
88 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
89 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
90 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None);
91 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,