Searched defs:remapOperands (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Transforms/Utils/ | ||
H A D | InliningUtils.cpp | 48 auto remapOperands = [&](Operation *op) { remapInlinedOperands() local |
/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | ValueMapper.cpp | 697 void MDNodeMapper::remapOperands(MDNode &N, OperandMapper mapOperand) { remapOperands() function in MDNodeMapper |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlan.cpp | 1132 static void remapOperands(VPBlockBase *Entry, VPBlockBase *NewEntry, remapOperands() function |
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/ | ||
H A D | Deserializer.cpp | 1930 auto remapOperands = [&](Operation *op) { structurize() local |
/llvm-project/mlir/lib/Dialect/Affine/Utils/ | ||
H A D | Utils.cpp | 1182 SmallVector<Value, 4> remapOperands; replaceAllMemRefUsesWith() local |