Searched defs:regMask (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_map.cpp | 21 void RegisterMap::SetMask(const LocationMask ®Mask, size_t priorityReg) in SetMask() 46 void RegisterMap::SetCallerFirstMask(const LocationMask ®Mask, size_t firstCalleeReg, size_t las… in SetCallerFirstMask() 78 void RegisterMap::MapUnavailableRegisters(const LocationMask ®Mask, size_t maskSize) in MapUnavailableRegisters()
|
| D | reg_alloc_base.h | 46 void SetRegMask(const T ®Mask) in SetRegMask()
|
| D | reg_alloc_base.cpp | 35 RegAllocBase::RegAllocBase(Graph *graph, const RegMask ®Mask, const VRegMask &vregMask, size_t s… in RegAllocBase()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | reg_alloc_linear_scan_test.cpp | 219 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/ |
| D | reg_encoder_test.cpp | 349 ArenaVector<bool> regMask(254U, false, srcGraph->GetLocalAllocator()->Adapter()); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | regfile.cpp | 163 RegMask regMask = compiler::arch_info::arm64::TEMP_REGS; in GetDefaultRegMask() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | regfile.cpp | 91 RegMask regMask; in GetDefaultRegMask() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | regfile.cpp | 145 RegMask regMask(HIGH_MASK); in GetDefaultRegMask() local
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 586 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/ |
| D | code_info_producer.cpp | 142 unsigned regMask = 0; in CollectRoots() local
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | helpers_static.cpp | 1080 ark::compiler::LocationMask regMask(graph->GetLocalAllocator()); in AllocateRegisters() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1829 void LLVMIrConstructor::CreateInterpreterReturnRestoreRegs(RegMask ®Mask, size_t offset, bool fp) in CreateInterpreterReturnRestoreRegs()
|