Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.cpp329 sf_inst->AddMove(src, dst.reg, GetRegType(dst.type)); in AddMoveBefore()
/arkcompiler/runtime_core/compiler/tests/
Dinst_test.cpp491 spill_fill_inst->AddMove(R0, R1, DataType::UINT64); in TEST_F()
Dsplit_resolver_test.cpp592 phi_sf->AddMove(1, 3, DataType::Type::UINT64); in TEST_F()
691 phi_sf->AddMove(1, 3, DataType::Type::UINT64); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2171 void AddMove(Register src, Register dst, DataType::Type type) in AddMove() function