Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DTypeSupport.h124 struct TypeUniquer { struct
131 if (!ctx->getTypeUniquer().isParametricStorageInitialized(T::getTypeID())) in get() argument
149 if (!ctx->getTypeUniquer().isSingletonStorageInitialized(T::getTypeID())) in get() argument
164 return ctx->getTypeUniquer().mutate(T::getTypeID(), impl, in mutate() argument
173 ctx->getTypeUniquer().registerParametricStorageType<typename T::ImplType>( in registerType() argument
181 ctx->getTypeUniquer().registerSingletonStorageType<TypeStorage>( in registerType() argument