Searched refs:replaceAllMemRefUsesWith (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | Utils.h | 69 LogicalResult replaceAllMemRefUsesWith( 80 LogicalResult replaceAllMemRefUsesWith(Value oldMemRef, Value newMemRef,
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | Utils.cpp | 45 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()
|
D | LoopUtils.cpp | 2583 replaceAllMemRefUsesWith(memref, fastMemRef, in generateCopy()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | NormalizeMemRefs.cpp | 273 if (failed(replaceAllMemRefUsesWith(oldResult, /*newMemRef=*/newResult, in updateFunctionSignature() 368 if (failed(replaceAllMemRefUsesWith(oldMemRef, /*newMemRef=*/newMemRef, in normalizeFuncOpMemRefs() 416 if (failed(replaceAllMemRefUsesWith(oldMemRef, in normalizeFuncOpMemRefs()
|
D | PipelineDataTransfer.cpp | 108 if (failed(replaceAllMemRefUsesWith( in doubleBuffer()
|
D | LoopFusion.cpp | 866 replaceAllMemRefUsesWith(oldMemRef, newMemRef, {}, indexRemap, in createPrivateMemRef()
|
/external/llvm-project/mlir/test/Transforms/ |
D | normalize-memrefs.mlir | 113 // Symbolic operand for alloc, although unused. Tests replaceAllMemRefUsesWith
|
D | pipeline-data-transfer.mlir | 357 // dereferencing one since replaceAllMemRefUsesWith checks for escaping uses
|