Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Transforms/Utils/
H A DLoopUtils.cpp1206 SmallVector<Value, 4> fastBufIndices, memIndices; in generatePointWiseCopy() local
1213 fastBufIndices.push_back(forOp.getInductionVar()); in generatePointWiseCopy()
1236 b.create<AffineStoreOp>(loc, load, fastMemRef, fastBufIndices); in generatePointWiseCopy()
1241 auto load = b.create<AffineLoadOp>(loc, fastMemRef, fastBufIndices); in generatePointWiseCopy()