Searched refs:TLIImpl (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Analysis/ |
D | TargetLibraryInfo.cpp | 1150 : 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/ |
D | TargetLibraryInfo.cpp | 1641 : 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/ |
D | TargetLibraryInfo.h | 377 TargetLibraryInfoImpl TLIImpl; variable
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 333 TargetLibraryInfoImpl TLIImpl; variable
|