Home | History | Annotate | Download | only in AArch64

Lines Matching defs:TTI

1 //===-- AArch64TargetTransformInfo.h - AArch64 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.
31 typedef TargetTransformInfo TTI;
78 /// \name Scalar TTI Implementations
88 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
92 /// \name Vector TTI Implementations
121 TTI::OperandValueKind Opd1Info = TTI::OK_AnyValue,
122 TTI::OperandValueKind Opd2Info = TTI::OK_AnyValue,
123 TTI::OperandValueProperties Opd1PropInfo = TTI::OP_None,
124 TTI::OperandValueProperties Opd2PropInfo = TTI::OP_None);
135 void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);