Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp49 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/
DUtils.h71 AffineMap indexRemap = AffineMap(), ArrayRef<Value> extraOperands = {},
84 ArrayRef<Value> extraOperands = {},
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp1710 auto extraOperands = linalgOp.getAssumedNonShapedOperands(); in matchAndRewrite() local
1711 newOperands.append(extraOperands.begin(), extraOperands.end()); in matchAndRewrite()