Home
last modified time | relevance | path

Searched refs:AssignColors (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dreg_alloc_interference_graph_test.cpp202 EXPECT_EQ(gr.AssignColors<32>(3, 0), 3); in TEST_F()
213 TEST_F(RegAllocInterferenceTest, AssignColors) in TEST_F() argument
259 EXPECT_EQ(gr.AssignColors<32>(3, 0), 3); in TEST_F()
Dcompiler_regalloc_test.cpp409 EXPECT_EQ(gr.AssignColors<32>(3, 0), 3); in __anon5d7559aa0c02()
492 EXPECT_EQ(gr.AssignColors<32>(3, 0), 3); in __anon5d7559aa0d02()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp254 colors = ig->AssignColors<VIRTUAL_FRAME_SIZE>(map.GetAvailableRegsCount(), map.GetBorder()); in AllocateRegisters()
256 colors = ig->AssignColors<MAX_NUM_REGS>(map.GetAvailableRegsCount(), map.GetBorder()); in AllocateRegisters()
Dinterference_graph.h250 Register AssignColors(size_t colors, size_t callee_offset) in AssignColors() function