Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_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.cpp28 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), inst); in Create() local
185 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in IsSameLocationFactories() local
190 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in IsSameLocationFactories() local
195 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in IsSameLocationFactories() local
200 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), add); in IsSameLocationFactories() local
205 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con42); in IsSameLocationFactories() local
210 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con42); in IsSameLocationFactories() local
215 auto li = GetAllocator()->New<LifeIntervals>(GetAllocator(), con0); in IsSameLocationFactories() local
278 LifeIntervals li(GetAllocator()); in TEST_F() local
287 LifeIntervals li(GetAllocator()); in TEST_F() local
[all …]
Dliveness_analyzer_test.cpp661 LifeIntervals li(GetAllocator()); in TEST_F() local
708 LifeIntervals li(GetAllocator()); in TEST_F() local
789 LifeIntervals li(GetAllocator()); in TEST_F() local
810 LifeIntervals li(GetAllocator()); in TEST_F() local
824 LifeIntervals li(GetAllocator()); in TEST_F() local
Dreg_alloc_linear_scan_test.cpp1475 lr.VisitIntervalsWithLiveRegisters(&INS(3), [graph](const auto &li) { in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp71 for (auto *li : liveIntervalsArray) { in PrintAllLiveRanges() local
94 … auto *li = liveIntervalsArray[(static_cast<const RegOperand *>(opnd))->GetRegisterNumber()]; in SpillStackMapInfo() local
110 auto *li = liveIntervalsArray[regNO]; in SpillStackMapInfo() local
138 void LSRALinearScanRegAllocator::PrintLiveInterval(const LiveInterval &li, const std::string &str) … in PrintLiveInterval() argument
163 LiveInterval *li = que.front(); in PrintParamQueue() local
190 for (auto *li : active) { in PrintActiveList() local
202 for (auto *li : liveIntervalsArray) { in PrintLiveIntervals() local
211 for (auto *li : param) { in PrintLiveIntervals() local
224 for (auto *li : active) { in DebugCheckActiveList() local
350 auto *li = memPool->New<LiveInterval>(*memPool); in RecordPhysRegs() local
[all …]
/arkcompiler/runtime_core/compiler/tests/
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/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp63 std::back_inserter(instLifeIntervals_), [](auto li) { return li != nullptr; }); in RunImpl()
65 std::back_inserter(instLifeIntervals_), [](auto li) { return li != nullptr; }); in RunImpl()
276 auto li = GetInstLifeIntervals(inputInst); in SetUsePositions() local
291 auto li = GetInstLifeIntervals(userInst); in SetUsePositions() local
437 auto li = GetInstLifeIntervals(user.GetInst()); in GetPropagatedLiveRange() local
661 [instLn](auto li) { return li->GetBegin() == instLn - 1; }); in GetTmpRegInterval()
Dlive_registers.h172 auto li = la.GetInstLifeIntervals(inst); in VisitIntervalsWithLiveRegisters() local
Dreg_alloc_verifier.cpp173 bool IsRegisterPair(const LifeIntervals *li) in IsRegisterPair()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp52 std::back_inserter(inst_life_intervals_), [](auto li) { return li != nullptr; }); in RunImpl()
54 std::back_inserter(inst_life_intervals_), [](auto li) { return li != nullptr; }); in RunImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h221 const ColorNode *FindNode(const LifeIntervals *li) const in FindNode()
Dreg_alloc_graph_coloring.cpp278 LifeIntervals *li) in AddAffinityEdge()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp43 la.EnumerateLiveIntervalsForInst(saveState_, [this, codegen, encoder](const auto &li) { in FixIntervals()
80 static void EncodeConstantMove(const LifeIntervals *li, Encoder *encoder) in EncodeConstantMove()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …lue" argument must not be a number');return a=e,"ArrayBuffer"===t.call(a).slice(8,-1)?function(e,t… function