Searched refs:SplitAt (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
D | life_intervals_test.cpp | 72 auto split = interval->SplitAt(4, GetAllocator()); in TEST_F() 82 auto split = interval->SplitAt(6, GetAllocator()); in TEST_F() 92 auto split = interval->SplitAt(6, GetAllocator()); in TEST_F() 102 auto split = interval->SplitAt(8, GetAllocator()); in TEST_F() 112 auto split0 = interval->SplitAt(50, GetAllocator()); in TEST_F() 113 auto split1 = split0->SplitAt(75, GetAllocator()); in TEST_F() 114 auto split2 = interval->SplitAt(25, GetAllocator()); in TEST_F() 126 auto split0 = interval->SplitAt(21, GetAllocator()); in TEST_F() 127 auto split1 = split0->SplitAt(50, GetAllocator()); in TEST_F() 141 auto split0 = interval->SplitAt(22, GetAllocator()); in TEST_F() [all …]
|
D | liveness_analyzer_new_test.cpp | 266 life_intervals.SplitAt(1, graph->GetAllocator()); in __anon8a63221e0402() 267 EXPECT_NE(life_intervals.SplitAt(1, graph->GetAllocator()), nullptr); in __anon8a63221e0402() 275 EXPECT_NE(life_intervals1.SplitAt(4, graph->GetAllocator()), nullptr); in __anon8a63221e0402() 303 EXPECT_NE(life_intervals.SplitAt(1, graph->GetAllocator()), nullptr); in __anon8a63221e0502() 337 EXPECT_NE(life_intervals.SplitAt(ln, graph->GetAllocator()), nullptr); in __anon8a63221e0602()
|
D | split_resolver_test.cpp | 42 auto split = source->SplitAt(position - 1, GetAllocator()); in SplitAssignReg() 49 auto split = source->SplitAt(position - 1, GetAllocator()); in SplitAssignSlot() 57 auto split = source->SplitAt(position - 1, GetAllocator()); in SplitAssignImmSlot()
|
D | liveness_analyzer_test.cpp | 822 auto split = li.SplitAt(50, GetAllocator()); in TEST_F() 826 auto next_spit = split->SplitAt(150, GetAllocator()); in TEST_F()
|
D | compiler_regalloc_test.cpp | 882 EXPECT_NE(param->SplitAt(1, graph->GetAllocator()), nullptr); in __anon5d7559aa1302()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_graph_coloring.cpp | 422 auto split = interval->SplitAt(interval->GetBegin() + 1, GetGraph()->GetAllocator()); in Presplit()
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
D | liveness_analyzer.h | 369 LifeIntervals *SplitAt(LifeNumber ln, ArenaAllocator *alloc);
|
D | liveness_analyzer.cpp | 586 LifeIntervals *LifeIntervals::SplitAt(LifeNumber ln, ArenaAllocator *alloc) in SplitAt() function in panda::compiler::LifeIntervals
|