Searched refs:getUniqued (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/IR/ |
D | MetadataImpl.h | 23 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued() function
|
D | DebugInfoMetadata.cpp | 50 getUniqued(Context.pImpl->DILocations, in getImpl() 168 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key)) in getImpl() 194 if (auto *N = getUniqued(Context.pImpl->CLASS##s, \
|
D | Metadata.cpp | 726 if (T *U = getUniqued(Store, N)) in uniquifyImpl() 781 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key)) in getImpl()
|
/external/llvm-project/llvm/lib/IR/ |
D | MetadataImpl.h | 22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued() function
|
D | DebugInfoMetadata.cpp | 59 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl() 284 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key)) in getImpl() 310 if (auto *N = getUniqued(Context.pImpl->CLASS##s, \
|
D | Metadata.cpp | 762 if (T *U = getUniqued(Store, N)) in uniquifyImpl() 817 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key)) in getImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | MetadataImpl.h | 22 static T *getUniqued(DenseSet<T *, InfoT> &Store, in getUniqued() function
|
D | DebugInfoMetadata.cpp | 59 if (auto *N = getUniqued(Context.pImpl->DILocations, in getImpl() 269 if (auto *N = getUniqued(Context.pImpl->GenericDINodes, Key)) in getImpl() 295 if (auto *N = getUniqued(Context.pImpl->CLASS##s, \
|
D | Metadata.cpp | 764 if (T *U = getUniqued(Store, N)) in uniquifyImpl() 819 if (auto *N = getUniqued(Context.pImpl->MDTuples, Key)) in getImpl()
|