Home
last modified time | relevance | path

Searched refs:MakeConstant (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
H A Dlife_intervals_test.cpp207 li->SetLocation(Location::MakeConstant(0)); in TEST_F()
212 li->SetLocation(Location::MakeConstant(1)); in TEST_F()
H A Dreg_alloc_graph_coloring_new_test.cpp503 interval->SetLocation(Location::MakeConstant(0)); in HWTEST_F()
H A Dsplit_resolver_test.cpp58 split->SetLocation(Location::MakeConstant(slot)); in SplitAssignImmSlot()
1071 la->GetInstLifeIntervals(&INS(0))->SetLocation(Location::MakeConstant(0)); in TEST_F()
1074 INS(4).CastToSpillFill()->AddSpillFill(Location::MakeConstant(0), Location::MakeRegister(1), DataType::Type::INT64); in TEST_F()
H A Dcompiler_regalloc_test.cpp883 param->SetLocation(Location::MakeConstant(0)); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dlocations.h198 static Location MakeConstant(size_t value) in MakeConstant() function in panda::compiler::Location
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dlocations.h199 static Location MakeConstant(size_t value) in MakeConstant() function in ark::compiler::Location
H A Dinst.h3521 return Location::MakeConstant(GetImmTableSlot());
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlife_intervals_test.cpp206 li->SetLocation(Location::MakeConstant(0U)); in IsSameLocationFactories()
211 li->SetLocation(Location::MakeConstant(1U)); in IsSameLocationFactories()
H A Dsplit_resolver_test.cpp60 split->SetLocation(Location::MakeConstant(slot)); in SplitAssignImmSlot()
1134 la->GetInstLifeIntervals(&INS(0U))->SetLocation(Location::MakeConstant(0U)); in TEST_F()
1137 INS(4U).CastToSpillFill()->AddSpillFill(Location::MakeConstant(0U), Location::MakeRegister(1U), in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_base.cpp292 interval->SetLocation(Location::MakeConstant(immSlot)); in TryToSpillConstant()
H A Dreg_alloc_linear_scan.cpp459 interval->SetLocation(Location::MakeConstant(immSlot)); in AssignStackSlot()

Completed in 16 milliseconds