Home
last modified time | relevance | path

Searched defs:TypeUniquer (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/IR/
H A DTypeSupport.h210 struct TypeUniquer { struct
226 if (!ctx->getTypeUniquer().isParametricStorageInitialized(typeID)) in getWithTypeID() argument
247 if (!ctx->getTypeUniquer().isSingletonStorageInitialized(typeID)) in getWithTypeID() argument
263 return ctx->getTypeUniquer().mutate(T::getTypeID(), impl, in mutate() argument
280 ctx->getTypeUniquer().registerParametricStorageType<typename T::ImplType>( in registerType() argument
290 ctx->getTypeUniquer().registerSingletonStorageType<TypeStorage>( in registerType() argument