Home
last modified time | relevance | path

Searched defs:Clone (Results 1 – 25 of 109) sorted by relevance

12345

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp263 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/
Dmir_const.h196 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/
Dinst.cpp539 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 …]
Dinst.h2608 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/
Dclass_init.h28 FuncOptimizeImpl *Clone() override in Clone() function
Dconstantfold.h42 FuncOptimizeImpl *Clone() override in Clone() function
Dclone.h64 Clone(MIRModule *mod, MemPool *memPool, MIRBuilder &builder, KlassHierarchy *kh) in Clone() function
/arkcompiler/ets_frontend/ets2panda/ir/
DtypeNode.cpp23 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/
Dcfi.h145 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/
DetsNullishTypes.cpp60 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/
DscriptFunctionSignature.cpp61 FunctionSignature FunctionSignature::Clone(ArenaAllocator *allocator) in Clone() function in ark::es2panda::ir::FunctionSignature
DtemplateElement.cpp65 TemplateElement *TemplateElement::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::TemplateElement
DmetaProperty.cpp78 MetaProperty *MetaProperty::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::MetaProperty
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DomittedExpression.cpp62 OmittedExpression *OmittedExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::OmittedExpression
DthisExpression.cpp65 ThisExpression *ThisExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::ThisExpression
DsuperExpression.cpp64 SuperExpression *SuperExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::SuperExpression
DimportExpression.cpp67 ImportExpression *ImportExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::ImportExpression
DyieldExpression.cpp73 YieldExpression *YieldExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::YieldExpression
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DbigIntLiteral.cpp63 BigIntLiteral *BigIntLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::BigIntLiteral
DundefinedLiteral.cpp64 UndefinedLiteral *UndefinedLiteral::Clone(ArenaAllocator *allocator, AstNode *parent) in Clone() function in ark::es2panda::ir::UndefinedLiteral
DcharLiteral.cpp63 CharLiteral *CharLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::CharLiteral
DnullLiteral.cpp62 NullLiteral *NullLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::NullLiteral
DregExpLiteral.cpp63 RegExpLiteral *RegExpLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::RegExpLiteral
DnumberLiteral.cpp80 NumberLiteral *NumberLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::NumberLiteral
DbooleanLiteral.cpp63 BooleanLiteral *BooleanLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in ark::es2panda::ir::BooleanLiteral

12345