Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DTypeSupport.h131 if (!ctx->getTypeUniquer().isParametricStorageInitialized(T::getTypeID())) in get()
DAttributeSupport.h147 if (!ctx->getAttributeUniquer().isParametricStorageInitialized( in get()
/external/llvm-project/mlir/include/mlir/Support/
DStorageUniquer.h225 bool isParametricStorageInitialized(TypeID id);
/external/llvm-project/mlir/lib/Support/
DStorageUniquer.cpp343 bool StorageUniquer::isParametricStorageInitialized(TypeID id) { in isParametricStorageInitialized() function in StorageUniquer