Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAffineExprDetail.h78 struct AffineConstantExprStorage : public AffineExprStorage { struct
83 static AffineConstantExprStorage * argument
85 auto *result = allocator.allocate<AffineConstantExprStorage>(); in construct() argument
DAffineExpr.cpp479 auto assignCtx = [context](AffineConstantExprStorage *storage) { in getAffineConstantExpr()
484 return uniquer.get<AffineConstantExprStorage>(assignCtx, constant); in getAffineConstantExpr()
DMLIRContext.cpp392 .registerParametricStorageType<AffineConstantExprStorage>(); in MLIRContext()
/external/llvm-project/mlir/include/mlir/IR/
DAffineExpr.h34 struct AffineConstantExprStorage;
213 using ImplType = detail::AffineConstantExprStorage;