Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2164 auto fastMemRefType = in generateCopy() local
2171 prologue.create<memref::AllocOp>(loc, fastMemRefType).getResult(); in generateCopy()
2175 *sizeInBytes = *getMemRefSizeInBytes(fastMemRefType); in generateCopy()
2177 << "Creating fast buffer of type " << fastMemRefType in generateCopy()