Home
last modified time | relevance | path

Searched defs:CloneTree (Results 1 – 4 of 4) 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
135 RegOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
165 ImmOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
201 SymbolOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
235 StrOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
273 LabelOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
Doperand.h250 RegOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
512 ImmOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
805 OfstOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1104 MemOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1474 LabelOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1561 ListOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1633 StImmOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1717 ExtendShiftOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1772 BitShiftOperand *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
1846 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.h116 virtual BaseNode *CloneTree(MapleAllocator &allocator) const in CloneTree() function
232 UnaryNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
285 TypeCvtNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
325 RetypeNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
369 ExtractbitsNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
421 IreadNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
511 BinaryNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
579 CompareNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
750 NaryNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
827 IntrinsicopNode *CloneTree(MapleAllocator &allocator) const override in CloneTree() function
[all …]