Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp114 auto singleResMap = AffineMap::get(oldMap.getNumDims(), in replaceAllMemRefUsesWith() local
116 auto afOp = builder.create<AffineApplyOp>(op->getLoc(), singleResMap, in replaceAllMemRefUsesWith()
142 auto singleResMap = AffineMap::get( in replaceAllMemRefUsesWith() local
144 auto afOp = builder.create<AffineApplyOp>(op->getLoc(), singleResMap, in replaceAllMemRefUsesWith()
368 auto singleResMap = AffineMap::get(composedMap.getNumDims(), in createAffineComputationSlice() local
371 opInst->getLoc(), singleResMap, composedOpOperands)); in createAffineComputationSlice()
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DSuperVectorize.cpp727 auto singleResMap = in computeMemoryOpIndices() local
730 builder.create<AffineApplyOp>(op->getLoc(), singleResMap, mapOperands); in computeMemoryOpIndices()