Home
last modified time | relevance | path

Searched defs:ranges (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp32 void RegAllocGraphColoring::FillPhysicalNodes(InterferenceGraph *ig, WorkingRanges *ranges, in FillPhysicalNodes()
43 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges, bool rematConstan… in BuildIG()
276 bool RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, Working… in AllocateRegisters()
314 …d RegAllocGraphColoring::SparseIG(InterferenceGraph *ig, unsigned regsCount, WorkingRanges *ranges, in SparseIG()
342 void RegAllocGraphColoring::SpillInterval(LifeIntervals *interval, WorkingRanges *ranges, WorkingRa… in SpillInterval()
445 auto *ranges = isFp ? fpRanges : generalRanges; in InitWorkingRanges() local
473 void RegAllocGraphColoring::Presplit(WorkingRanges *ranges) in Presplit()
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp93 std::list<JSPtStepRange> ranges {}; in GetStepRanges() local
126 std::list<JSPtStepRange> ranges = GetStepRanges(extractor, ptMethod->GetMethodId(), in GetStepper() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp23 void RegAllocGraphColoring::BuildIG(InterferenceGraph *ig, WorkingRanges *ranges) in BuildIG()
231 Register RegAllocGraphColoring::AllocateRegisters(InterferenceGraph *ig, WorkingRanges *ranges, con… in AllocateRegisters()
355 auto *ranges = is_fp ? fp_ranges : general_ranges; in InitWorkingRanges() local
383 void RegAllocGraphColoring::Presplit(WorkingRanges *ranges) in Presplit()
/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts93 const ranges: CommentRange[] = getLeadingCommentRangesOfNode(node, sourceFile); constant
/arkcompiler/runtime_core/static_core/runtime/tests/
Dbitmap_clear_range_test.cpp44 …std::vector<MemRangeTest> ranges {FIRST_RANGE, SECOND_RANGE, THIRD_RANGE, FOURTH_RANGE, FIFTH_RANG… in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Ddebug_info.cpp159 bool IterateDieRanges(F func, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr) in IterateDieRanges()
214 Span<Dwarf_Ranges> ranges(buf, count); in IterateDieRanges() local
339 auto ranges = &ranges_; in GetSrcLocation() local
613 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local
624 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr baseAddr, in FindRangeForPc()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp421 BoundsRange BoundsRange::Union(const ArenaVector<BoundsRange> &ranges) in Union()
436 BoundsRange::RangePair BoundsRange::NarrowBoundsByNE(BoundsRange::RangePair const &ranges) in NarrowBoundsByNE()
464 …e::RangePair BoundsRange::NarrowBoundsCase1(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase1()
482 …e::RangePair BoundsRange::NarrowBoundsCase2(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase2()
491 …e::RangePair BoundsRange::NarrowBoundsCase3(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase3()
521 …e::RangePair BoundsRange::NarrowBoundsCase4(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase4()
539 …e::RangePair BoundsRange::NarrowBoundsCase5(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase5()
548 …e::RangePair BoundsRange::NarrowBoundsCase6(ConditionCode cc, BoundsRange::RangePair const &ranges) in NarrowBoundsCase6()
579 …:RangePair BoundsRange::TryNarrowBoundsByCC(ConditionCode cc, BoundsRange::RangePair const &ranges) in TryNarrowBoundsByCC()
928 ArenaVector<BoundsRange> ranges(phiBlock->GetGraph()->GetLocalAllocator()->Adapter()); in MergePhiPredecessors() local
[all …]
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.cpp142 Span<Dwarf_Ranges> ranges(buf, count); in IterateDieRanges() local
255 auto ranges = &ranges_; in GetSrcLocation() local
530 Dwarf_Ranges *ranges = nullptr; in GetDieRangeForPc() local
541 bool DebugInfo::FindRangeForPc(uintptr_t pc, const Span<Dwarf_Ranges> &ranges, Dwarf_Addr base_addr, in FindRangeForPc()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table-inl.h47 inline void CardTable::FillRanges(PandaVector<MemRange> *ranges, const Card *startCard, const Card … in FillRanges()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dlife_intervals_test.cpp51 …eckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
67 …gSequence(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckSiblingSequence() argument
Dbounds_analysis_test.cpp286 ArenaVector<BoundsRange> ranges(GetGraph()->GetAllocator()->Adapter()); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dlife_intervals_test.cpp49 …eckRanges(LifeIntervals *interval, std::initializer_list<std::pair<LifeNumber, LifeNumber>> ranges) in CheckRanges() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_basic.cpp309 MapleVector<std::pair<uint32, uint32>> ranges(alloc.Adapter()); in SetupRegLiveness() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h571 MapleVector<LinearRange> ranges; variable
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp2352 const std::vector<std::unique_ptr<Coverage>> *ranges = functionCoverage->GetRanges(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2891 std::unique_ptr<PtJson> ranges; in Create() local
2931 std::unique_ptr<PtJson> ranges = PtJson::CreateArray(); in ToJson() local
Dpt_types.h2434 FunctionCoverage &SetFunctions(std::vector<std::unique_ptr<Coverage>> ranges) in SetFunctions()