Home
last modified time | relevance | path

Searched defs:interval (Results 1 - 25 of 34) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dworking_ranges.h35 static inline void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument
H A Dreg_alloc_base.h93 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot() argument
98 StackSlot GetNextStackSlotImpl(LifeIntervals *interval) in GetNextStackSlotImpl() argument
122 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval() argument
H A Dreg_alloc_base.cpp168 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() argument
179 void RegAllocBase::SetPreassignedRegisters(LifeIntervals *interval) in SetPreassignedRegisters() argument
281 TryToSpillConstant(LifeIntervals *interval, Graph *graph) TryToSpillConstant() argument
[all...]
H A Dreg_alloc_linear_scan.h150 auto interval = *it; in IterateIntervalsWithErasion() local
[all...]
H A Dsplit_resolver.cpp46 void SplitResolver::ConnectSiblings(LifeIntervals *interval) in ConnectSiblings() argument
[all...]
H A Dreg_alloc_linear_scan.cpp27 static void AddInterval(LifeIntervals *interval, InstructionsIntervals *dest) in AddInterval() argument
90 void RegAllocLinearScan::PrepareInterval(LifeIntervals *interval) in PrepareInterval() argument
287 SplitActiveInterval(LifeIntervals *interval, LifeNumber splitPos) SplitActiveInterval() argument
310 AddToQueue(LifeIntervals *interval) AddToQueue() argument
452 AssignStackSlot(LifeIntervals *interval) AssignStackSlot() argument
478 RemapRegallocReg(LifeIntervals *interval) RemapRegallocReg() argument
622 IsNonSpillableConstInterval(LifeIntervals *interval) IsNonSpillableConstInterval() argument
640 BeforeConstantIntervalSpill(LifeIntervals *interval, LifeNumber splitPos) BeforeConstantIntervalSpill() argument
[all...]
H A Dreg_alloc_graph_coloring.cpp328 auto interval = node.GetLifeIntervals(); in SparseIG() local
349 SpillInterval(LifeIntervals *interval, WorkingRanges *ranges, WorkingRanges *stackRanges) SpillInterval() argument
360 auto *interval = node.GetLifeIntervals(); Remap() local
375 auto *interval = node.GetLifeIntervals(); MapSlots() local
[all...]
H A Dreg_alloc_resolver.cpp135 auto interval = liveness_->GetTmpRegInterval(inst); in ResolveInputs() local
267 bool HasSameLocation(LifeIntervals *interval, LifeNumber pos1, LifeNumber pos2) in HasSameLocation() argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h131 int interval = 500; // 500:Default Sampling interval 500 microseconds member
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Dtools.cpp42 bool Tools::StartSamplingProfiler(const std::string &asptFilename, uint32_t interval) in StartSamplingProfiler() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlive_registers_test.cpp214 auto interval = alloc->New<LifeIntervals>(alloc, GetGraph()->CreateInstAdd(), LiveRange(0U, 30U)); in TEST_F() local
H A Dlife_intervals_test.cpp51 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
67 void CheckSiblingSequence(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckSiblingSequence() argument
85 auto interval = Create({{0U, 4U}}); in TEST_F() local
95 auto interval in TEST_F() local
105 auto interval = Create({{0U, 10U}}); TEST_F() local
115 auto interval = Create({{0U, 4U}, {6U, 10U}, {12U, 20U}}); TEST_F() local
125 auto interval = Create({{0U, 100U}}); TEST_F() local
139 auto interval = Create({{0U, 20U}, {22U, 40U}, {42U, 100U}}); TEST_F() local
154 auto interval = Create({{0U, 20U}, {22U, 40U}, {42U, 100U}}); TEST_F() local
167 auto interval = Create({{6U, 10U}}); TEST_F() local
[all...]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.h92 StackSlot GetNextStackSlot(LifeIntervals *interval) in GetNextStackSlot() argument
97 StackSlot GetNextStackSlotImpl(LifeIntervals *interval) in GetNextStackSlotImpl() argument
120 virtual void PrepareInterval([[maybe_unused]] LifeIntervals *interval) {} in PrepareInterval() argument
H A Dsplit_resolver.cpp44 void SplitResolver::ConnectSiblings(LifeIntervals *interval) in ConnectSiblings() argument
[all...]
H A Dreg_alloc_base.cpp151 void RegAllocBase::SetType(LifeIntervals *interval) in SetType() argument
162 void RegAllocBase::SetPreassignedRegisters(LifeIntervals *interval) in SetPreassignedRegisters() argument
[all...]
H A Dreg_alloc_graph_coloring.cpp265 auto *interval = node.GetLifeIntervals(); in Remap() local
328 void AddRange(LifeIntervals *interval, InstructionsRanges *dest) in AddRange() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsampling_processor.cpp37 uint32_t interval = params.interval_; in Run() local
H A Dcpu_profiler.cpp38 CpuProfiler::CpuProfiler(const EcmaVM *vm, const int interval) : vm_(vm), interval_(interval) in CpuProfiler() argument
203 void CpuProfiler::SetCpuSamplingInterval(int interval) in SetCpuSamplingInterval() argument
/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp49 void CheckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
71 auto interval = Create({{0, 4}}); in TEST_F() local
81 auto interval = Create({{0, 4}, {8, 10}}); in TEST_F() local
91 auto interval = Create({{0, 10}}); TEST_F() local
101 auto interval = Create({{0, 4}, {6, 10}, {12, 20}}); TEST_F() local
111 auto interval = Create({{0, 100}}); TEST_F() local
125 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); TEST_F() local
140 auto interval = Create({{0, 20}, {22, 40}, {42, 100}}); TEST_F() local
153 auto interval = Create({{6, 10}}); TEST_F() local
238 auto interval = Create({{10, 100}}); TEST_F() local
[all...]
H A Dsplit_resolver_new_test.cpp85 auto interval = la.GetInstLifeIntervals(inst); in FindInstWithInterval() local
96 auto interval = la.GetInstLifeIntervals(inst); in FindInstWithInterval() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlive_registers.h124 auto interval = *i; in VisitIntervals() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/tests/
H A Dcpu_profiler_test.cpp26 explicit CpuProfilerFriendTest(const EcmaVM *vm, const int interval) : cpu_profiler(vm, interval) {} in CpuProfilerFriendTest() argument
104 int interval = 1; in HWTEST_F_L0() local
118 int interval = 1; in HWTEST_F_L0() local
139 int interval = 1; in HWTEST_F_L0() local
159 uint32_t interval = 100; in HWTEST_F_L0() local
172 int interval = 500; HWTEST_F_L0() local
[all...]
/arkcompiler/toolchain/tooling/client/domain/
H A Dprofiler_client.cpp222 void ProfilerClient::SetSamplingInterval(int interval) in SetSamplingInterval() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_sampling.cpp21 HeapSampling::HeapSampling(const EcmaVM *vm, Heap *const heap, uint64_t interval, int stackDepth) in HeapSampling() argument
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp521 int interval = 32768; in HWTEST_F_L0() local
536 int interval = 32768; in HWTEST_F_L0() local
[all...]

Completed in 13 milliseconds

12