Home
last modified time | relevance | path

Searched refs:SetOpcode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp761 inst->SetOpcode(Opcode::Phi); in __anonfa4f11eb1102()
971 inst->SetOpcode(Opcode::Phi); in __anonfa4f11eb1502()
1035 inst->SetOpcode(Opcode::Phi); in __anonfa4f11eb1602()
Ddump_test.cpp656 loadFromPool.SetOpcode(Opcode::LoadString); in __anon51f1233e0d02()
724 castValueToAnyType.SetOpcode(Opcode::CastValueToAnyType); in __anon51f1233e0f02()
Dcompiler_basicblock_test.cpp491 bb->GetLastInst()->SetOpcode(Opcode::If); in __anond946d00f0f02()
Dcompiler_graph_test.cpp162 block->GetLastInst()->SetOpcode(Opcode::If); in __anon1425b6d40402()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h750 void SetOpcode(Opcode opcode) in SetOpcode() function