| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | if_merging_test.cpp | 129 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 170 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 384 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 430 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 473 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 727 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1406 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| D | deoptimize_elimination_test.cpp | 156 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 295 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 479 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 517 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 709 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 903 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 936 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| D | checks_elimination_test.cpp | 114 …auto clone = GraphCloner(graph1, graph1->GetAllocator(), graph1->GetLocalAllocator()).CloneGraph(); in ArithmeticTest() local 376 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 415 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1028 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1050 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1658 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1696 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 2411 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 2965 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 3428 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local [all …]
|
| D | lowering_test.cpp | 1072 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 1211 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 1374 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 1482 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 1621 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 1752 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 1879 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 1976 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 2058 …auto clone = GraphCloner(graph, GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).Clone… in TEST_F() local 2108 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| D | redundant_loop_elimination_test.cpp | 640 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 665 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.cpp | 266 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local 286 auto clone = FixedInputsInst::Clone(targetGraph)->CastToSpillFill(); in Clone() local 295 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 303 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 310 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 363 auto clone = Inst::Clone(targetGraph)->CastToParameter(); in Clone() local 371 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); in Clone() local 435 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); in Clone() local
|
| D | graph_cloner.h | 225 auto clone = block->Clone(target_graph); in CloneBlocksAndInstructions() local 239 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions() 279 auto clone = GetClone(inst); variable 306 auto clone = GetClone(block); in CloneEdges() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_cloner.h | 184 auto clone = GetClone(block); in CloneEdges() local 212 auto clone = block->Clone(targetGraph); in CloneBlocksAndInstructions() local 233 auto clone = GetClone(inst); variable 311 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *instCount) in CloneInstructions()
|
| D | inst.cpp | 397 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local 415 auto clone = static_cast<FixedInputsInst *>(Inst::Clone(targetGraph)); in Clone() local 446 auto clone = Inst::Clone(targetGraph)->CastToCallIndirect(); in Clone() local 499 auto clone = Inst::Clone(targetGraph)->CastToParameter(); in Clone() local 507 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); in Clone() local 520 auto clone = static_cast<BinaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); in Clone() local 528 auto clone = static_cast<UnaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); in Clone() local 589 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); in Clone() local
|
| D | inst.h | 2735 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3065 auto clone = FixedInputsInst2::Clone(targetGraph); in Clone() local 3178 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3218 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3321 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3345 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3386 auto clone = FixedInputsInst::Clone(targetGraph)->CastToCastAnyTypeValue(); in Clone() local 3420 auto clone = FixedInputsInst::Clone(targetGraph)->CastToCastValueToAnyType(); in Clone() local 3454 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3516 auto clone = static_cast<HclassCheckInst *>(FixedInputsInst2::Clone(targetGraph)); in Clone() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | typeNode.cpp | 27 if (auto *const clone = allocator->New<OpaqueTypeNode>(type); clone != nullptr) { in Clone() local
|
| /arkcompiler/ets_runtime/test/aottest/exception_case14/ |
| D | exception_case14.js | 29 function clone(configObject) { function
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | nullLiteral.cpp | 61 if (auto *const clone = allocator->New<NullLiteral>(); clone != nullptr) { in Clone() local
|
| D | charLiteral.cpp | 65 if (auto *const clone = allocator->New<CharLiteral>(char_); clone != nullptr) { in Clone() local
|
| D | numberLiteral.cpp | 80 if (auto *const clone = allocator->New<NumberLiteral>(number_); clone != nullptr) { in Clone() local
|
| D | undefinedLiteral.cpp | 62 if (auto *const clone = allocator->New<UndefinedLiteral>(); clone != nullptr) { in Clone() local
|
| D | booleanLiteral.cpp | 62 if (auto *const clone = allocator->New<BooleanLiteral>(boolean_); clone != nullptr) { in Clone() local
|
| D | bigIntLiteral.cpp | 62 if (auto *const clone = allocator->New<BigIntLiteral>(src_); clone != nullptr) { in Clone() local
|
| D | regExpLiteral.cpp | 63 …if (auto *const clone = allocator->New<RegExpLiteral>(pattern_, flags_, flagsStr_); clone != nullp… in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | superExpression.cpp | 63 if (auto *const clone = allocator->New<SuperExpression>(); clone != nullptr) { in Clone() local
|
| D | thisExpression.cpp | 69 if (auto *const clone = allocator->New<ThisExpression>(); clone != nullptr) { in Clone() local
|
| D | omittedExpression.cpp | 61 if (auto *const clone = allocator->New<OmittedExpression>(); clone != nullptr) { in Clone() local
|
| D | functionExpression.cpp | 70 if (auto *const clone = allocator->New<FunctionExpression>(func); clone != nullptr) { in Clone() local
|
| D | awaitExpression.cpp | 74 if (auto *const clone = allocator->New<AwaitExpression>(argument); clone != nullptr) { in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | templateElement.cpp | 64 if (auto *const clone = allocator->New<TemplateElement>(raw_, cooked_); clone != nullptr) { in Clone() local
|