Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1162 SmallVector<Value, 4> remapOperands; in replaceAllMemRefUsesWith() local
1163 remapOperands.reserve(extraOperands.size() + oldMemRefRank + in replaceAllMemRefUsesWith()
1165 remapOperands.append(extraOperands.begin(), extraOperands.end()); in replaceAllMemRefUsesWith()
1166 remapOperands.append(oldMemRefOperands.begin(), oldMemRefOperands.end()); in replaceAllMemRefUsesWith()
1167 remapOperands.append(symbolOperands.begin(), symbolOperands.end()); in replaceAllMemRefUsesWith()
1179 remapOperands); in replaceAllMemRefUsesWith()
1185 remapOutputs.assign(remapOperands.begin(), remapOperands.end()); in replaceAllMemRefUsesWith()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp47 auto remapOperands = [&](Operation *op) { in remapInlinedOperands() local
53 block.walk(remapOperands); in remapInlinedOperands()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp334 void remapOperands(MDNode &N, OperandMapper mapOperand);
641 void MDNodeMapper::remapOperands(MDNode &N, OperandMapper mapOperand) { in remapOperands() function in MDNodeMapper
759 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT()
798 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1767 auto remapOperands = [&](Operation *op) { in structurize() local
1776 block.walk(remapOperands); in structurize()