Home
last modified time | relevance | path

Searched defs:merge_node (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_cssa.cpp36 struct merge_node { struct
37 Operand value = Operand(); /* original value: can be an SSA-def or constant value */
38 uint32_t index = -1u; /* index into the vector of merge sets */
39 uint32_t defined_at = -1u; /* defining block */
45 Temp equal_anc_in = Temp(); /* within the same merge set */
46 Temp equal_anc_out = Temp(); /* from the other set we're currently trying to merge with */
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/parser/tf/
Dfunctionalize_while.cc187 auto merge_node = BlongToWhichMerge(switch_node); in IdentifyWhileNodeOutput() local
244 auto merge_node = BlongToWhichMerge(switch_node); in UpdateExitNodeUser() local
345 auto merge_node = input_node->cast<CNodePtr>(); in IdentifyCondSubgraphInput() local
484 auto merge_node = BlongToWhichMerge(switch_node); in IdentifyBodySubgraphInput() local
530 auto merge_node = BlongToWhichMerge(switch_node); in IdentifyBodySubgraphOutput() local
Dfunctionalize_cond.h36 FunctionalizeCond(FuncGraphPtr fg, CNodePtr merge_node) : fg_(fg), merge_node_(merge_node) {} in FunctionalizeCond()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dstruct_cfg_analysis.cpp47 uint32_t merge_node; in AddBlocksInFunction() member
/third_party/spirv-tools/source/opt/
Dstruct_cfg_analysis.cpp46 uint32_t merge_node; in AddBlocksInFunction() member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstruct_cfg_analysis.cpp47 uint32_t merge_node; in AddBlocksInFunction() member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/grad/jit/
Djit_grad.cc121 auto merge_node = func_graph->NewCNode(std::move(new_output_nodes)); in ModifyOutputNode() local
137 auto merge_node = jit_forward_graph->output(); in GetAddedNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/auto_grad/
Dbprop_func_graph_manager.cc122 auto merge_node = func_graph->NewCNode(std::move(new_output_nodes)); in ModifyOutputNode() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Ddp_algo_costmodel.cc56 auto merge_node = graph->CheckMergeElimination(); in GetStrategy() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/irpass/
Dbranch_culling.cc556 auto merge_node = GenerateMergeNodes( in GenerateMergeNodes() local
/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c120 } merge_node; typedef
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_btree.cc605 CordRepBtree* merge_node = ops.BuildStack(dst, depth); in Merge() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dconvert.cc2878 void DfGraphConvertor::SetMergeInput(const OpAdapterPtr &adpt, const CNodePtr &merge_node) { in SetMergeInput()