Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dir_build_intrinsics_ets.cpp49 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), mask, in BuildIsFiniteIntrinsic() local
58 auto cmp = in BuildStdRuntimeEquals() local
/arkcompiler/runtime_core/compiler/tests/
Drpo_test.cpp124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
Ddom_tree_test.cpp151 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
Dliveness_analyzer_test.cpp332 auto cmp = liveness_analyzer->GetInstLifeIntervals(&INS(5)); in TEST_F() local
514 auto cmp = la->GetInstLifeIntervals(&INS(3)); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Drpo_test.cpp125 auto cmp = in TEST_F() local
238 auto cmp = in TEST_F() local
Ddom_tree_test.cpp151 auto cmp = in TEST_F() local
Dliveness_analyzer_test.cpp335 auto cmp = livenessAnalyzer->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
517 auto cmp = la->GetInstLifeIntervals(&INS(3U)); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dmath_helpers.h70 struct cmp { // NOLINT(readability-identifier-naming) struct
88 struct fcmpl { // NOLINT(readability-identifier-naming) argument
/arkcompiler/runtime_core/libpandafile/
Dpgo.cpp80 static bool cmp(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in cmp() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dcodegen_arm64.rb84 def cmp(a, b) method
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dcodegen_arm64.rb84 def cmp(a, b) method
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp38 auto cmp = [](const AOTFileInfo::FuncEntryDes &a, const AOTFileInfo::FuncEntryDes &b) { in CalCallSiteInfo() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlinear_order.cpp77 …auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.cpp39 bool Lowering::BetterToSwapCompareInputs(Inst *cmp) in BetterToSwapCompareInputs()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp189 …int cmp = Compare(hash, key.GetTaggedValue(), treeNode->GetHash().GetInt(), treeNodeKey.GetTaggedV… in Set() local
344 int cmp = Compare(hash, key, treeNode->GetHash().GetInt(), treeNodeKey); in Delete() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_idioms.cpp234 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, inst->GetPc(), sub, in ReplaceArrayInitLoop() local
Dconst_folding.cpp823 int64_t GetResult(T l, T r, [[maybe_unused]] const CmpInst *cmp) in GetResult()
844 …etIntResult(ConstantInst *cnst0, ConstantInst *cnst1, DataType::Type inputType, const CmpInst *cmp) in GetIntResult()
866 auto cmp = inst->CastToCmp(); in ConstFoldingCmp() local
Dloop_unroll.cpp256 auto cmp = ifImm->GetInput(0).GetInst()->CastToCompare(); in NormalizeControlFlow() local
Dlowering.cpp1088 bool Lowering::BetterToSwapCompareInputs(Inst *cmp) in BetterToSwapCompareInputs()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dloop_optimization_test.cpp85 auto cmp = builder.TypedBinaryOp<TypedBinOp::TYPED_ADD>( in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dlinear_order.cpp90 …auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.cpp29 …auto cmp = [](LifeIntervals *lhs, LifeIntervals *rhs) { return lhs->GetBegin() >= rhs->GetBegin();… in AddInterval() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlitecg_ir_builder.cpp720 void LiteCGIRBuilder::VisitBranch(GateRef gate, GateRef cmp, int btrue, int bfalse) in VisitBranch()
1990 GateRef cmp = acc_.GetValueIn(gate, 0); // 0: cond in HandleDeoptCheck() local
Dllvm_ir_builder.cpp1369 void LLVMIRBuilder::VisitBranch(GateRef gate, GateRef cmp, int btrue, int bfalse) in VisitBranch()
2390 GateRef cmp = acc_.GetValueIn(gate, 0); // 0: cond in HandleDeoptCheck() local
Dtyped_hcr_lowering.cpp544 GateRef cmp = builder_.Int32LessThan(levelGate, length, "checkSubtyping"); in BuildCompareSubTyping() local