Searched defs:numOpr (Results 1 – 3 of 3) 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/src/ |
| D | bin_func_import.cpp | 471 uint8 numOpr; in ImportBlockNode() local
|
| /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() 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()
|