Searched refs:lp (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 1483 std::pair<BaseNode*, std::optional<IntVal>> lp = DispatchFold(node->Opnd(0)); in FoldBinary() local 1485 BaseNode *l = lp.first; in FoldBinary() 1576 if (lp.second && IntegerOpIsOverflow(op, cstTyp, lp.second->GetExtValue(), cst.GetExtValue())) { in FoldBinary() 1577 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), PairToExpr(rPrimTypes, rp)); in FoldBinary() 1580 sum = lp.second + cst; in FoldBinary() 1584 sum = lp.second - cst; in FoldBinary() 1593 sum = lp.second; in FoldBinary() 1595 } else if (op == OP_div && !lp.second.has_value() && l->GetOpCode() == OP_mul && in FoldBinary() 1627 result = NewBinaryNode(node, op, primType, PairToExpr(lPrimTypes, lp), in FoldBinary() 1803 std::pair<BaseNode*, std::optional<IntVal>> lp = DispatchFold(node->Opnd(0)); FoldCompare() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | reg_alloc_lsra.cpp | 735 for (const auto *lp : loop.GetChildLoops()) { in ComputeLoopLiveIntervalPriority() 737 ComputeLoopLiveIntervalPriority(*lp); in ComputeLoopLiveIntervalPriority() 865 for (const auto *lp : loopInfo.GetLoops()) { in ComputeLiveInterval() 866 ComputeLoopLiveIntervalPriority(*lp); in ComputeLiveInterval()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 25790 var op, ap, lp, hp, cp, up, _p, dp, pp, mp, fp; 25798 Ml(this, "interpolationMode", lp, this); 25805 }, up), lp = Bl(ap.prototype, "interpolationMode", [ Yl ], { [all...] |
Completed in 36 milliseconds