Searched defs:cmp (Results 1 – 13 of 13) sorted by relevance
| /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/runtime/interpreter/ |
| D | math_helpers.h | 70 struct cmp : public std::binary_function<T, T, int32_t> { // NOLINT(readability-identifier-naming) struct 88 struct fcmpl : public std::binary_function<T, T, int32_t> { // NOLINT(readability-identifier-namin… argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | pgo.cpp | 80 static bool cmp(const std::unique_ptr<BaseItem> &item1, const std::unique_ptr<BaseItem> &item2) in cmp() function
|
| /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 | 86 …auto cmp = [](BasicBlock *lhs, BasicBlock *rhs) { return lhs->GetGuestPc() >= rhs->GetGuestPc(); }; in AddSortedByPc() local
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 60 bool Lowering::BetterToSwapCompareInputs(Inst *cmp) in BetterToSwapCompareInputs()
|
| D | loop_unroll.cpp | 217 auto cmp = if_imm->GetInput(0).GetInst()->CastToCompare(); in NormalizeControlFlow() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_node.cpp | 189 …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
|
| D | aot_file_manager.cpp | 767 auto cmp = [](const AOTFileInfo::FuncEntryDes &a, const AOTFileInfo::FuncEntryDes &b) { in CalCallSiteInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_lowering.cpp | 1839 auto cmp = builder_.ZExtInt1ToInt64(CompareInt<Op>(intLeft, intRight)); in CompareNumbers() local 1849 auto cmp = builder_.ZExtInt1ToInt64(CompareDouble<Op>(*doubleLeft, *doubleRight)); in CompareNumbers() local
|
| D | llvm_ir_builder.cpp | 1145 void LLVMIRBuilder::VisitBranch(GateRef gate, GateRef cmp, int btrue, int bfalse) in VisitBranch()
|