Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/compiler/tests/
H A Drpo_test.cpp124 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
244 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
[all...]
H A Ddom_tree_test.cpp151 auto cmp = GetGraph()->CreateInstCompare(); in TEST_F() local
H A 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/compiler/optimizer/templates/
H A Dcodegen_arm64.rb84 def cmp(a, b) method in Codegen.safepoint_state
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
H A Dcodegen_arm64.rb84 def cmp(a, b) method in Codegen.safepoint_state
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.h60 auto cmp = llvm::dyn_cast<llvm::ICmpInst>(val); in IsNullCmp() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Drpo_test.cpp130 auto cmp = in TEST_F() local
248 auto cmp = in TEST_F() local
H A Ddom_tree_test.cpp156 auto cmp = in TEST_F() local
H A Dliveness_analyzer_test.cpp309 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/passes/
H A Daarch64_fixup_sdiv.cpp34 auto cmp = llvm::cast<llvm::Instruction>(selectInst->getOperand(0U)); in ReplaceSelect() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A 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/optimizer/optimizations/
H A Dlowering.cpp37 bool Lowering::BetterToSwapCompareInputs(Inst *cmp) in BetterToSwapCompareInputs() argument
/arkcompiler/runtime_core/libpandafile/
H A Dpgo.cpp89 static bool cmp(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in cmp() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
H A Dmath_helpers.h70 struct cmp { // NOLINT(readability-identifier-naming) struct
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Daot_file_info.cpp75 auto cmp = [](const AOTFileInfo::FuncEntryDes &a, const AOTFileInfo::FuncEntryDes &b) { in GetFuncEntryDesWithCallsite() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dloop_optimization_test.cpp86 auto cmp = builder.TypedBinaryOp<TypedBinOp::TYPED_ADD>(*index, loadLength, ParamType::IntType()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp77 auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_idioms.cpp235 auto cmp = GetGraph()->CreateInstCompare(DataType::BOOL, inst->GetPc(), sub, in ReplaceArrayInitLoop() local
H A Dloop_unroll.cpp265 auto cmp = ifImm->GetInput(0).GetInst()->CastToCompare(); in NormalizeControlFlow() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinduction_variable_analysis.cpp127 GateRef cmp = acc_.GetValueIn(conditionJump); in TryGetLoopTimes() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_node.cpp189 int cmp = Compare(hash, key.GetTaggedValue(), treeNode->GetHash().GetInt(), treeNodeKey.GetTaggedValue()); in Set() local
348 int cmp = Compare(hash, key, treeNode->GetHash().GetInt(), treeNodeKey); in Delete() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_hash_array_test.cpp354 int cmp = RBTreeNode::Compare(leftTreeNode->GetHash().GetInt(), leftTreeNode->GetKey(), hash, treeNodeKey); in IsVaildRBTree() local
361 int cmp = RBTreeNode::Compare(rightTreeNode->GetHash().GetInt(), rightTreeNode->GetKey(), hash, treeNodeKey); in IsVaildRBTree() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlinear_order.cpp96 auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dutils.py23 from filecmp import cmp namespace
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.cpp29 auto cmp = [](LifeIntervals *lhs, LifeIntervals *rhs) { return lhs->GetBegin() >= rhs->GetBegin(); }; in AddInterval() local

Completed in 14 milliseconds

12