| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.cpp | 263 Inst *Inst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::Inst 285 Inst *SpillFillInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::SpillFillInst 294 Inst *CompareInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::CompareInst 302 Inst *CmpInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::CmpInst 309 Inst *IfInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::IfInst 318 Inst *IntrinsicInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::IntrinsicInst 332 Inst *ConstantInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::ConstantInst 362 Inst *ParameterInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::ParameterInst 370 Inst *SaveStateInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::SaveStateInst 438 Inst *TryInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::TryInst
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_const.h | 196 MIRIntConst *Clone([[maybe_unused]] MemPool &memPool) const override in Clone() function 246 MIRAddrofConst *Clone(MemPool &memPool) const override in Clone() function 272 MIRAddroffuncConst *Clone(MemPool &memPool) const override in Clone() function 290 MIRLblConst *Clone(MemPool &memPool) const override in Clone() function 321 MIRStrConst *Clone(MemPool &memPool) const override in Clone() function 356 MIRStr16Const *Clone(MemPool &memPool) const override in Clone() function 437 MIRFloatConst *Clone(MemPool &memPool) const override in Clone() function 518 MIRDoubleConst *Clone(MemPool &memPool) const override in Clone() function 568 MIRFloat128Const *Clone(MemPool &memPool) const override in Clone() function 664 MIRAggConst *Clone(MemPool &memPool) const override in Clone() function [all …]
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.cpp | 539 Inst *Inst::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::Inst 558 Inst *FixedInputsInst<N>::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::FixedInputsInst 577 Inst *CallInst::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::CallInst 589 Inst *CallIndirectInst::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::CallIndirectInst 596 Inst *IntrinsicInst::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::IntrinsicInst 612 Inst *ConstantInst::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::ConstantInst 642 Inst *ParameterInst::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::ParameterInst 650 Inst *SaveStateInst::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::SaveStateInst 663 Inst *BinaryShiftedRegisterOperation::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::BinaryShiftedRegisterOperation 671 Inst *UnaryShiftedRegisterOperation::Clone(const Graph *targetGraph) const in Clone() function in ark::compiler::UnaryShiftedRegisterOperation [all …]
|
| D | inst.h | 2608 Inst *Clone(const Graph *targetGraph) const override in Clone() function 2827 Inst *Clone(const Graph *targetGraph) const override in Clone() function 2866 Inst *Clone(const Graph *targetGraph) const override in Clone() function 2919 Inst *Clone(const Graph *targetGraph) const override in Clone() function 3025 Inst *Clone(const Graph *targetGraph) const override in Clone() function 3059 Inst *Clone(const Graph *targetGraph) const override in Clone() function 3153 Inst *Clone(const Graph *targetGraph) const override in Clone() function 3176 Inst *Clone(const Graph *targetGraph) const override in Clone() function 3209 Inst *Clone(const Graph *targetGraph) const override in Clone() function 3238 Inst *Clone(const Graph *targetGraph) const override in Clone() function [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | class_init.h | 28 FuncOptimizeImpl *Clone() override in Clone() function
|
| D | constantfold.h | 42 FuncOptimizeImpl *Clone() override in Clone() function
|
| D | clone.h | 64 Clone(MIRModule *mod, MemPool *memPool, MIRBuilder &builder, KlassHierarchy *kh) in Clone() function
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | typeNode.cpp | 23 TypeNode *TypeNode::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::TypeNode
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cfi.h | 145 Operand *Clone(MemPool &memPool) const override in Clone() function 176 Operand *Clone(MemPool &memPool) const override in Clone() function 212 Operand *Clone(MemPool &memPool) const override in Clone() function 245 Operand *Clone(MemPool &memPool) const override in Clone() function 283 Operand *Clone(MemPool &memPool) const override in Clone() function
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsNullishTypes.cpp | 60 ETSUndefinedType *ETSUndefinedType::Clone(ArenaAllocator *allocator, AstNode *parent) in Clone() function in ark::es2panda::ir::ETSUndefinedType 109 ETSNullType *ETSNullType::Clone(ArenaAllocator *allocator, AstNode *parent) in Clone() function in ark::es2panda::ir::ETSNullType
|
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| D | scriptFunctionSignature.cpp | 61 FunctionSignature FunctionSignature::Clone(ArenaAllocator *allocator) in Clone() function in ark::es2panda::ir::FunctionSignature
|
| D | templateElement.cpp | 65 TemplateElement *TemplateElement::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::TemplateElement
|
| D | metaProperty.cpp | 78 MetaProperty *MetaProperty::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::MetaProperty
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | omittedExpression.cpp | 62 OmittedExpression *OmittedExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::OmittedExpression
|
| D | thisExpression.cpp | 65 ThisExpression *ThisExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::ThisExpression
|
| D | superExpression.cpp | 64 SuperExpression *SuperExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::SuperExpression
|
| D | importExpression.cpp | 67 ImportExpression *ImportExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::ImportExpression
|
| D | yieldExpression.cpp | 73 YieldExpression *YieldExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::YieldExpression
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/ |
| D | bigIntLiteral.cpp | 63 BigIntLiteral *BigIntLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::BigIntLiteral
|
| D | undefinedLiteral.cpp | 64 UndefinedLiteral *UndefinedLiteral::Clone(ArenaAllocator *allocator, AstNode *parent) in Clone() function in ark::es2panda::ir::UndefinedLiteral
|
| D | charLiteral.cpp | 63 CharLiteral *CharLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::CharLiteral
|
| D | nullLiteral.cpp | 62 NullLiteral *NullLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::NullLiteral
|
| D | regExpLiteral.cpp | 63 RegExpLiteral *RegExpLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::RegExpLiteral
|
| D | numberLiteral.cpp | 80 NumberLiteral *NumberLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::NumberLiteral
|
| D | booleanLiteral.cpp | 63 BooleanLiteral *BooleanLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::BooleanLiteral
|