Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeSupport.h182 if (!ctx->getTypeUniquer().isParametricStorageInitialized(typeID)) in getWithTypeID()
H A DAttributeSupport.h204 if (!ctx->getAttributeUniquer().isParametricStorageInitialized(typeID)) in getWithTypeID()
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h247 bool isParametricStorageInitialized(TypeID id);
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp371 bool StorageUniquer::isParametricStorageInitialized(TypeID id) { in isParametricStorageInitialized() function in StorageUniquer