| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | live_registers_test.cpp | 27 auto intervals = ArenaVector<LifeIntervals *>(GetGraph()->GetAllocator()->Adapter()); in TEST_F() local 34 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local 42 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local 98 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local 135 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local 158 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local 213 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); in TEST_F() local
|
| D | life_intervals_test.cpp | 36 void CheckSiblings(std::initializer_list<LifeIntervals *> intervals) in CheckSiblings()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | reg_alloc_graph_coloring_new_test.cpp | 106 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680202() local 149 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680302() local 246 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680502() local 294 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680702() local 344 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680902() local 424 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680c02() local 462 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680d02() local 500 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonba565b680e02() local
|
| D | reg_alloc_interference_graph_new_test.cpp | 208 LifeIntervals intervals(&allocator); variable 482 auto intervals = allocator.New<LifeIntervals>(&allocator, inst, range); variable 602 auto intervals = allocator.New<LifeIntervals>(&allocator, inst, range); variable
|
| D | reg_alloc_resolver_test.cpp | 96 auto intervals = graph->GetAnalysis<LivenessAnalyzer>().GetLifeIntervals(); in __anonb2909fe30102() local
|
| D | liveness_analyzer_new_test.cpp | 263 auto intervals = life_intervals.GetRanges(); in __anon0f1e67210402() local 299 auto intervals = life_intervals.GetRanges(); in __anon0f1e67210502() local 455 auto intervals = life_intervals.GetRanges(); in __anon0f1e67210a02() local
|
| D | life_intervals_test.cpp | 34 void CheckSiblings(std::initializer_list<LifeIntervals *> intervals) in CheckSiblings()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_linear_scan.h | 147 void IterateIntervalsWithErasion(T &intervals, const Callback &callback) const in IterateIntervalsWithErasion() 160 void EnumerateIntervals(const T &intervals, const Callback &callback) const in EnumerateIntervals() 171 …void EnumerateIntersectedIntervals(const T &intervals, const LifeIntervals *current, const Callbac… in EnumerateIntersectedIntervals()
|
| D | reg_alloc_stat.cpp | 20 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat()
|
| D | reg_alloc_linear_scan.cpp | 93 auto &intervals = isFp ? GetIntervals<true>() : GetIntervals<false>(); in PrepareInterval() local 266 void RegAllocLinearScan::SplitAndSpill(const InstructionsIntervals *intervals, const LifeIntervals … in SplitAndSpill()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_alloc_stat.cpp | 19 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat()
|
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| D | set_operations_property_test.cpp | 40 void ClassifySize(size_t size, const Intervals &intervals) in ClassifySize() 55 Intervals intervals = {{0, 10}, {11, 30}, {31, 10000}}; variable
|
| D | bit_vector_property_test.cpp | 99 void ClassifySize(const std::string &name, size_t size, const Intervals &intervals) in ClassifySize()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | live_registers.cpp | 99 auto intervals = alloc->New<ArenaVector<LifeIntervals *>>(alloc->Adapter()); in BuildIntervalsTree() local
|
| D | liveness_analyzer.cpp | 854 auto &intervals = IS_FP ? physicalVectorIntervals_ : physicalGeneralIntervals_; in BlockReg() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | sparse_space.h | 341 std::map<TextStart, std::pair<TextEnd, MachineCodeAddress>> intervals; member
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | liveness_analyzer.cpp | 564 auto &intervals = is_fp ? physical_vector_intervals_ : physical_general_intervals_; in BlockReg() local
|