Home
last modified time | relevance | path

Searched defs:regMask (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_map.cpp21 void RegisterMap::SetMask(const LocationMask &regMask, size_t priorityReg) in SetMask()
46 void RegisterMap::SetCallerFirstMask(const LocationMask &regMask, size_t firstCalleeReg, size_t las… in SetCallerFirstMask()
78 void RegisterMap::MapUnavailableRegisters(const LocationMask &regMask, size_t maskSize) in MapUnavailableRegisters()
Dreg_alloc_base.h46 void SetRegMask(const T &regMask) in SetRegMask()
Dreg_alloc_base.cpp35 RegAllocBase::RegAllocBase(Graph *graph, const RegMask &regMask, const VRegMask &vregMask, size_t s… in RegAllocBase()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_linear_scan_test.cpp219 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xF3FFFFFFU : 0xFABFFFFFU; in TEST_F() local
851 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0x000FFFFFU : 0xAAAAAAFFU; in TEST_F() local
910 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0x000FFFFFU : 0xAAAAAAAFU; in TEST_F() local
1080 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFFAU; in TEST_F() local
1121 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFAAU; in TEST_F() local
1167 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFAAU; in TEST_F() local
1226 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFAAU; in TEST_F() local
1372 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFE1U : 0xFABFFFFFU; in TEST_F() local
1423 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xF3FFFFFFU : 0xFAFFFFFFU; in TEST_F() local
1502 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFAAU; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dreg_encoder_test.cpp349 ArenaVector<bool> regMask(254U, false, srcGraph->GetLocalAllocator()->Adapter()); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dregfile.cpp163 RegMask regMask = compiler::arch_info::arm64::TEMP_REGS; in GetDefaultRegMask() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dregfile.cpp91 RegMask regMask; in GetDefaultRegMask() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dregfile.cpp145 RegMask regMask(HIGH_MASK); in GetDefaultRegMask() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h586 auto regMask = rootsRegMasks_.GetRow(stackMap.GetRootsRegMaskIndex()).GetMask(); in EnumerateRoots() local
599 auto regMask = rootsStackMasks_.GetBitMemoryRegion(stackMap.GetRootsStackMaskIndex()); in EnumerateRoots() local
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
Dcode_info_producer.cpp142 unsigned regMask = 0; in CollectRoots() local
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.cpp1080 ark::compiler::LocationMask regMask(graph->GetLocalAllocator()); in AllocateRegisters() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1829 void LLVMIrConstructor::CreateInterpreterReturnRestoreRegs(RegMask &regMask, size_t offset, bool fp) in CreateInterpreterReturnRestoreRegs()