Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbalance_expressions.cpp66 SetOpcode(inst->GetOpcode()); in SuitableInst()
260 SetOpcode(Opcode::INVALID); in Reset()
Dbalance_expressions.h73 void SetOpcode(Opcode opc) in SetOpcode() function
Dvn.cpp301 equivInst->SetOpcode(Opcode::LoadAndInitClass); in TryToApplyCse()
Dpeepholes.cpp374 inst->SetOpcode(Opcode::Add); in VisitSub()
1811 inst->SetOpcode(Opcode::Sub); in TrySimplifyAddSubSub()
1825 inst->SetOpcode(Opcode::Sub); in TrySimplifyAddSubSub()
2011 inst->SetOpcode(Opcode::Sub); in TrySimplifyNeg()
Dinlining.cpp291 callInst->SetOpcode(Opcode::CallStatic); in TryInline()
/arkcompiler/toolchain/websocket/
Dframe_builder.h45 ServerFrameBuilder& SetOpcode(FrameType opcode);
Dframe_builder.cpp25 ServerFrameBuilder& ServerFrameBuilder::SetOpcode(FrameType opcode) in SetOpcode() function in OHOS::ArkCompiler::Toolchain::ServerFrameBuilder
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp761 inst->SetOpcode(Opcode::Phi); in __anondbc4d24d1102()
971 inst->SetOpcode(Opcode::Phi); in __anondbc4d24d1502()
1035 inst->SetOpcode(Opcode::Phi); in __anondbc4d24d1602()
Ddump_test.cpp657 loadFromPool.SetOpcode(Opcode::LoadString); in __anona6029c600d02()
725 castValueToAnyType.SetOpcode(Opcode::CastValueToAnyType); in __anona6029c600f02()
Dcompiler_basicblock_test.cpp491 bb->GetLastInst()->SetOpcode(Opcode::If); in __anonef2e30f10f02()
Dcompiler_graph_test.cpp162 block->GetLastInst()->SetOpcode(Opcode::If); in __anonf97282760402()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h751 void SetOpcode(Opcode opcode) in SetOpcode() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h808 void SetOpcode(Opcode opcode) in SetOpcode() function