Home
last modified time | relevance | path

Searched refs:SDBMBinaryExprStorage (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/SDBM/
DSDBMExprDetail.h35 struct SDBMBinaryExprStorage : public SDBMExprStorage { struct
43 static SDBMBinaryExprStorage * argument
45 auto *result = allocator.allocate<SDBMBinaryExprStorage>(); in construct() argument
DSDBMDialect.cpp16 uniquer.registerParametricStorageType<detail::SDBMBinaryExprStorage>(); in SDBMDialect()
DSDBMExpr.cpp248 return uniquer.get<detail::SDBMBinaryExprStorage>( in get()
574 return uniquer.get<detail::SDBMBinaryExprStorage>( in get()
/external/llvm-project/mlir/include/mlir/Dialect/SDBM/
DSDBMExpr.h30 struct SDBMBinaryExprStorage;
235 using ImplType = detail::SDBMBinaryExprStorage;
276 using ImplType = detail::SDBMBinaryExprStorage;