Searched defs:IreadNode (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_nodes.h | 521 explicit IreadNode(Opcode o) : UnaryNode(o) {} in IreadNode() function 523 IreadNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in IreadNode() function 525 …IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid) : UnaryNode(o, typ), tyIdx(typeIdx),… in IreadNode() function 527 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid, BaseNode *expr) in IreadNode() function
|