Home
last modified time | relevance | path

Searched defs:reg_mask (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_map.cpp21 void RegisterMap::SetMask(const LocationMask &reg_mask, size_t priority_reg) in SetMask()
49 void RegisterMap::SetCallerFirstMask(const LocationMask &reg_mask, size_t first_callee_reg, size_t … in SetCallerFirstMask()
Dreg_alloc_base.h44 void SetRegMask(const T &reg_mask) in SetRegMask()
Dreg_alloc_base.cpp34 RegAllocBase::RegAllocBase(Graph *graph, const RegMask &reg_mask, const VRegMask &vreg_mask, size_t… in RegAllocBase()
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h573 auto reg_mask = roots_reg_masks_.GetRow(stack_map.GetRootsRegMaskIndex()).GetMask(); in EnumerateRoots() local
584 auto reg_mask = roots_stack_masks_.GetBitMemoryRegion(stack_map.GetRootsStackMaskIndex()); in EnumerateRoots() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dtarget.h313 RegMask reg_mask = compiler::arch_info::arm64::TEMP_REGS; in GetDefaultRegMask() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h358 RegMask reg_mask; in GetDefaultRegMask() local