reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1381 T Impl; 1384 Model(T Impl) : Impl(std::move(Impl)) {} 1856 TargetTransformInfo::TargetTransformInfo(T Impl) 1857 : TTIImpl(new Model<T>(Impl)) {}include/llvm/CodeGen/BasicTTIImpl.h
77 class BasicTTIImplBase : public TargetTransformInfoImplCRTPBase<T> { 79 using BaseT = TargetTransformInfoImplCRTPBase<T>; 782 T *TTI = static_cast<T *>(this); 1065 auto *ConcreteTTI = static_cast<T *>(this); 1171 auto *ConcreteTTI = static_cast<T *>(this); 1603 auto *ConcreteTTI = static_cast<T *>(this); 1662 auto *ConcreteTTI = static_cast<T *>(this);lib/Target/XCore/XCoreTargetTransformInfo.h
27 class XCoreTTIImpl : public BasicTTIImplBase<XCoreTTIImpl> { 28 typedef BasicTTIImplBase<XCoreTTIImpl> BaseT;usr/include/c++/7.4.0/bits/move.h
98 move(_Tp&& __t) noexcept
usr/include/c++/7.4.0/type_traits 1633 { typedef _Tp type; };