Searched refs:remapOperands (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | Utils.cpp | 128 SmallVector<Value, 4> remapOperands; in replaceAllMemRefUsesWith() local 129 remapOperands.reserve(extraOperands.size() + oldMemRefRank + in replaceAllMemRefUsesWith() 131 remapOperands.append(extraOperands.begin(), extraOperands.end()); in replaceAllMemRefUsesWith() 132 remapOperands.append(oldMemRefOperands.begin(), oldMemRefOperands.end()); in replaceAllMemRefUsesWith() 133 remapOperands.append(symbolOperands.begin(), symbolOperands.end()); in replaceAllMemRefUsesWith() 145 remapOperands); in replaceAllMemRefUsesWith() 151 remapOutputs.assign(remapOperands.begin(), remapOperands.end()); in replaceAllMemRefUsesWith()
|
D | InliningUtils.cpp | 47 auto remapOperands = [&](Operation *op) { in remapInlinedOperands() local 53 block.walk(remapOperands); in remapInlinedOperands()
|
/external/llvm-project/mlir/lib/IR/ |
D | Region.cpp | 108 auto remapOperands = [&](Operation *op) { in cloneInto() local 118 it->walk(remapOperands); in cloneInto()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 330 void remapOperands(MDNode &N, OperandMapper mapOperand); 595 void MDNodeMapper::remapOperands(MDNode &N, OperandMapper mapOperand) { in remapOperands() function in MDNodeMapper 710 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() 744 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 334 void remapOperands(MDNode &N, OperandMapper mapOperand); 598 void MDNodeMapper::remapOperands(MDNode &N, OperandMapper mapOperand) { in remapOperands() function in MDNodeMapper 713 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() 747 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 334 void remapOperands(MDNode &N, OperandMapper mapOperand); 588 void MDNodeMapper::remapOperands(MDNode &N, OperandMapper mapOperand) { in remapOperands() function in MDNodeMapper 701 remapOperands(*ClonedN, [this, &D, &G](Metadata *Old) { in mapNodesInPOT() 734 remapOperands(*DistinctWorklist.pop_back_val(), [this](Metadata *Old) { in map()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Deserializer.cpp | 2082 auto remapOperands = [&](Operation *op) { in structurizeImpl() local 2091 block.walk(remapOperands); in structurizeImpl()
|