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 __anon5d7559aa1102()
971 inst->SetOpcode(Opcode::Phi); in __anon5d7559aa1502()
1035 inst->SetOpcode(Opcode::Phi); in __anon5d7559aa1602()
Ddump_test.cpp656 loadFromPool.SetOpcode(Opcode::LoadString); in __anonb8e9e89d0d02()
724 castValueToAnyType.SetOpcode(Opcode::CastValueToAnyType); in __anonb8e9e89d0f02()
Dcompiler_basicblock_test.cpp491 bb->GetLastInst()->SetOpcode(Opcode::If); in __anon9f1e038e0f02()
Dcompiler_graph_test.cpp162 block->GetLastInst()->SetOpcode(Opcode::If); in __anon65fffef30402()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h750 void SetOpcode(Opcode opcode) in SetOpcode() function