Home
last modified time | relevance | path

Searched refs:registerParametricStorageTypeImpl (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DStorageUniquer.h153 return registerParametricStorageTypeImpl(id, nullptr); in registerParametricStorageType()
154 registerParametricStorageTypeImpl(id, [](BaseStorage *storage) { in registerParametricStorageType()
271 void registerParametricStorageTypeImpl(
/llvm-project-15.0.7/mlir/lib/Support/
H A DStorageUniquer.cpp353 void StorageUniquer::registerParametricStorageTypeImpl( in registerParametricStorageTypeImpl() function in StorageUniquer