Searched defs:regMask (Results 1 – 9 of 9) 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() 49 void RegisterMap::SetCallerFirstMask(const LocationMask ®Mask, size_t firstCalleeReg, size_t las… in SetCallerFirstMask()
|
| D | reg_alloc_base.h | 45 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 | 210 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xF3FFFFFFU : 0xFABFFFFFU; in TEST_F() local 813 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0x000FFFFFU : 0xAAAAAAFFU; in TEST_F() local 872 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0x000FFFFFU : 0xAAAAAAAFU; in TEST_F() local 1037 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFFAU; in TEST_F() local 1078 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFAAU; in TEST_F() local 1124 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFAAU; in TEST_F() local 1178 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFF0U : 0xFFFFFFAAU; in TEST_F() local 1314 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xFFFFFFE1U : 0xFABFFFFFU; in TEST_F() local 1365 uint32_t regMask = GetGraph()->GetArch() != Arch::AARCH32 ? 0xF3FFFFFFU : 0xFAFFFFFFU; in TEST_F() local 1444 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 | 346 ArenaVector<bool> regMask(254U, false, srcGraph->GetLocalAllocator()->Adapter()); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/code_info/ |
| D | code_info.h | 572 auto regMask = rootsRegMasks_.GetRow(stackMap.GetRootsRegMaskIndex()).GetMask(); in EnumerateRoots() local 585 auto regMask = rootsStackMasks_.GetBitMemoryRegion(stackMap.GetRootsStackMaskIndex()); in EnumerateRoots() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | target.h | 304 RegMask regMask = compiler::arch_info::arm64::TEMP_REGS; in GetDefaultRegMask() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | target.h | 302 RegMask regMask; in GetDefaultRegMask() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 587 void LLVMIrConstructor::CreateInterpreterReturnRestoreRegs(RegMask ®Mask, size_t offset, bool fp) in CreateInterpreterReturnRestoreRegs()
|