Searched refs:replaceAllUsesInRegionWith (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | PassDetail.cpp | 40 replaceAllUsesInRegionWith(orig, replacement, region); in cloneConstantsIntoTheRegion()
|
| /llvm-project-15.0.7/mlir/include/mlir/Transforms/ |
| H A D | RegionUtils.h | 32 void replaceAllUsesInRegionWith(Value orig, Value replacement, Region ®ion);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/ |
| H A D | Utils.cpp | 654 replaceAllUsesInRegionWith(loops[idx].getInductionVar(), iv, in coalesceLoops() 727 replaceAllUsesInRegionWith(loops.getBody()->getArgument(idx), iv, in collapseParallelLoops() 738 replaceAllUsesInRegionWith(loops.getBody()->getArgument(idx), in collapseParallelLoops() 862 replaceAllUsesInRegionWith(iv, newForOp.getInductionVar(), in stripmineSink()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/ |
| H A D | KernelOutlining.cpp | 138 replaceAllUsesInRegionWith(std::get<0>(pair), std::get<1>(pair), in sinkOperationsIntoLaunchOp()
|
| /llvm-project-15.0.7/mlir/lib/Transforms/Utils/ |
| H A D | RegionUtils.cpp | 24 void mlir::replaceAllUsesInRegionWith(Value orig, Value replacement, in replaceAllUsesInRegionWith() function in mlir
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/ |
| H A D | LoopUtils.cpp | 1669 replaceAllUsesInRegionWith(iv, newForOp.getInductionVar(), in stripmineSink() 1814 replaceAllUsesInRegionWith(loops[idx - 1].getInductionVar(), in coalesceLoops()
|