Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DUtils.h219 LogicalResult replaceAllMemRefUsesWith(
230 LogicalResult replaceAllMemRefUsesWith(Value oldMemRef, Value newMemRef,
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp274 if (failed(replaceAllMemRefUsesWith(oldResult, /*newMemRef=*/newResult, in updateFunctionSignature()
371 if (failed(replaceAllMemRefUsesWith(oldMemRef, /*newMemRef=*/newMemRef, in normalizeFuncOpMemRefs()
420 if (failed(replaceAllMemRefUsesWith(oldMemRef, in normalizeFuncOpMemRefs()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DPipelineDataTransfer.cpp107 if (failed(replaceAllMemRefUsesWith( in doubleBuffer()
H A DLoopFusion.cpp980 replaceAllMemRefUsesWith(oldMemRef, newMemRef, {}, indexRemap, in createPrivateMemRef()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp1076 LogicalResult mlir::replaceAllMemRefUsesWith(Value oldMemRef, Value newMemRef, in replaceAllMemRefUsesWith() function in mlir
1254 LogicalResult mlir::replaceAllMemRefUsesWith( in replaceAllMemRefUsesWith() function in mlir
1332 if (failed(replaceAllMemRefUsesWith( in replaceAllMemRefUsesWith()
1713 if (failed(replaceAllMemRefUsesWith(oldMemRef, /*newMemRef=*/newAlloc, in normalizeMemRef()
H A DLoopUtils.cpp2311 (void)replaceAllMemRefUsesWith(memref, fastMemRef, in generateCopy()
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dnormalize-memrefs.mlir113 // Symbolic operand for alloc, although unused. Tests replaceAllMemRefUsesWith
H A Dpipeline-data-transfer.mlir352 // dereferencing one since replaceAllMemRefUsesWith checks for escaping uses