Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp280 llvm::BumpPtrAllocator affineAllocator; member in mlir::MLIRContextImpl
864 auto *res = impl.affineAllocator.Allocate<detail::AffineMapStorage>(); in getImpl()
867 results = copyArrayRefInto(impl.affineAllocator, results); in getImpl()
911 auto *res = impl.affineAllocator.Allocate<detail::IntegerSetStorage>(); in get()
914 constraints = copyArrayRefInto(impl.affineAllocator, constraints); in get()
915 eqFlags = copyArrayRefInto(impl.affineAllocator, eqFlags); in get()