Home
last modified time | relevance | path

Searched refs:getSingletonImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Support/
DStorageUniquer.h210 return static_cast<Storage *>(getSingletonImpl(id)); in get()
252 BaseStorage *getSingletonImpl(TypeID id);
/external/llvm-project/mlir/lib/Support/
DStorageUniquer.cpp333 auto StorageUniquer::getSingletonImpl(TypeID id) -> BaseStorage * { in getSingletonImpl() function in StorageUniquer