Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DUtils.h221 AffineMap indexRemap = AffineMap(), ArrayRef<Value> extraOperands = {},
234 ArrayRef<Value> extraOperands = {},
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1080 ArrayRef<Value> extraOperands, in replaceAllMemRefUsesWith() argument
1091 extraOperands.size() + oldMemRefRank + symbolOperands.size()); in replaceAllMemRefUsesWith()
1163 remapOperands.reserve(extraOperands.size() + oldMemRefRank + in replaceAllMemRefUsesWith()
1165 remapOperands.append(extraOperands.begin(), extraOperands.end()); in replaceAllMemRefUsesWith()
1256 AffineMap indexRemap, ArrayRef<Value> extraOperands, in replaceAllMemRefUsesWith() argument
1268 extraOperands.size() + oldMemRefRank + symbolOperands.size()); in replaceAllMemRefUsesWith()
1333 oldMemRef, newMemRef, op, extraIndices, indexRemap, extraOperands, in replaceAllMemRefUsesWith()