Home
last modified time | relevance | path

Searched defs:intervals (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.cpp19 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_stat.cpp20 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
H A Dreg_alloc_linear_scan.h147 void IterateIntervalsWithErasion(T &intervals, const Callback &callback) const in IterateIntervalsWithErasion() argument
160 void EnumerateIntervals(const T &intervals, const Callback &callback) const in EnumerateIntervals() argument
171 EnumerateIntersectedIntervals(const T &intervals, const LifeIntervals *current, const Callback &callback) const EnumerateIntersectedIntervals() argument
[all...]
H A Dreg_alloc_linear_scan.cpp93 auto &intervals = isFp ? GetIntervals<true>() : GetIntervals<false>(); in PrepareInterval() local
266 void RegAllocLinearScan::SplitAndSpill(const InstructionsIntervals *intervals, const LifeIntervals *currentInterval) in SplitAndSpill() argument
[all...]
/arkcompiler/runtime_core/static_core/verification/util/tests/
H A Dset_operations_property_test.cpp40 void ClassifySize(size_t size, const Intervals &intervals) in ClassifySize() argument
55 Intervals intervals = {{0, 10}, {11, 30}, {31, 10000}}; in RC_GTEST_PROP() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlive_registers_test.cpp27 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()); TEST_F() local
135 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); TEST_F() local
158 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); TEST_F() local
213 auto intervals = ArenaVector<LifeIntervals *>(alloc->Adapter()); TEST_F() local
[all...]
H A Dlife_intervals_test.cpp36 void CheckSiblings(std::initializer_list<LifeIntervals *> intervals) in CheckSiblings() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlive_registers.cpp98 auto intervals = alloc->New<ArenaVector<LifeIntervals *>>(alloc->Adapter()); in BuildIntervalsTree() local
[all...]
H A Dliveness_analyzer.cpp822 auto &intervals = IS_FP ? physicalVectorIntervals_ : physicalGeneralIntervals_; BlockReg() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp34 void CheckSiblings(std::initializer_list<LifeIntervals *> intervals) in CheckSiblings() argument
H A Dreg_alloc_interference_graph_new_test.cpp482 auto intervals = allocator.New<LifeIntervals>(&allocator, inst, range); in HWTEST_F() local
602 auto intervals = allocator.New<LifeIntervals>(&allocator, inst, range); in HWTEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp564 auto &intervals = is_fp ? physical_vector_intervals_ : physical_general_intervals_; BlockReg() local
[all...]

Completed in 9 milliseconds