Home
last modified time | relevance | path

Searched refs:GetVRegMask (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.h65 LocationMask &GetVRegMask() in GetVRegMask() function
70 const LocationMask &GetVRegMask() const in GetVRegMask() function
Dreg_alloc_graph_coloring.cpp364 auto mask = is_fp ? GetVRegMask() : GetRegMask(); in InitWorkingRanges()
386 … map->SetCallerFirstMask(is_vector ? GetVRegMask() : GetRegMask(), first_callee, last_callee); in InitMap()
Dreg_alloc_base.cpp89 GetGraph()->InitUsedRegs<DataType::FLOAT64>(&GetVRegMask().GetVector()); in Prepare()
/arkcompiler/runtime_core/compiler/tests/
Dcode_info_test.cpp140 ASSERT_EQ(code_info.GetVRegMask(stack_map).Popcount(), 3); in TEST_F()
141 ASSERT_EQ(code_info.GetVRegMask(stack_map).Size(), 3); in TEST_F()
Dcompiler_regalloc_test.cpp646 EXPECT_EQ(base->GetVRegMask().GetSize(), 32); // 32: It's registers number in __anon5d7559aa0f02()