/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | scalar_analysis_simplification.cpp | 269 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 …]
|
D | scalar_analysis_nodes.h | 64 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()
|
D | scalar_analysis.cpp | 66 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/ |
D | scalar_analysis_simplification.cpp | 269 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 …]
|
D | scalar_analysis_nodes.h | 64 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()
|
D | scalar_analysis.cpp | 66 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/ |
D | scalar_analysis_simplification.cpp | 269 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 …]
|
D | scalar_analysis_nodes.h | 64 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()
|
D | scalar_analysis.cpp | 66 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/ |
D | zip_op_test.cc | 82 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()
|
D | execution_tree_test.cc | 63 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()
|
D | map_op_test.cc | 161 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 …]
|
D | ir_sampler_test.cc | 82 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()
|
D | shuffle_op_test.cc | 73 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()
|
D | cache_op_test.cc | 290 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()
|
D | random_data_op_test.cc | 230 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()
|
D | concat_op_test.cc | 90 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()
|
D | sentence_piece_vocab_op_test.cc | 83 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/ |
D | tree_adapter_lite.cc | 38 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/ |
D | view_holder.cc | 114 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/ |
D | batch_node.cc | 47 this->AddChild(child); in BatchNode() 54 this->AddChild(child); in BatchNode()
|
D | sync_wait_node.cc | 32 this->AddChild(child); in SyncWaitNode()
|
D | cache_merge_node.cc | 33 this->AddChild(child); in CacheMergeNode()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | dataset_op.cc | 58 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/ |
D | cef_xml_object.cc | 72 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
|