Home
last modified time | relevance | path

Searched refs:replaceAllUsesInRegionWith (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DPassDetail.cpp40 replaceAllUsesInRegionWith(orig, replacement, region); in cloneConstantsIntoTheRegion()
/llvm-project-15.0.7/mlir/include/mlir/Transforms/
H A DRegionUtils.h32 void replaceAllUsesInRegionWith(Value orig, Value replacement, Region &region);
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/
H A DUtils.cpp654 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 DKernelOutlining.cpp138 replaceAllUsesInRegionWith(std::get<0>(pair), std::get<1>(pair), in sinkOperationsIntoLaunchOp()
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp24 void mlir::replaceAllUsesInRegionWith(Value orig, Value replacement, in replaceAllUsesInRegionWith() function in mlir
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1669 replaceAllUsesInRegionWith(iv, newForOp.getInductionVar(), in stripmineSink()
1814 replaceAllUsesInRegionWith(loops[idx - 1].getInductionVar(), in coalesceLoops()