Home
last modified time | relevance | path

Searched defs:add_node (Results 1 – 9 of 9) sorted by relevance

/third_party/spirv-tools/source/opt/
Dscalar_analysis.cpp157 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in CreateAddNode() local
424 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in UpdateChildNode() local
458 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in BuildGraphWithoutRecurrentTerm() local
Dloop_dependence.cpp76 if (auto add_node = node->AsSEAddNode()) { in IsInCorrectFormForGCDTest() local
96 if (auto add_node = node->AsSEAddNode()) { in GetAllTopLevelRecurrences() local
114 if (auto add_node = node->AsSEAddNode()) { in GetAllTopLevelConstants() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis.cpp157 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in CreateAddNode() local
424 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in UpdateChildNode() local
458 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in BuildGraphWithoutRecurrentTerm() local
Dloop_dependence.cpp76 if (auto add_node = node->AsSEAddNode()) { in IsInCorrectFormForGCDTest() local
96 if (auto add_node = node->AsSEAddNode()) { in GetAllTopLevelRecurrences() local
114 if (auto add_node = node->AsSEAddNode()) { in GetAllTopLevelConstants() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis.cpp157 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in CreateAddNode() local
424 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in UpdateChildNode() local
458 std::unique_ptr<SENode> add_node{new SEAddNode(this)}; in BuildGraphWithoutRecurrentTerm() local
Dloop_dependence.cpp76 if (auto add_node = node->AsSEAddNode()) { in IsInCorrectFormForGCDTest() local
96 if (auto add_node = node->AsSEAddNode()) { in GetAllTopLevelRecurrences() local
114 if (auto add_node = node->AsSEAddNode()) { in GetAllTopLevelConstants() local
/third_party/nghttp2/src/
Dshrpx_router.cc66 void Router::add_node(RNode *node, const char *pattern, size_t patlen, in add_node() function in shrpx::Router
/third_party/mindspore/mindspore/lite/test/ut/tools/optimizer/fusion/
Dconstant_folding_fusion_test.cc147 auto add_node = std::make_unique<schema::CNodeT>(); in BuildMixGraph() local
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.cc1447 auto add_node = body_func_graph->NewCNodeInOrder({NewValueNode(prim_add)}); in ParseForLoop() local