Home
last modified time | relevance | path

Searched defs:a_node (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/common/
Dhelper.cc95 bool AnfEqualPrimitive(const AnfNodePtr &a_node, const AnfNodePtr &b_node) { in AnfEqualPrimitive()
119 bool AnfEqualValueNode(const AnfNodePtr &a_node, const AnfNodePtr &b_node) { in AnfEqualValueNode()
231 auto a_node = utils::cast<AnfNodePtr>(a); in AnfEqual() local
/third_party/mesa3d/src/intel/compiler/elk/
Delk_fs_copy_propagation.cpp65 cmp_entry_dst_entry_dst(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_dst_entry_dst()
77 cmp_entry_dst_nr(const struct rb_node *a_node, const void *b_key) in cmp_entry_dst_nr()
86 cmp_entry_src_entry_src(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_src_entry_src()
103 cmp_entry_src_nr(const struct rb_node *a_node, const void *b_key) in cmp_entry_src_nr()
/third_party/mesa3d/src/intel/compiler/
Dbrw_opt_copy_propagation.cpp65 cmp_entry_dst_entry_dst(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_dst_entry_dst()
77 cmp_entry_dst_nr(const struct rb_node *a_node, const void *b_key) in cmp_entry_dst_nr()
86 cmp_entry_src_entry_src(const struct rb_node *a_node, const struct rb_node *b_node) in cmp_entry_src_entry_src()
103 cmp_entry_src_nr(const struct rb_node *a_node, const void *b_key) in cmp_entry_src_nr()
/third_party/mesa3d/src/compiler/nir/
Dnir_from_ssa.c197 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_merge_sets() local
250 merge_node *a_node = exec_node_data(merge_node, an, node); in merge_sets_interfere() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddominator_tree.cpp238 const DominatorTreeNode* a_node = GetTreeNode(a); in Dominates() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Ddominator_tree.cpp238 const DominatorTreeNode* a_node = GetTreeNode(a); in Dominates() local
/third_party/spirv-tools/source/opt/
Ddominator_tree.cpp225 const DominatorTreeNode* a_node = GetTreeNode(a); in Dominates() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/
Dhelper.cc740 auto a_node = utils::cast<AnfNodePtr>(a); in AnfEqual() local