Home
last modified time | relevance | path

Searched refs:AddChild (Results 1 – 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dscalar_analysis_simplification.cpp269 new_node->AddChild(child); in GatherAccumulatorsFromChildNodes()
283 new_node->AddChild(child); in GatherAccumulatorsFromChildNodes()
323 new_add->AddChild(analysis_.CreateConstant(constant_accumulator_)); in SimplifyPolynomial()
334 new_add->AddChild(term); in SimplifyPolynomial()
340 new_add->AddChild(analysis_.CreateNegation(term)); in SimplifyPolynomial()
347 new_add->AddChild( in SimplifyPolynomial()
355 new_add->AddChild(UpdateCoefficient(term->AsSERecurrentNode(), count)); in SimplifyPolynomial()
402 new_node->AddChild(child); in FoldRecurrentAddExpressions()
421 new_coefficient->AddChild(node->GetCoefficient()); in FoldRecurrentAddExpressions()
422 new_offset->AddChild(node->GetOffset()); in FoldRecurrentAddExpressions()
[all …]
Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() function
227 inline void AddChild(SENode*) final { in AddChild() function
250 SENode::AddChild(child); in AddCoefficient()
255 SENode::AddChild(child); in AddOffset()
Dscalar_analysis.cpp66 negation_node->AddChild(operand); in CreateNegation()
126 multiply_node->AddChild(operand_1); in CreateMultiplyNode()
127 multiply_node->AddChild(operand_2); in CreateMultiplyNode()
159 add_node->AddChild(operand_1); in CreateAddNode()
160 add_node->AddChild(operand_2); in CreateAddNode()
426 add_node->AddChild(child); in UpdateChildNode()
460 add_node->AddChild(child); in BuildGraphWithoutRecurrentTerm()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp269 new_node->AddChild(child); in GatherAccumulatorsFromChildNodes()
283 new_node->AddChild(child); in GatherAccumulatorsFromChildNodes()
323 new_add->AddChild(analysis_.CreateConstant(constant_accumulator_)); in SimplifyPolynomial()
334 new_add->AddChild(term); in SimplifyPolynomial()
340 new_add->AddChild(analysis_.CreateNegation(term)); in SimplifyPolynomial()
347 new_add->AddChild( in SimplifyPolynomial()
355 new_add->AddChild(UpdateCoefficient(term->AsSERecurrentNode(), count)); in SimplifyPolynomial()
402 new_node->AddChild(child); in FoldRecurrentAddExpressions()
421 new_coefficient->AddChild(node->GetCoefficient()); in FoldRecurrentAddExpressions()
422 new_offset->AddChild(node->GetOffset()); in FoldRecurrentAddExpressions()
[all …]
Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() function
227 inline void AddChild(SENode*) final { in AddChild() function
250 SENode::AddChild(child); in AddCoefficient()
255 SENode::AddChild(child); in AddOffset()
Dscalar_analysis.cpp66 negation_node->AddChild(operand); in CreateNegation()
126 multiply_node->AddChild(operand_1); in CreateMultiplyNode()
127 multiply_node->AddChild(operand_2); in CreateMultiplyNode()
159 add_node->AddChild(operand_1); in CreateAddNode()
160 add_node->AddChild(operand_2); in CreateAddNode()
426 add_node->AddChild(child); in UpdateChildNode()
460 add_node->AddChild(child); in BuildGraphWithoutRecurrentTerm()
/third_party/spirv-tools/source/opt/
Dscalar_analysis_simplification.cpp269 new_node->AddChild(child); in GatherAccumulatorsFromChildNodes()
283 new_node->AddChild(child); in GatherAccumulatorsFromChildNodes()
323 new_add->AddChild(analysis_.CreateConstant(constant_accumulator_)); in SimplifyPolynomial()
334 new_add->AddChild(term); in SimplifyPolynomial()
340 new_add->AddChild(analysis_.CreateNegation(term)); in SimplifyPolynomial()
347 new_add->AddChild( in SimplifyPolynomial()
355 new_add->AddChild(UpdateCoefficient(term->AsSERecurrentNode(), count)); in SimplifyPolynomial()
402 new_node->AddChild(child); in FoldRecurrentAddExpressions()
421 new_coefficient->AddChild(node->GetCoefficient()); in FoldRecurrentAddExpressions()
422 new_offset->AddChild(node->GetOffset()); in FoldRecurrentAddExpressions()
[all …]
Dscalar_analysis_nodes.h64 virtual inline void AddChild(SENode* child) { in AddChild() function
227 inline void AddChild(SENode*) final { in AddChild() function
250 SENode::AddChild(child); in AddCoefficient()
255 SENode::AddChild(child); in AddOffset()
Dscalar_analysis.cpp66 negation_node->AddChild(operand); in CreateNegation()
126 multiply_node->AddChild(operand_1); in CreateMultiplyNode()
127 multiply_node->AddChild(operand_2); in CreateMultiplyNode()
159 add_node->AddChild(operand_1); in CreateAddNode()
160 add_node->AddChild(operand_2); in CreateAddNode()
426 add_node->AddChild(child); in UpdateChildNode()
460 add_node->AddChild(child); in BuildGraphWithoutRecurrentTerm()
/third_party/mindspore/tests/ut/cpp/dataset/
Dzip_op_test.cc82 rc = zip_op->AddChild(std::move(my_tfreader_op)); in TEST_F()
84 rc = zip_op->AddChild(std::move(my_tfreader_op2)); in TEST_F()
167 rc = zip_op->AddChild(std::move(my_tfreader_op)); in TEST_F()
171 rc = zip_op->AddChild(std::move(my_tfreader_op2)); in TEST_F()
179 rc = my_repeat_op->AddChild(zip_op); in TEST_F()
Dexecution_tree_test.cc63 parent_op->AddChild(std::move(leaf_op1)); in TEST_F()
64 parent_op->AddChild(std::move(leaf_op2)); in TEST_F()
68 root_op->AddChild(parent_op); in TEST_F()
Dmap_op_test.cc161 rc = my_map_op->AddChild(my_tfreader_op); in TEST_F()
213 rc = my_map_op->AddChild(my_tfreader_op); in TEST_F()
274 rc = my_project_op->AddChild(my_map_op); in TEST_F()
277 rc = my_map_op->AddChild(my_tfreader_op); in TEST_F()
353 rc = my_map_op->AddChild(my_tfreader_op); in TEST_F()
415 rc = my_map_op->AddChild(my_repeat_op); in TEST_F()
420 rc = my_repeat_op->AddChild(my_tfreader_op); in TEST_F()
477 rc = my_repeat_op->AddChild(my_map_op); in TEST_F()
482 rc = my_map_op->AddChild(my_tfreader_op); in TEST_F()
550 rc = my_map_decode_op->AddChild(my_tfreader_op); in TEST_F()
[all …]
Dir_sampler_test.cc82 sampler_rt2->AddChild(sampler_rt1); in TEST_F()
95 sampler_rt4->AddChild(sampler_rt3); in TEST_F()
108 sampler_rt6->AddChild(sampler_rt5); in TEST_F()
Dshuffle_op_test.cc73 rc = my_shuffle_op->AddChild(my_tfreader_op); in TEST_F()
144 rc = my_shuffle_op->AddChild(my_tfreader_op); in TEST_F()
213 rc = my_shuffle_op->AddChild(my_tfreader_op); in TEST_F()
291 rc = my_repeat_op->AddChild(my_shuffle_op); in TEST_F()
295 rc = my_shuffle_op->AddChild(my_tfreader_op); in TEST_F()
Dcache_op_test.cc290 rc = myRepeatOp->AddChild(myCacheOp); in TEST_F()
295 rc = myCacheOp->AddChild(myRandomDataOp); in TEST_F()
403 rc = myRepeatOp->AddChild(myCacheOp); in TEST_F()
408 rc = myCacheOp->AddChild(myRandomDataOp); in TEST_F()
503 rc = myRepeatOp->AddChild(myMergeOp); in TEST_F()
507 rc = myMergeOp->AddChild(myLookupOp); in TEST_F()
511 rc = myMergeOp->AddChild(so); in TEST_F()
Drandom_data_op_test.cc230 rc = myRepeatOp->AddChild(myRandomDataOp); in TEST_F()
302 rc = myRepeatOp->AddChild(myRandomDataOp); in TEST_F()
379 rc = myRepeatOp->AddChild(myShuffleOp); in TEST_F()
384 rc = myShuffleOp->AddChild(myRandomDataOp); in TEST_F()
Dconcat_op_test.cc90 rc = concat_op->AddChild(std::move(my_tfreader_op1)); in TEST_F()
92 rc = concat_op->AddChild(std::move(my_tfreader_op2)); in TEST_F()
Dsentence_piece_vocab_op_test.cc83 rc = spv_op->AddChild(file_op); in TEST_F()
141 rc = spv_op->AddChild(file_op); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Dtree_adapter_lite.cc38 RETURN_IF_NOT_OK(ops[i - 1]->AddChild(ops[i])); in BuildExecutionTreeRecur()
46 RETURN_IF_NOT_OK(ops.back()->AddChild(child_op)); // append children to the last of ops in BuildExecutionTreeRecur()
/third_party/flutter/engine/flutter/flow/
Dview_holder.cc114 opacity_node_->AddChild(*entity_node_); in UpdateScene()
125 context.top_entity()->entity_node().AddChild(*opacity_node_); in UpdateScene()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dbatch_node.cc47 this->AddChild(child); in BatchNode()
54 this->AddChild(child); in BatchNode()
Dsync_wait_node.cc32 this->AddChild(child); in SyncWaitNode()
Dcache_merge_node.cc33 this->AddChild(child); in CacheMergeNode()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddataset_op.cc58 Status DatasetOp::AddChild(std::shared_ptr<DatasetOp> child) { in AddChild() function in mindspore::dataset::DatasetOp
106 RETURN_IF_NOT_OK(prev_parent->AddChild(to_add)); in InsertAsParent()
108 RETURN_IF_NOT_OK(to_add->AddChild(shared_from_this())); in InsertAsParent()
/third_party/cef/libcef_dll/wrapper/
Dcef_xml_object.cc72 cur_object->AddChild(new_object); in Load()
198 AddChild((*it)->Duplicate()); in Append()
363 bool CefXmlObject::AddChild(CefRefPtr<CefXmlObject> child) { in AddChild() function in CefXmlObject

123