Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp116 auto afOp = builder.create<AffineApplyOp>(op->getLoc(), singleResMap, in replaceAllMemRefUsesWith() local
118 oldMemRefOperands.push_back(afOp); in replaceAllMemRefUsesWith()
119 affineApplyOps.push_back(afOp); in replaceAllMemRefUsesWith()
144 auto afOp = builder.create<AffineApplyOp>(op->getLoc(), singleResMap, in replaceAllMemRefUsesWith() local
146 remapOutputs.push_back(afOp); in replaceAllMemRefUsesWith()
147 affineApplyOps.push_back(afOp); in replaceAllMemRefUsesWith()
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DSuperVectorize.cpp729 auto afOp = in computeMemoryOpIndices() local
731 results.push_back(afOp); in computeMemoryOpIndices()