| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 49 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, GetPc(bcInst->GetAddress()), mask, in BuildIsFiniteIntrinsic() local 58 auto cmp = in BuildStdRuntimeEquals() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | rpo_test.cpp | 124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local 244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
|
| D | dom_tree_test.cpp | 151 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
|
| D | liveness_analyzer_test.cpp | 332 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/ |
| D | rpo_test.cpp | 130 auto cmp = in TEST_F() local 248 auto cmp = in TEST_F() local
|
| D | dom_tree_test.cpp | 156 auto cmp = in TEST_F() local
|
| D | liveness_analyzer_test.cpp | 309 auto cmp = livenessAnalyzer->GetInstLifeIntervals(&INS(5U)); in TEST_F() local 491 auto cmp = la->GetInstLifeIntervals(&INS(3U)); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | gc_utils.h | 60 auto cmp = llvm::dyn_cast<llvm::ICmpInst>(val); in IsNullCmp() local
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | math_helpers.h | 70 struct cmp { // NOLINT(readability-identifier-naming) struct 88 struct fcmpl { // NOLINT(readability-identifier-naming) argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | aarch64_fixup_sdiv.cpp | 34 auto cmp = llvm::cast<llvm::Instruction>(selectInst->getOperand(0U)); in ReplaceSelect() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | pgo.cpp | 87 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/ |
| D | codegen_arm64.rb | 84 def cmp(a, b) method
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_arm64.rb | 84 def cmp(a, b) method
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 77 …auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_info.cpp | 75 auto cmp = [](const AOTFileInfo::FuncEntryDes &a, const AOTFileInfo::FuncEntryDes &b) { in GetFuncEntryDesWithCallsite() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 37 bool Lowering::BetterToSwapCompareInputs(Inst *cmp) in BetterToSwapCompareInputs()
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_static/cmp/ |
| D | create_cmp_static.cpp | 42 AbckitInst *cmp = g_statG->iCreateCmp(graph, firstConst, secondConst); in TransformIrIcreateCmp() local 209 AbckitInst *cmp = g_statG->iCreateCmp(graph, firstConst, secondConst); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_node.cpp | 188 …int cmp = Compare(hash, key.GetTaggedValue(), treeNode->GetHash().GetInt(), treeNodeKey.GetTaggedV… in Set() local 347 int cmp = Compare(hash, key, treeNode->GetHash().GetInt(), treeNodeKey); in Delete() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | induction_variable_analysis.cpp | 127 GateRef cmp = acc_.GetValueIn(conditionJump); in TryGetLoopTimes() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | loop_optimization_test.cpp | 86 … auto cmp = builder.TypedBinaryOp<TypedBinOp::TYPED_ADD>(*index, loadLength, ParamType::IntType()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | const_folding.cpp | 848 int64_t GetResult(T l, T r, [[maybe_unused]] const CmpInst *cmp) in GetResult() 869 …etIntResult(ConstantInst *cnst0, ConstantInst *cnst1, DataType::Type inputType, const CmpInst *cmp) in GetIntResult() 922 auto cmp = inst->CastToCmp(); in ConstFoldingCmp() local
|
| D | loop_unroll.cpp | 270 auto cmp = ifImm->GetInput(0).GetInst()->CastToCompare(); in NormalizeControlFlow() local
|
| D | loop_idioms.cpp | 569 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, inst->GetPc(), sub, in ReplaceArrayInitLoop() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | linear_order.cpp | 96 …auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_hash_array_test.cpp | 354 …int cmp = RBTreeNode::Compare(leftTreeNode->GetHash().GetInt(), leftTreeNode->GetKey(), hash, tree… in IsVaildRBTree() local 361 …int cmp = RBTreeNode::Compare(rightTreeNode->GetHash().GetInt(), rightTreeNode->GetKey(), hash, tr… in IsVaildRBTree() local
|