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>;
  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/AArch64/AArch64TargetTransformInfo.cpp
  621 AArch64TTIImpl::TTI::MemCmpExpansionOptions
lib/Target/AArch64/AArch64TargetTransformInfo.h
   41 class AArch64TTIImpl : public BasicTTIImplBase<AArch64TTIImpl> {
   42   using BaseT = BasicTTIImplBase<AArch64TTIImpl>;
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; };