Home
last modified time | relevance | path

Searched defs:li (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dlive_registers_test.cpp51 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 …]
Dlife_intervals_test.cpp27 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
Dliveness_analyzer_test.cpp682 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/
Dint_set_test.cpp98 auto li = iset1.LazyIntersect(iset2); in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dlive_registers.h174 auto li = la.GetInstLifeIntervals(inst); in VisitIntervalsWithLiveRegisters() local
Dliveness_analyzer.cpp55 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/
Dcodegen.cpp40 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/
Dindex.js2 …ction(){const e=new Map,t={modifier:{reset:[0,0],bold:[1,22],dim:[2,22],italic:[3,23],underline:[4… function