Searched defs:li (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | live_registers_test.cpp | 51 for (auto &li : intervals) { in TEST_F() local 59 tree->VisitIntervals(5, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() 66 tree->VisitIntervals(11, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() 73 tree->VisitIntervals(8, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() 80 tree->VisitIntervals(4, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() 88 tree->VisitIntervals<false>(8, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() 103 for (auto &li : intervals) { in TEST_F() local 111 tree->VisitIntervals(5, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() 118 tree->VisitIntervals(0, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() 125 tree->VisitIntervals(9, [&mask]([[maybe_unused]] const auto &li) { in TEST_F() [all …]
|
| D | life_intervals_test.cpp | 27 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), inst); in Create() local 186 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in TEST_F() local 191 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in TEST_F() local 196 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in TEST_F() local 201 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in TEST_F() local 206 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con42); in TEST_F() local 211 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con42); in TEST_F() local 216 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con0); in TEST_F() local
|
| D | liveness_analyzer_test.cpp | 682 LifeIntervals li(GetAllocator()); in TEST_F() local 782 LifeIntervals li(GetAllocator()); in TEST_F() local 802 LifeIntervals li(GetAllocator()); in TEST_F() local 815 LifeIntervals li(GetAllocator()); in TEST_F() local
|
| /arkcompiler/runtime_core/verification/util/tests/ |
| D | int_set_test.cpp | 98 auto li = iset1.LazyIntersect(iset2); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | live_registers.h | 174 auto li = la.GetInstLifeIntervals(inst); in VisitIntervalsWithLiveRegisters() local
|
| D | liveness_analyzer.cpp | 55 std::back_inserter(inst_life_intervals_), [](auto li) { return li != nullptr; }); in RunImpl() 57 std::back_inserter(inst_life_intervals_), [](auto li) { return li != nullptr; }); in RunImpl() 366 auto li = GetInstLifeIntervals(user.GetInst()); in GetPropagatedLiveRange() local
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 40 la.EnumerateLiveIntervalsForInst(save_state_, [this, codegen, encoder](const auto &li) { in FixIntervals() 77 static void EncodeConstantMove(const LifeIntervals *li, Encoder *encoder) in EncodeConstantMove()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ction(){const e=new Map,t={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4… function
|