Searched defs:numOpr (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | ssa_mir_nodes.h | 545 SSANode(Opcode op, PrimType typ, uint8 numOpr) : BaseNode(op, typ, numOpr) {} in SSANode()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 96 BaseNode(Opcode o, uint8 numOpr) in BaseNode() 104 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() 1711 StmtNode(Opcode o, uint8 numOpr) in StmtNode() 1717 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode() 1724 …StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode()
|