Searched refs:AddFill (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/ |
D | split_resolver_test.cpp | 486 INS(4).CastToSpillFill()->AddFill(param2->GetLocation().GetValue(), 11, DataType::Type::INT64); in TEST_F() 487 INS(7).CastToSpillFill()->AddFill(addi->GetLocation().GetValue(), 11, DataType::Type::INT64); in TEST_F() 530 mul_sf->AddFill(0, 1, DataType::Type::UINT64); in TEST_F()
|
D | inst_test.cpp | 490 spill_fill_inst->AddFill(slot0, R0, DataType::UINT64); in TEST_F()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 2181 void AddFill(StackSlot src, Register dst, DataType::Type type) in AddFill() function
|