Searched refs:numOpr (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_nodes.h | 98 BaseNode(Opcode o, uint8 numOpr) in BaseNode() argument 103 numOpnds = numOpr; in BaseNode() 106 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() argument 111 numOpnds = numOpr; in BaseNode() 1029 StmtNode(Opcode o, uint8 numOpr) in StmtNode() argument 1030 : BaseNode(o, numOpr), PtrListNodeBase(), stmtID(stmtIDNext), stmtOriginalID(stmtIDNext) in StmtNode() 1035 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode() argument 1036 : BaseNode(o, typ, numOpr), PtrListNodeBase(), stmtID(stmtIDNext), stmtOriginalID(stmtIDNext) in StmtNode() 1042 StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginalID, in StmtNode() argument 1044 : BaseNode(o, typ, numOpr), in StmtNode() [all...] |
Completed in 3 milliseconds