Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp316 SmallVector<int64_t, 4> newShapeConstants; in matchAndRewrite() local
317 newShapeConstants.reserve(memrefType.getRank()); in matchAndRewrite()
325 newShapeConstants.push_back(dimSize); in matchAndRewrite()
331 newShapeConstants.push_back(constantIndexOp.getValue()); in matchAndRewrite()
334 newShapeConstants.push_back(-1); in matchAndRewrite()
342 MemRefType::Builder(memrefType).setShape(newShapeConstants); in matchAndRewrite()
4261 SmallVector<int64_t, 4> newShapeConstants; in matchAndRewrite() local
4262 newShapeConstants.reserve(memrefType.getRank()); in matchAndRewrite()
4270 newShapeConstants.push_back(dimSize); in matchAndRewrite()
4276 newShapeConstants.push_back(constantIndexOp.getValue()); in matchAndRewrite()
[all …]