Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h231 return static_cast<Storage *>(getSingletonImpl(id)); in get()
276 BaseStorage *getSingletonImpl(TypeID id);
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp361 auto StorageUniquer::getSingletonImpl(TypeID id) -> BaseStorage * { in getSingletonImpl() function in StorageUniquer