Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h248 …ScalarMeExpr(int32 exprid, OriginalSt *origSt, uint32 vidx, MeExprOp meop, Opcode o, PrimType ptyp) in ScalarMeExpr()
429 VarMeExpr(int32 exprid, OriginalSt *ost, size_t vidx, PrimType ptyp) in VarMeExpr()
744 SizeoftypeMeExpr(int32 exprid, PrimType t, TyIdx idx) in SizeoftypeMeExpr()
772 FieldsDistMeExpr(int32 exprid, PrimType t, TyIdx idx, FieldID f1, FieldID f2) in FieldsDistMeExpr()
813 AddrofMeExpr(int32 exprid, PrimType t, OStIdx idx) in AddrofMeExpr()
894 AddroflabelMeExpr(int32 exprid, LabelIdx lidx) in AddroflabelMeExpr()
925 …GcmallocMeExpr(int32 exprid, Opcode o, PrimType t, TyIdx tyid) : MeExpr(exprid, kMeOpGcmalloc, o, … in GcmallocMeExpr()
1135 IvarMeExpr(MapleAllocator *alloc, int32 exprid, PrimType t, TyIdx tidx, FieldID fid, Opcode op) in IvarMeExpr()
1140 IvarMeExpr(MapleAllocator *alloc, int32 exprid, PrimType t, TyIdx tidx, FieldID fid) in IvarMeExpr()
1145 IvarMeExpr(MapleAllocator *alloc, int32 exprid, const IvarMeExpr &ivarme) in IvarMeExpr()