Home
last modified time | relevance | path

Searched defs:CloneTree (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h81 CfiInsn *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
140 RegOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
170 ImmOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
206 SymbolOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
240 StrOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
278 LabelOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
Ddbg.h60 DbgInsn *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
121 ImmOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
Doperand.h250 RegOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
552 ImmOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
845 OfstOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1144 MemOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1524 LabelOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1611 ListOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1683 StImmOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1767 ExtendShiftOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1822 BitShiftOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1896 CommentOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
[all …]
Dinsn.h105 virtual Insn *CloneTree(MapleAllocator &allocator) const in CloneTree() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h114 virtual BaseNode *CloneTree(MapleAllocator &allocator) const in CloneTree() function
254 UnaryNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
313 TypeCvtNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
353 RetypeNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
415 ExtractbitsNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
457 GCMallocNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
497 JarrayMallocNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
536 IreadNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
600 IreadoffNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
634 IreadFPoffNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_mir_nodes.h614 AddrofSSANode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
673 IreadSSANode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
717 RegreadSSANode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_nodes.cpp1560 AsmNode *AsmNode::CloneTree(MapleAllocator &allocator) const in CloneTree() function in maple::AsmNode