Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DTypeSupport.h149 if (!ctx->getTypeUniquer().isSingletonStorageInitialized(T::getTypeID())) in get()
DAttributeSupport.h166 if (!ctx->getAttributeUniquer().isSingletonStorageInitialized( in get()
/external/llvm-project/mlir/include/mlir/Support/
DStorageUniquer.h220 bool isSingletonStorageInitialized(TypeID id);
/external/llvm-project/mlir/lib/Support/
DStorageUniquer.cpp338 bool StorageUniquer::isSingletonStorageInitialized(TypeID id) { in isSingletonStorageInitialized() function in StorageUniquer