Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1169 SmallVector<Value, 4> remapOutputs; in replaceAllMemRefUsesWith() local
1170 remapOutputs.reserve(oldMemRefRank); in replaceAllMemRefUsesWith()
1180 remapOutputs.push_back(afOp); in replaceAllMemRefUsesWith()
1185 remapOutputs.assign(remapOperands.begin(), remapOperands.end()); in replaceAllMemRefUsesWith()
1201 newMapOperands.append(remapOutputs.begin(), remapOutputs.end()); in replaceAllMemRefUsesWith()