Lines Matching defs:TTI
1 //==- WebAssemblyTargetTransformInfo.h - WebAssembly-specific TTI -*- C++ -*-=//
14 /// certain TTI queries, while letting the target independent and default TTI
30 typedef TargetTransformInfo TTI;
44 /// \name Scalar TTI Implementations
47 // TODO: Implement more Scalar TTI for WebAssembly
49 TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const;
52 TTI::UnrollingPreferences &UP,
57 /// \name Vector TTI Implementations
63 unsigned Opcode, Type *Ty, TTI::TargetCostKind CostKind,
64 TTI::OperandValueInfo Op1Info = {TTI::OK_AnyValue, TTI::OP_None},
65 TTI::OperandValueInfo Op2Info = {TTI::OK_AnyValue, TTI::OP_None},
69 TTI::TargetCostKind CostKind,
72 TTI::ReductionShuffle