Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 88) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h141 RangeInfo Union(const RangeInfo &rhs) const in Union()
146 RangeInfo intersection(const RangeInfo &rhs) const in intersection()
151 bool MaybeAddOverflow(const RangeInfo &rhs) const in MaybeAddOverflow()
156 bool MaybeAddUnderflow(const RangeInfo &rhs) const in MaybeAddUnderflow()
161 bool MaybeAddOverflowOrUnderflow(const RangeInfo &rhs) const in MaybeAddOverflowOrUnderflow()
205 int32_t GetMaxMulResult(const RangeInfo &rhs) const in GetMaxMulResult()
211 int32_t GetMinMulResult(const RangeInfo &rhs) const in GetMinMulResult()
217 int32_t TryMul(int32_t lhs, int32_t rhs) const in TryMul()
228 bool MaybeMulOverflowOrUnderflow(const RangeInfo &rhs) const in MaybeMulOverflowOrUnderflow()
233 bool MaybeMulUnderflow(const RangeInfo &rhs) const in MaybeMulUnderflow()
[all …]
Dearly_elimination.cpp260 bool EarlyElimination::MayAccessOneMemory(GateRef lhs, GateRef rhs) in MayAccessOneMemory()
319 bool EarlyElimination::CompareOrder(GateRef lhs, GateRef rhs) in CompareOrder()
324 bool EarlyElimination::CheckReplacement(GateRef lhs, GateRef rhs) in CheckReplacement()
444 bool EarlyElimination::CheckRenameReplacement(GateRef lhs, GateRef rhs) in CheckRenameReplacement()
498 auto rhs = that->head_; in Merge() local
540 auto rhs = that->head_; in Equals() local
/arkcompiler/runtime_core/static_core/libpandabase/
Dmacros.h145 #define ASSERT_OP(lhs, op, rhs) … argument
159 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) argument
161 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) argument
163 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) argument
165 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) argument
167 #define CHECK_EQ(lhs, rhs) ASSERT_OP(lhs, ==, rhs) argument
169 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) argument
208 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument
209 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument
210 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro… argument
[all …]
/arkcompiler/runtime_core/libpandabase/
Dmacros.h169 #define ASSERT_OP(lhs, op, rhs) do { \ argument
182 #define CHECK_LE(lhs, rhs) ASSERT_OP(lhs, <=, rhs) argument
184 #define CHECK_LT(lhs, rhs) ASSERT_OP(lhs, <, rhs) argument
186 #define CHECK_GE(lhs, rhs) ASSERT_OP(lhs, >=, rhs) argument
188 #define CHECK_GT(lhs, rhs) ASSERT_OP(lhs, >, rhs) argument
190 #define CHECK_EQ(lhs, rhs) ASSERT_OP(lhs, ==, rhs) argument
192 #define CHECK_NE(lhs, rhs) ASSERT_OP(lhs, !=, rhs) argument
230 #define ASSERT_OP(lhs, op, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
231 #define CHECK_LE(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
232 #define CHECK_LT(lhs, rhs) // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) argument
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dmath_helper.h73 inline int32_t SignedDiv32(int32_t lhs, int32_t rhs) in SignedDiv32()
84 inline int64_t SignedDiv64(int64_t lhs, int64_t rhs) in SignedDiv64()
95 inline int32_t SignedMod32(int32_t lhs, int32_t rhs) in SignedMod32()
104 inline bool SignedAddOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedAddOverflow32()
113 inline bool SignedSubOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedSubOverflow32()
121 inline bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t *val) in SignedMulOverflow32()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.cpp29 auto rhs = that->head_; in Merge() local
53 auto rhs = that->head_; in Equals() local
/arkcompiler/runtime_core/static_core/verification/value/
Dvar_binding.h33 void Equate(Variables::Var lhs, Variable::Var rhs) in Equate()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_util.h254 #define ASSERT_EQ(lhs, rhs) \ argument
263 #define ASSERT_NE(lhs, rhs) \ argument
272 #define ASSERT_STREQ(lhs, rhs) \ argument
297 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/runtime_core/libabckit/src/
Dmacros.h65 #define LIBABCKIT_WRONG_CTX(lhs, rhs, returnvalue) \ argument
73 #define LIBABCKIT_WRONG_CTX_VOID(lhs, rhs) \ argument
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h254 #define ASSERT_EQ(lhs, rhs) \ argument
263 #define ASSERT_NE(lhs, rhs) \ argument
272 #define ASSERT_STREQ(lhs, rhs) \ argument
297 #define ASSERT_LOCATION_EQ(lhs, rhs) \ argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp82 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And()
88 void CpuSet::Or(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Or()
94 void CpuSet::Xor(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Xor()
195 …std::sort(cpu.begin(), cpu.end(), [](const CpuInfo &lhs, const CpuInfo &rhs) { return lhs.freq > r… in LoadCpuFreq()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dcpu_affinity.cpp87 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And()
93 void CpuSet::Or(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Or()
99 void CpuSet::Xor(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in Xor()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dcondition.cpp134 VReg rhs = etsg->AllocReg(); in CompileLogicalOrExpr() local
164 VReg rhs = etsg->AllocReg(); in CompileLogicalAndExpr() local
230 compiler::VReg rhs = etsg->AllocReg(); in CompileBinaryExprForBigInt() local
Ddestructuring.cpp189 static void GenObjectWithRest(PandaGen *pg, const ir::ObjectExpression *object, VReg rhs) in GenObjectWithRest()
232 static void GenObject(PandaGen *pg, const ir::ObjectExpression *object, VReg rhs) in GenObject()
279 VReg rhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/libpandabase/utils/
Djson_parser.h47 Value(Value &&rhs) noexcept: value_(std::move(rhs.value_)) in Value() function
59 void SetValue(T &&rhs) noexcept in SetValue()
Dtype_converter.cpp57 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==()
76 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.h47 Value(Value &&rhs) noexcept // NOLINT(bugprone-exception-escape) in Value() function
60 void SetValue(T &&rhs) noexcept in SetValue()
Dtype_converter.cpp60 bool operator==(const ValueUnit &lhs, const ValueUnit &rhs) in operator ==()
79 bool operator!=(const ValueUnit &lhs, const ValueUnit &rhs) in operator !=()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp50 auto *rhs = decl->Decl(); in BindExportDecl() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Ddestructuring.cpp171 static void GenObjectWithRest(PandaGen *pg, const ir::ObjectExpression *object, VReg rhs) in GenObjectWithRest()
211 static void GenObject(PandaGen *pg, const ir::ObjectExpression *object, VReg rhs) in GenObject()
244 VReg rhs = pg->AllocReg(); in Compile() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker_macros.h25 #define CHECKER_EQ(lhs, rhs) CHECK_EQ(lhs, rhs) argument
63 #define ABCKIT_CHECK_EQ(lhs, rhs) \ argument
69 #define CHECKER_EQ(lhs, rhs) \ argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.h27 Inst *rhs; member
Dbalance_expressions.cpp136 …Inst *rhs = LIKELY((splitIdx + 1) != lastIdx) ? GetOperand(splitIdx + 1, lastIdx) : sources_[split… in AllocateSourcesRec() local
175 Inst *BalanceExpressions::GenerateElementalOperator(Inst *lhs, Inst *rhs) in GenerateElementalOperator()
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/test-config/
Dtest.py39 def compare_output(lhs, rhs): argument
/arkcompiler/runtime_core/compiler/tests/x86/
Dasmjit_test.cpp63 x86::Gp rhs = a.zcx(); in TEST_F() local
105 x86::Gp rhs = a.zcx(); in TEST_F() local

1234