Searched refs:sf_data (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
H A D | split_resolver_new_test.cpp | 224 auto sf_data = input_fill_inst->GetPrev()->CastToSpillFill()->GetSpillFills(); in HWTEST_F() 225 EXPECT_EQ(sf_data[0].GetSrc(), Location::MakeRegister(REG_PARAM1_INIT)); in HWTEST_F() 226 EXPECT_EQ(sf_data[0].GetDst(), Location::MakeStackSlot(SLOT_PARAM1_AT_CALL)); in HWTEST_F() 227 EXPECT_EQ(sf_data[1].GetSrc(), Location::MakeRegister(REG_PARAM2_INIT)); in HWTEST_F() 228 EXPECT_EQ(sf_data[1].GetDst(), Location::MakeRegister(REG_PARAM2_AT_CALL)); in HWTEST_F()
|
H A D | split_resolver_test.cpp | 70 for (auto &sf_data : sf->GetSpillFills()) { in CheckSpillFills() 71 found |= sf_data.SrcType() == src_loc && sf_data.DstType() == dst_loc && sf_data.SrcValue() == src && in CheckSpillFills() 72 sf_data.DstValue() == dst; in CheckSpillFills()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | reg_alloc_resolver_test.cpp | 148 f << sf_data::ToString(esf, GetGraph()->GetArch()) << ", "; in TEST_F() 150 ASSERT_TRUE(found) << "Spill fill " << sf_data::ToString(expSf, GetGraph()->GetArch()) << " not found among " in TEST_F()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | spill_fill_data.h | 99 namespace sf_data { namespace 107 } // namespace sf_data
|
H A D | dump.cpp | 281 (*out) << sf_data::ToString(spill_fill, GetBasicBlock()->GetGraph()->GetArch()); in DumpInputs() 429 (*out) << sf_data::ToString(spill_fill, GetBasicBlock()->GetGraph()->GetArch()); in Dump()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | spill_fill_data.h | 97 namespace sf_data { namespace 105 } // namespace sf_data
|
H A D | dump.cpp | 356 (*out) << sf_data::ToString(spillFill, GetBasicBlock()->GetGraph()->GetArch()); in DumpInputs() 1186 (*out) << sf_data::ToString(spillFill, GetBasicBlock()->GetGraph()->GetArch()); in Dump()
|
Completed in 13 milliseconds