Searched refs:replaceAllMemRefUsesWith (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/ |
| H A D | Utils.h | 219 LogicalResult replaceAllMemRefUsesWith( 230 LogicalResult replaceAllMemRefUsesWith(Value oldMemRef, Value newMemRef,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/ |
| H A D | NormalizeMemRefs.cpp | 274 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 D | PipelineDataTransfer.cpp | 107 if (failed(replaceAllMemRefUsesWith( in doubleBuffer()
|
| H A D | LoopFusion.cpp | 980 replaceAllMemRefUsesWith(oldMemRef, newMemRef, {}, indexRemap, in createPrivateMemRef()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | Utils.cpp | 1076 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 D | LoopUtils.cpp | 2311 (void)replaceAllMemRefUsesWith(memref, fastMemRef, in generateCopy()
|
| /llvm-project-15.0.7/mlir/test/Transforms/ |
| H A D | normalize-memrefs.mlir | 113 // Symbolic operand for alloc, although unused. Tests replaceAllMemRefUsesWith
|
| H A D | pipeline-data-transfer.mlir | 352 // dereferencing one since replaceAllMemRefUsesWith checks for escaping uses
|