| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | if_merging_test.cpp | 148 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 189 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 409 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 455 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 498 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 770 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1471 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| D | deoptimize_elimination_test.cpp | 154 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 293 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 497 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 535 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 747 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| D | checks_elimination_test.cpp | 165 …auto clone = GraphCloner(graph1, graph1->GetAllocator(), graph1->GetLocalAllocator()).CloneGraph(); in ArithmeticTest() local 474 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 513 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1147 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1169 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1820 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 1858 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 2619 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 3203 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 3686 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local [all …]
|
| D | savestate_optimization_tests.cpp | 96 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local 129 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_cloner.h | 226 auto clone = block->Clone(target_graph); in CloneBlocksAndInstructions() local 240 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *inst_count) in CloneInstructions() 280 auto clone = GetClone(inst); variable 307 auto clone = GetClone(block); in CloneEdges() local
|
| D | inst.cpp | 266 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local 287 auto clone = FixedInputsInst::Clone(targetGraph)->CastToSpillFill(); in Clone() local 296 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 304 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 311 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 364 auto clone = Inst::Clone(targetGraph)->CastToParameter(); in Clone() local 372 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); in Clone() local 440 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); in Clone() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_cloner.h | 186 auto clone = GetClone(block); in CloneEdges() local 222 auto clone = block->Clone(targetGraph); in CloneBlocksAndInstructions() local 255 auto clone = GetClone(inst); variable 338 void CloneInstructions(const BasicBlock *block, BasicBlock *clone, size_t *instCount) in CloneInstructions()
|
| D | inst.h | 2620 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 2935 auto clone = FixedInputsInst2::Clone(targetGraph); in Clone() local 3041 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3075 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3169 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3192 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3225 auto clone = FixedInputsInst::Clone(targetGraph)->CastToCastAnyTypeValue(); in Clone() local 3254 auto clone = FixedInputsInst::Clone(targetGraph)->CastToCastValueToAnyType(); in Clone() local 3282 auto clone = FixedInputsInst::Clone(targetGraph); in Clone() local 3338 auto clone = static_cast<HclassCheckInst *>(FixedInputsInst2::Clone(targetGraph)); in Clone() local [all …]
|
| D | inst.cpp | 542 auto clone = targetGraph->CreateInst(GetOpcode()); in Clone() local 560 auto clone = static_cast<FixedInputsInst *>(Inst::Clone(targetGraph)); in Clone() local 591 auto clone = Inst::Clone(targetGraph)->CastToCallIndirect(); in Clone() local 644 auto clone = FixedInputsInst::Clone(targetGraph)->CastToParameter(); in Clone() local 652 auto clone = static_cast<SaveStateInst *>(Inst::Clone(targetGraph)); in Clone() local 665 auto clone = static_cast<BinaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); in Clone() local 673 auto clone = static_cast<UnaryShiftedRegisterOperation *>(FixedInputsInst::Clone(targetGraph)); in Clone() local 734 auto clone = FixedInputsInst::Clone(targetGraph)->CastToTry(); in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | typeNode.cpp | 26 if (auto *const clone = allocator->New<OpaqueTypeNode>(type); clone != nullptr) { in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNullishTypes.cpp | 62 if (auto *const clone = allocator->New<ir::ETSUndefinedType>(); clone != nullptr) { in Clone() local 111 if (auto *const clone = allocator->New<ir::ETSNullType>(); clone != nullptr) { in Clone() local
|
| D | etsNeverType.cpp | 62 if (auto *const clone = allocator->New<ir::ETSNeverType>(); clone != nullptr) { in Clone() local
|
| D | etsStringLiteralType.cpp | 62 if (auto *const clone = allocator->New<ir::ETSStringLiteralType>(value_); clone != nullptr) { in Clone() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/compiler/ |
| D | interop_peepholes_test.cpp | 97 …auto clone = GraphCloner(GetGraph(), GetGraph()->GetAllocator(), GetGraph()->GetLocalAllocator()).… in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | identifier.cpp | 39 … if (auto *const clone = allocator->New<Identifier>(Tag {}, *this, allocator); clone != nullptr) { in Clone() local 54 … if (auto *const clone = allocator->New<Identifier>(Tag {}, *this, allocator); clone != nullptr) { in CloneReference() local
|
| D | thisExpression.cpp | 67 if (auto *const clone = allocator->New<ThisExpression>(); clone != nullptr) { in Clone() local
|
| D | superExpression.cpp | 66 if (auto *const clone = allocator->New<SuperExpression>(); 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 | regExpLiteral.cpp | 65 …if (auto *const clone = allocator->New<RegExpLiteral>(pattern_, flags_, flagsStr_); clone != nullp… in Clone() local
|
| D | stringLiteral.cpp | 64 if (auto *const clone = allocator->New<StringLiteral>(str_); clone != nullptr) { in Clone() local
|
| D | numberLiteral.cpp | 85 if (auto *const clone = allocator->New<NumberLiteral>(number_); clone != nullptr) { in Clone() local
|
| D | bigIntLiteral.cpp | 65 if (auto *const clone = allocator->New<BigIntLiteral>(src_); clone != nullptr) { in Clone() local
|
| D | undefinedLiteral.cpp | 66 if (auto *const clone = allocator->New<UndefinedLiteral>(); clone != nullptr) { in Clone() local
|
| D | nullLiteral.cpp | 64 if (auto *const clone = allocator->New<NullLiteral>(); clone != nullptr) { in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | templateElement.cpp | 67 if (auto *const clone = allocator->New<TemplateElement>(raw_, cooked_); clone != nullptr) { in Clone() local
|