Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp173 auto *rhsType = constituentType; in GenInstanceofExpr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp773 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectDassign() local
815 PrimType rhsType = stmt.GetRHS()->GetPrimType(); in SelectIassign() local
890 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local
930 PrimType rhsType = expr.GetPrimType(); in SelectRegread() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp789 auto const *rhsType = node->AsBinaryExpression()->Right()->TsType()->AsETSObjectType(); in EmitIsInstance() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1487 PrimType rhsType = stmt.Opnd(0)->GetPrimType(); in SelectRegassign() local
1672 MIRType *rhsType = rhsSymbol->GetType(); in SelectAggDassign() local
1806 MIRType *rhsType = static_cast<MIRStructType *>( in SelectAggDassign() local
2431 MIRType *rhsType = rhsSymbol->GetType(); in SelectAggIassign() local
2633 MIRType *rhsType = static_cast<MIRStructType *>( in SelectAggIassign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2569 DassignoffNode(const StIdx &lhsStIdx, int32 dOffset, PrimType rhsType, BaseNode *rhsNode) in DassignoffNode()