Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DAffineMapDetail.h23 struct AffineMapStorage { struct
DMLIRContext.cpp864 auto *res = impl.affineAllocator.Allocate<detail::AffineMapStorage>(); in getImpl()
871 detail::AffineMapStorage{dimCount, symbolCount, results, context}; in getImpl()
/external/llvm-project/mlir/include/mlir/IR/
DAffineMap.h25 struct AffineMapStorage;
39 using ImplType = detail::AffineMapStorage;