Home
last modified time | relevance | path

Searched refs:AddFill (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dsplit_resolver_test.cpp486 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()
Dinst_test.cpp490 spill_fill_inst->AddFill(slot0, R0, DataType::UINT64); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2181 void AddFill(StackSlot src, Register dst, DataType::Type type) in AddFill() function