| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_gate_info.h | 141 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 …]
|
| D | early_elimination.cpp | 260 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/ |
| D | macros.h | 145 #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/ |
| D | macros.h | 169 #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/ |
| D | math_helper.h | 73 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/ |
| D | depend_chain_helper.cpp | 29 auto rhs = that->head_; in Merge() local 53 auto rhs = that->head_; in Equals() local
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| D | var_binding.h | 33 void Equate(Variables::Var lhs, Variable::Var rhs) in Equate()
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.h | 254 #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/ |
| D | macros.h | 65 #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/ |
| D | test_util.h | 254 #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/ |
| D | cpu_affinity.cpp | 82 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/ |
| D | cpu_affinity.cpp | 87 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/ |
| D | condition.cpp | 134 VReg rhs = etsg->AllocReg(); in CompileLogicalOrExpr() local 164 VReg rhs = etsg->AllocReg(); in CompileLogicalAndExpr() local 230 compiler::VReg rhs = etsg->AllocReg(); in CompileBinaryExprForBigInt() local
|
| D | destructuring.cpp | 189 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/ |
| D | json_parser.h | 47 Value(Value &&rhs) noexcept: value_(std::move(rhs.value_)) in Value() function 59 void SetValue(T &&rhs) noexcept in SetValue()
|
| D | type_converter.cpp | 57 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/ |
| D | json_parser.h | 47 Value(Value &&rhs) noexcept // NOLINT(bugprone-exception-escape) in Value() function 60 void SetValue(T &&rhs) noexcept in SetValue()
|
| D | type_converter.cpp | 60 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/ |
| D | savedBindingsCtx.cpp | 50 auto *rhs = decl->Decl(); in BindExportDecl() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | destructuring.cpp | 171 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/ |
| D | graph_checker_macros.h | 25 #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/ |
| D | branch_elimination.h | 27 Inst *rhs; member
|
| D | balance_expressions.cpp | 136 …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/ |
| D | test.py | 39 def compare_output(lhs, rhs): argument
|
| /arkcompiler/runtime_core/compiler/tests/x86/ |
| D | asmjit_test.cpp | 63 x86::Gp rhs = a.zcx(); in TEST_F() local 105 x86::Gp rhs = a.zcx(); in TEST_F() local
|