Searched refs:extraOperands (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | Utils.cpp | 49 ArrayRef<Value> extraOperands, in replaceAllMemRefUsesWith() argument 60 extraOperands.size() + oldMemRefRank + symbolOperands.size()); in replaceAllMemRefUsesWith() 129 remapOperands.reserve(extraOperands.size() + oldMemRefRank + in replaceAllMemRefUsesWith() 131 remapOperands.append(extraOperands.begin(), extraOperands.end()); in replaceAllMemRefUsesWith() 222 AffineMap indexRemap, ArrayRef<Value> extraOperands, in replaceAllMemRefUsesWith() argument 234 extraOperands.size() + oldMemRefRank + symbolOperands.size()); in replaceAllMemRefUsesWith() 292 oldMemRef, newMemRef, op, extraIndices, indexRemap, extraOperands, in replaceAllMemRefUsesWith()
|
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | Utils.h | 71 AffineMap indexRemap = AffineMap(), ArrayRef<Value> extraOperands = {}, 84 ArrayRef<Value> extraOperands = {},
|
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 1710 auto extraOperands = linalgOp.getAssumedNonShapedOperands(); in matchAndRewrite() local 1711 newOperands.append(extraOperands.begin(), extraOperands.end()); in matchAndRewrite()
|