| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_stat.cpp | 19 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | reg_alloc_stat.cpp | 20 RegAllocStat::RegAllocStat(const ArenaVector<LifeIntervals *> &intervals) in RegAllocStat() argument
|
| H A D | reg_alloc_linear_scan.h | 147 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 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 *currentInterval) in SplitAndSpill() argument [all...] |
| /arkcompiler/runtime_core/static_core/verification/util/tests/ |
| H A D | set_operations_property_test.cpp | 40 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 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()); 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 D | life_intervals_test.cpp | 36 void CheckSiblings(std::initializer_list<LifeIntervals *> intervals) in CheckSiblings() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| H A D | live_registers.cpp | 98 auto intervals = alloc->New<ArenaVector<LifeIntervals *>>(alloc->Adapter()); in BuildIntervalsTree() local [all...] |
| /arkcompiler/runtime_core/compiler/tests/ |
| H A D | life_intervals_test.cpp | 34 void CheckSiblings(std::initializer_list<LifeIntervals *> intervals) in CheckSiblings() argument
|
| H A D | reg_alloc_interference_graph_new_test.cpp | 482 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
|
| /kernel/linux/linux-5.10/block/ |
| H A D | t10-pi.c | 186 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in t10_pi_type1_complete() local
|
| H A D | bio-integrity.c | 217 unsigned int intervals; in bio_integrity_prep() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom_interval_tree.c | 172 void usnic_uiom_put_interval_set(struct list_head *intervals) in usnic_uiom_put_interval_set() argument
|
| H A D | usnic_uiom.c | 195 static void usnic_uiom_unmap_sorted_intervals(struct list_head *intervals, in usnic_uiom_unmap_sorted_intervals() argument 244 static int usnic_uiom_map_sorted_intervals(struct list_head *intervals, in usnic_uiom_map_sorted_intervals() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
| H A D | usnic_uiom_interval_tree.c | 172 void usnic_uiom_put_interval_set(struct list_head *intervals) in usnic_uiom_put_interval_set() argument
|
| H A D | usnic_uiom.c | 190 static void usnic_uiom_unmap_sorted_intervals(struct list_head *intervals, in usnic_uiom_unmap_sorted_intervals() argument 239 static int usnic_uiom_map_sorted_intervals(struct list_head *intervals, in usnic_uiom_map_sorted_intervals() argument
|
| /kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
| H A D | menu.c | 116 unsigned int intervals[INTERVALS]; member
|
| H A D | teo.c | 107 u64 intervals[INTERVALS]; member
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
| H A D | scan.h | 70 __le32 intervals[SCAN_MAX_CYCLE_INTERVALS]; member
|
| /kernel/linux/linux-5.10/kernel/irq/ |
| H A D | timings.c | 638 u64 *intervals; member [all...] |
| /kernel/linux/linux-6.6/drivers/cpuidle/governors/ |
| H A D | menu.c | 118 unsigned int intervals[INTERVALS]; member
|
| /kernel/linux/linux-6.6/kernel/irq/ |
| H A D | timings.c | 638 u64 *intervals; member [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
| H A D | scan.h | 70 __le32 intervals[SCAN_MAX_CYCLE_INTERVALS]; member
|
| /kernel/linux/linux-6.6/block/ |
| H A D | t10-pi.c | 186 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in t10_pi_type1_complete() local 414 unsigned intervals = nr_bytes >> rq->q->integrity.interval_exp; in ext_pi_type1_complete() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| H A D | liveness_analyzer.cpp | 564 auto &intervals = is_fp ? physical_vector_intervals_ : physical_general_intervals_; BlockReg() local [all...] |