Searched refs:getTypeUniquer (Results 1 – 3 of 3) sorted by relevance
131 if (!ctx->getTypeUniquer().isParametricStorageInitialized(T::getTypeID())) in get()137 return ctx->getTypeUniquer().get<typename T::ImplType>( in get()149 if (!ctx->getTypeUniquer().isSingletonStorageInitialized(T::getTypeID())) in get()155 return ctx->getTypeUniquer().get<typename T::ImplType>(T::getTypeID()); in get()164 return ctx->getTypeUniquer().mutate(T::getTypeID(), impl, in mutate()173 ctx->getTypeUniquer().registerParametricStorageType<typename T::ImplType>( in registerType()181 ctx->getTypeUniquer().registerSingletonStorageType<TypeStorage>( in registerType()
147 StorageUniquer &getTypeUniquer();
728 StorageUniquer &MLIRContext::getTypeUniquer() { return getImpl().typeUniquer; } in getTypeUniquer() function in MLIRContext