Searched refs:AddMove (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | reg_encoder.cpp | 329 sf_inst->AddMove(src, dst.reg, GetRegType(dst.type)); in AddMoveBefore()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | inst_test.cpp | 491 spill_fill_inst->AddMove(R0, R1, DataType::UINT64); in TEST_F()
|
D | split_resolver_test.cpp | 592 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/ |
D | inst.h | 2171 void AddMove(Register src, Register dst, DataType::Type type) in AddMove() function
|