Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Transforms/
DRegionUtils.h31 void replaceAllUsesInRegionWith(Value orig, Value replacement, Region &region);
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc129 replaceAllUsesInRegionWith(extern_value, const_value->getResult(0), in OutlineWhile()
179 replaceAllUsesInRegionWith(value, arg, func_region); in OutlineWhile()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmerge_control_flow.cc226 replaceAllUsesInRegionWith( in CreateMergedIf()
231 replaceAllUsesInRegionWith( in CreateMergedIf()
Dcluster_outlining.cc78 replaceAllUsesInRegionWith(std::get<0>(p), std::get<1>(p), in BuildFunction()
Dregion_control_flow_to_functional.cc92 replaceAllUsesInRegionWith(extern_value, const_value->getResult(0), in CollectExternValues()
139 replaceAllUsesInRegionWith(it.value(), arg, func_region); in ExtractSingleBlockRegion()
Dexecutor_tpuv1_outline_tpu_island.cc132 replaceAllUsesInRegionWith(operand, newArg, outlined_func.getBody()); in runOnOperation()
Dtpu_extract_head_tail_outside_compilation.cc195 replaceAllUsesInRegionWith(std::get<0>(result), std::get<1>(result), in CreateHeadComputation()
Dtpu_cluster_formation.cc470 mlir::replaceAllUsesInRegionWith(input->getResult(0), block_arg, in ReplicateCluster()
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DKernelOutlining.cpp130 replaceAllUsesInRegionWith(std::get<0>(pair), std::get<1>(pair), in sinkOperationsIntoLaunchOp()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter.cc219 replaceAllUsesInRegionWith(ancestors[i].getInductionVar(), in HoistAndFix()
/external/llvm-project/mlir/lib/Transforms/Utils/
DRegionUtils.cpp23 void mlir::replaceAllUsesInRegionWith(Value orig, Value replacement, in replaceAllUsesInRegionWith() function in mlir
DLoopUtils.cpp1681 replaceAllUsesInRegionWith(iv, newForOp.getInductionVar(), in stripmineSink()
1716 replaceAllUsesInRegionWith(iv, newForOp.getInductionVar(), in stripmineSink()
2016 replaceAllUsesInRegionWith(loops[idx].getInductionVar(), iv, in coalesceLoops()
2087 replaceAllUsesInRegionWith(loops.getBody()->getArgument(idx), iv, in collapseParallelLoops()
2098 replaceAllUsesInRegionWith(loops.getBody()->getArgument(idx), in collapseParallelLoops()