Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp263 Inst *Inst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::Inst
284 Inst *SpillFillInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::SpillFillInst
293 Inst *CompareInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::CompareInst
301 Inst *CmpInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::CmpInst
308 Inst *IfInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::IfInst
317 Inst *IntrinsicInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::IntrinsicInst
331 Inst *ConstantInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::ConstantInst
361 Inst *ParameterInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::ParameterInst
369 Inst *SaveStateInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::SaveStateInst
433 Inst *TryInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::TryInst
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp394 Inst *Inst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::Inst
413 Inst *FixedInputsInst<N>::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::FixedInputsInst
432 Inst *CallInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::CallInst
444 Inst *CallIndirectInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::CallIndirectInst
451 Inst *IntrinsicInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::IntrinsicInst
467 Inst *ConstantInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::ConstantInst
497 Inst *ParameterInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::ParameterInst
505 Inst *SaveStateInst::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::SaveStateInst
518 Inst *BinaryShiftedRegisterOperation::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::BinaryShiftedRegisterOperation
526 Inst *UnaryShiftedRegisterOperation::Clone(const Graph *targetGraph) const in Clone() function in panda::compiler::UnaryShiftedRegisterOperation
[all …]
Dinst.h2733 Inst *Clone(const Graph *targetGraph) const override in Clone() function
2964 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3005 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3063 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3176 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3216 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3319 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3343 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3384 Inst *Clone(const Graph *targetGraph) const override in Clone() function
3418 Inst *Clone(const Graph *targetGraph) const override in Clone() function
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h196 MIRIntConst *Clone(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 …]
Djava_eh_lower.h28 FuncOptimizeImpl *Clone() override in Clone() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h132 Operand *Clone(MemPool &memPool) const override in Clone() function
157 Operand *Clone(MemPool &memPool) const override in Clone() function
187 Operand *Clone(MemPool &memPool) const override in Clone() function
215 Operand *Clone(MemPool &memPool) const override in Clone() function
248 Operand *Clone(MemPool &memPool) const override in Clone() function
Doperand.h249 Operand *Clone(MemPool &memPool) const override in Clone() function
546 Operand *Clone(MemPool &memPool) const override in Clone() function
833 Operand *Clone(MemPool &memPool) const override in Clone() function
1112 MemOperand *Clone(MemPool &memPool) const override in Clone() function
1455 Operand *Clone(MemPool &memPool) const override in Clone() function
1537 Operand *Clone(MemPool &memPool) const override in Clone() function
1595 Operand *Clone(MemPool &memPool) const override in Clone() function
1673 Operand *Clone(MemPool &memPool) const override in Clone() function
1718 Operand *Clone(MemPool &memPool) const override in Clone() function
1782 Operand *Clone(MemPool &memPool) 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() in Clone() function
Dclone.h64 Clone(MIRModule *mod, MemPool *memPool, MIRBuilder &builder, KlassHierarchy *kh) in Clone() function
/arkcompiler/ets_frontend/ets2panda/ir/
DtypeNode.cpp24 TypeNode *TypeNode::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::TypeNode
/arkcompiler/ets_frontend/ets2panda/ir/expressions/literals/
DnullLiteral.cpp59 NullLiteral *NullLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::NullLiteral
DcharLiteral.cpp63 CharLiteral *CharLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::CharLiteral
DnumberLiteral.cpp78 NumberLiteral *NumberLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::NumberLiteral
DundefinedLiteral.cpp60 UndefinedLiteral *UndefinedLiteral::Clone(ArenaAllocator *allocator, AstNode *parent) in Clone() function in panda::es2panda::ir::UndefinedLiteral
DbooleanLiteral.cpp60 BooleanLiteral *BooleanLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::BooleanLiteral
DbigIntLiteral.cpp60 BigIntLiteral *BigIntLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::BigIntLiteral
DregExpLiteral.cpp61 RegExpLiteral *RegExpLiteral::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::RegExpLiteral
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DsuperExpression.cpp61 SuperExpression *SuperExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::SuperExpression
DthisExpression.cpp67 ThisExpression *ThisExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::ThisExpression
DomittedExpression.cpp59 OmittedExpression *OmittedExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::OmittedExpression
DfunctionExpression.cpp66 FunctionExpression *FunctionExpression::Clone(ArenaAllocator *const allocator, AstNode *const paren… in Clone() function in panda::es2panda::ir::FunctionExpression
DawaitExpression.cpp70 AwaitExpression *AwaitExpression::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::AwaitExpression
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtemplateElement.cpp62 TemplateElement *TemplateElement::Clone(ArenaAllocator *const allocator, AstNode *const parent) in Clone() function in panda::es2panda::ir::TemplateElement
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsPackageDeclaration.cpp68 ETSPackageDeclaration *ETSPackageDeclaration::Clone(ArenaAllocator *const allocator, AstNode *const… in Clone() function in panda::es2panda::ir::ETSPackageDeclaration

1234