Home
last modified time | relevance | path

Searched refs:SetOpcode (Results 1 – 14 of 14) 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.cpp296 equivInst->SetOpcode(Opcode::LoadAndInitClass); in TryToApplyCse()
Dpeepholes.cpp374 inst->SetOpcode(Opcode::Add); in VisitSub()
1946 inst->SetOpcode(Opcode::Sub); in TrySimplifyAddSubSub()
1960 inst->SetOpcode(Opcode::Sub); in TrySimplifyAddSubSub()
2137 inst->SetOpcode(Opcode::Sub); in TrySimplifyNeg()
Dinlining.cpp252 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 __anonb7fcf74c1102()
971 inst->SetOpcode(Opcode::Phi); in __anonb7fcf74c1502()
1035 inst->SetOpcode(Opcode::Phi); in __anonb7fcf74c1602()
Ddump_test.cpp656 loadFromPool.SetOpcode(Opcode::LoadString); in __anon413cb6ff0d02()
724 castValueToAnyType.SetOpcode(Opcode::CastValueToAnyType); in __anon413cb6ff0f02()
Dcompiler_basicblock_test.cpp497 bb->GetLastInst()->SetOpcode(Opcode::If); in __anonba0391b00f02()
Dcompiler_graph_test.cpp162 block->GetLastInst()->SetOpcode(Opcode::If); in __anona429afd50402()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp788 inst->SetOpcode(Opcode::Intrinsic); // reset flags to default for intrinsic inst in TryRemoveUnwrapToJSValue()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h750 void SetOpcode(Opcode opcode) in SetOpcode() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h935 void SetOpcode(Opcode opcode) in SetOpcode() function