Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DUtils.h69 LogicalResult replaceAllMemRefUsesWith(
80 LogicalResult replaceAllMemRefUsesWith(Value oldMemRef, Value newMemRef,
/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp45 LogicalResult mlir::replaceAllMemRefUsesWith(Value oldMemRef, Value newMemRef, in replaceAllMemRefUsesWith() function in mlir
220 LogicalResult mlir::replaceAllMemRefUsesWith( in replaceAllMemRefUsesWith() function in mlir
291 if (failed(replaceAllMemRefUsesWith( in replaceAllMemRefUsesWith()
416 if (failed(replaceAllMemRefUsesWith(oldMemRef, /*newMemRef=*/newAlloc, in normalizeMemRef()
DLoopUtils.cpp2583 replaceAllMemRefUsesWith(memref, fastMemRef, in generateCopy()
/external/llvm-project/mlir/lib/Transforms/
DNormalizeMemRefs.cpp273 if (failed(replaceAllMemRefUsesWith(oldResult, /*newMemRef=*/newResult, in updateFunctionSignature()
368 if (failed(replaceAllMemRefUsesWith(oldMemRef, /*newMemRef=*/newMemRef, in normalizeFuncOpMemRefs()
416 if (failed(replaceAllMemRefUsesWith(oldMemRef, in normalizeFuncOpMemRefs()
DPipelineDataTransfer.cpp108 if (failed(replaceAllMemRefUsesWith( in doubleBuffer()
DLoopFusion.cpp866 replaceAllMemRefUsesWith(oldMemRef, newMemRef, {}, indexRemap, in createPrivateMemRef()
/external/llvm-project/mlir/test/Transforms/
Dnormalize-memrefs.mlir113 // Symbolic operand for alloc, although unused. Tests replaceAllMemRefUsesWith
Dpipeline-data-transfer.mlir357 // dereferencing one since replaceAllMemRefUsesWith checks for escaping uses