Home | History | Annotate | Download | only in ARM

Lines Matching defs:TTI

1 //===-- ARMTargetTransformInfo.h - ARM 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;
66 /// \name Scalar TTI Implementations
74 /// \name Vector TTI Implementations
106 unsigned getShuffleCost(TTI::ShuffleKind Kind, Type *Tp, int Index,
121 TTI::OperandValueKind Op1Info = TTI::OK_AnyValue,
122 TTI::OperandValueKind Op2Info = TTI::OK_AnyValue,
123 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
124 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None);