Home
last modified time | relevance | path

Searched refs:TLIImpl (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1150 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()
1155 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()
1160 const TargetLibraryInfoImpl &TLIImpl) in TargetLibraryInfoWrapperPass() argument
1161 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) { in TargetLibraryInfoWrapperPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetLibraryInfo.cpp1641 : ImmutablePass(ID), TLIImpl(), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()
1646 : ImmutablePass(ID), TLIImpl(T), TLI(TLIImpl) { in TargetLibraryInfoWrapperPass()
1651 const TargetLibraryInfoImpl &TLIImpl) in TargetLibraryInfoWrapperPass() argument
1652 : ImmutablePass(ID), TLIImpl(TLIImpl), TLI(this->TLIImpl) { in TargetLibraryInfoWrapperPass()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h377 TargetLibraryInfoImpl TLIImpl; variable
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h333 TargetLibraryInfoImpl TLIImpl; variable