Home
last modified time | relevance | path

Searched defs:numOpr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dssa_mir_nodes.h545 SSANode(Opcode op, PrimType typ, uint8 numOpr) : BaseNode(op, typ, numOpr) {} in SSANode()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_func_import.cpp471 uint8 numOpr; in ImportBlockNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h96 BaseNode(Opcode o, uint8 numOpr) in BaseNode()
104 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode()
1702 StmtNode(Opcode o, uint8 numOpr) in StmtNode()
1708 StmtNode(Opcode o, PrimType typ, uint8 numOpr) in StmtNode()
1715 …StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginal… in StmtNode()