Home
last modified time | relevance | path

Searched refs:getAttributeUniquer (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/include/mlir/IR/
DAttributeSupport.h147 if (!ctx->getAttributeUniquer().isParametricStorageInitialized( in get()
154 return ctx->getAttributeUniquer().get<typename T::ImplType>( in get()
166 if (!ctx->getAttributeUniquer().isSingletonStorageInitialized( in get()
173 return ctx->getAttributeUniquer().get<typename T::ImplType>(T::getTypeID()); in get()
180 return ctx->getAttributeUniquer().mutate(T::getTypeID(), impl, in mutate()
189 ctx->getAttributeUniquer() in registerAttribute()
197 ctx->getAttributeUniquer() in registerAttribute()
DMLIRContext.h151 StorageUniquer &getAttributeUniquer();
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp815 StorageUniquer &MLIRContext::getAttributeUniquer() { in getAttributeUniquer() function in MLIRContext