Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 25 of 82) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/compiler/tests/
Dif_merging_test.cpp129 …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
Ddeoptimize_elimination_test.cpp156 …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
Dchecks_elimination_test.cpp114 …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 …]
Dlowering_test.cpp1072 …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
Dredundant_loop_elimination_test.cpp640 …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/
Dinst.cpp266 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
Dgraph_cloner.h225 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/
Dgraph_cloner.h184 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()
Dinst.cpp397 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
Dinst.h2735 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/
DtypeNode.cpp27 if (auto *const clone = allocator->New<OpaqueTypeNode>(type); clone != nullptr) { in Clone() local
/arkcompiler/ets_runtime/test/aottest/exception_case14/
Dexception_case14.js29 function clone(configObject) { function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnullLiteral.cpp61 if (auto *const clone = allocator->New<NullLiteral>(); clone != nullptr) { in Clone() local
DcharLiteral.cpp65 if (auto *const clone = allocator->New<CharLiteral>(char_); clone != nullptr) { in Clone() local
DnumberLiteral.cpp80 if (auto *const clone = allocator->New<NumberLiteral>(number_); clone != nullptr) { in Clone() local
DundefinedLiteral.cpp62 if (auto *const clone = allocator->New<UndefinedLiteral>(); clone != nullptr) { in Clone() local
DbooleanLiteral.cpp62 if (auto *const clone = allocator->New<BooleanLiteral>(boolean_); clone != nullptr) { in Clone() local
DbigIntLiteral.cpp62 if (auto *const clone = allocator->New<BigIntLiteral>(src_); clone != nullptr) { in Clone() local
DregExpLiteral.cpp63 …if (auto *const clone = allocator->New<RegExpLiteral>(pattern_, flags_, flagsStr_); clone != nullp… in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DsuperExpression.cpp63 if (auto *const clone = allocator->New<SuperExpression>(); clone != nullptr) { in Clone() local
DthisExpression.cpp69 if (auto *const clone = allocator->New<ThisExpression>(); clone != nullptr) { in Clone() local
DomittedExpression.cpp61 if (auto *const clone = allocator->New<OmittedExpression>(); clone != nullptr) { in Clone() local
DfunctionExpression.cpp70 if (auto *const clone = allocator->New<FunctionExpression>(func); clone != nullptr) { in Clone() local
DawaitExpression.cpp74 if (auto *const clone = allocator->New<AwaitExpression>(argument); clone != nullptr) { in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtemplateElement.cpp64 if (auto *const clone = allocator->New<TemplateElement>(raw_, cooked_); clone != nullptr) { in Clone() local

1234