Home
last modified time | relevance | path

Searched defs:RegAllocBase (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp30 RegAllocBase::RegAllocBase(Graph *graph) in RegAllocBase() function in ark::compiler::RegAllocBase
35 RegAllocBase::RegAllocBase(Graph *graph, const RegMask &regMask, const VRegMask &vregMask, size_t s… in RegAllocBase() function in ark::compiler::RegAllocBase
47 RegAllocBase::RegAllocBase(Graph *graph, size_t regsCount) in RegAllocBase() function in ark::compiler::RegAllocBase
57 RegAllocBase::RegAllocBase(Graph *graph, LocationMask mask) in RegAllocBase() function in ark::compiler::RegAllocBase
Dspill_fills_resolver.h25 class RegAllocBase; variable
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp25 RegAllocBase::RegAllocBase(Graph *graph) in RegAllocBase() function in panda::compiler::RegAllocBase
30 RegAllocBase::RegAllocBase(Graph *graph, const RegMask &reg_mask, const VRegMask &vreg_mask, size_t… in RegAllocBase() function in panda::compiler::RegAllocBase
42 RegAllocBase::RegAllocBase(Graph *graph, size_t regs_count) in RegAllocBase() function in panda::compiler::RegAllocBase
Dspill_fills_resolver.h24 class RegAllocBase; variable