Searched refs:getUsedValuesDefinedAbove (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | RegionUtils.h | 45 void getUsedValuesDefinedAbove(Region ®ion, Region &limit, 50 void getUsedValuesDefinedAbove(MutableArrayRef<Region> regions,
|
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
D | KernelOutlining.cpp | 112 getUsedValuesDefinedAbove(launchOpBody, sinkCandidates); in sinkOperationsIntoLaunchOp() 149 getUsedValuesDefinedAbove(launchOpBody, operands); in outlineKernelFuncImpl()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | cluster_outlining.cc | 105 getUsedValuesDefinedAbove(cluster_op.body(), cluster_op.body(), live_ins); in OutlineCluster()
|
D | executor_tpuv1_outline_tpu_island.cc | 91 getUsedValuesDefinedAbove(island_op.body(), operands); in runOnOperation()
|
D | region_control_flow_to_functional.cc | 81 getUsedValuesDefinedAbove(*region, region_extern_values); in CollectExternValues()
|
D | resource_op_lifting.cc | 365 getUsedValuesDefinedAbove(op_->getRegions(), all_resources); in Analyze()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | RegionUtils.cpp | 58 void mlir::getUsedValuesDefinedAbove(Region ®ion, Region &limit, in getUsedValuesDefinedAbove() function in mlir 65 void mlir::getUsedValuesDefinedAbove(MutableArrayRef<Region> regions, in getUsedValuesDefinedAbove() function in mlir 68 getUsedValuesDefinedAbove(region, region, values); in getUsedValuesDefinedAbove()
|
/external/llvm-project/mlir/lib/Dialect/SCF/Transforms/ |
D | Utils.cpp | 95 getUsedValuesDefinedAbove(ifOrElseRegion, captures); in outlineIfOp()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_control_flow.cc | 220 getUsedValuesDefinedAbove(region, region, implicit_inputs); in TupleImplicitInputs() 320 getUsedValuesDefinedAbove(op.getOperation()->getRegions(), implicit_inputs); in LowerWhileRegion()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | while_loop_outline.cc | 117 getUsedValuesDefinedAbove(*it.value(), region_extern_values); in OutlineWhile()
|
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 479 getUsedValuesDefinedAbove(execute.body(), functionInputs); in outlineExecuteOp()
|