Home | History | Annotate | Download | only in X86

Lines Matching defs:TTI

1 //===-- X86TargetTransformInfo.h - X86 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;
64 /// \name Scalar TTI Implementations
66 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
70 /// \name Vector TTI Implementations
78 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
79 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
80 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
81 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None);
82 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,