Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp47 ArrayRef<Value> extraIndices, in replaceAllMemRefUsesWith() argument
61 assert(indexRemap.getNumResults() + extraIndices.size() == newMemRefRank); in replaceAllMemRefUsesWith()
63 assert(oldMemRefRank + extraIndices.size() == newMemRefRank); in replaceAllMemRefUsesWith()
158 for (Value extraIndex : extraIndices) { in replaceAllMemRefUsesWith()
183 state.operands.reserve(op->getNumOperands() + extraIndices.size()); in replaceAllMemRefUsesWith()
221 Value oldMemRef, Value newMemRef, ArrayRef<Value> extraIndices, in replaceAllMemRefUsesWith() argument
235 assert(indexRemap.getNumResults() + extraIndices.size() == newMemRefRank); in replaceAllMemRefUsesWith()
237 assert(oldMemRefRank + extraIndices.size() == newMemRefRank); in replaceAllMemRefUsesWith()
292 oldMemRef, newMemRef, op, extraIndices, indexRemap, extraOperands, in replaceAllMemRefUsesWith()
/external/llvm-project/mlir/include/mlir/Transforms/
DUtils.h70 Value oldMemRef, Value newMemRef, ArrayRef<Value> extraIndices = {},
82 ArrayRef<Value> extraIndices = {},