reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Analysis/TargetTransformInfo.h
 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>;
 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/Hexagon/HexagonTargetTransformInfo.h
   33 class HexagonTTIImpl : public BasicTTIImplBase<HexagonTTIImpl> {
   34   using BaseT = BasicTTIImplBase<HexagonTTIImpl>;
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; };