Home
last modified time | relevance | path

Searched defs:newInst (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.cpp28 auto newInst = LowerBinaryOperationWithShiftedOperand<Opcode::Add>(inst); in VisitAdd() local
37 auto newInst = LowerBinaryOperationWithShiftedOperand<Opcode::Sub, false>(inst); in VisitSub() local
123 …auto newInst = LowerBinaryOperationWithShiftedOperand<OPC>(inst); // NOLINT(readability-magic-num… in VisitBitwiseBinaryOperation() local
519 auto newInst = LowerNegateMultiply(inst); in VisitNeg() local
531 …auto newInst = graph->CreateInstLoadArrayI(DataType::ANY, inst->GetPc(), inst->GetInput(0).GetInst… in VisitLoadFromConstantPool() local
594 …::SetInputsAndInsertInstruction(OperandsCapture<MAX_OPERANDS> &operands, Inst *inst, Inst *newInst) in SetInputsAndInsertInstruction()
625 Inst *newInst; in LowerShift() local
788 Inst *newInst; in LowerAddSub() local
821 Inst *newInst; in LowerMulDivMod() local
896 Inst *newInst = isSub ? graph->CreateInstMSub(inst) : graph->CreateInstMAdd(inst); in LowerMultiplyAddSub() local
[all …]
Dadjust_arefs.cpp190 Inst *newInst; in InsertPointerArithmetic() local
Dlower_boxed_boolean.cpp275 void LowerBoxedBoolean::SetInstReplacement(Inst *oldInst, Inst *newInst) in SetInstReplacement()
Descape.cpp1190 for (auto newInst : pendingInsts) { in HandleMaterializationSite() local
Dpeepholes.cpp1650 auto newInst = graph->CreateInst(newOpc); in CreateAndInsertInst() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp258 …compiler::LoadConstArrayInst *newInst = GetGraph()->CreateInstLoadConstArray(REFERENCE, start_inst… in InsertLoadConstArrayInsts() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp908 void InteropIntrinsicOptimization::ReplaceInst(Inst *inst, Inst **newInst, Inst *insertAfter) in ReplaceInst()
979 …icOptimization::HoistAndEliminateRec(BasicBlock *block, const BlockInfo &startInfo, Inst **newInst, in HoistAndEliminateRec()
1044 Inst *newInst = nullptr; in HoistAndEliminate() local
/arkcompiler/runtime_core/libabckit/tests/mock/
Dgraph_api_impl_mock.cpp496 void IinsertAfter(AbckitInst *newInst, AbckitInst *ref) in IinsertAfter()
504 void IinsertBefore(AbckitInst *newInst, AbckitInst *ref) in IinsertBefore()
/arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/
Dbranch_eliminator.cpp197 void BranchEliminator::ReplaceUsers(AbckitInst *oldInst, AbckitInst *newInst) in ReplaceUsers()
/arkcompiler/runtime_core/libabckit/tests/scenarios/replace_call_site/dynamic/
Dreplace_call_site_test.cpp82 AbckitInst *newInst = nullptr; member
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/basic_blocks/
Dbasic_blocks_dynamic.cpp280 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
315 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
719 auto *newInst = g_dynG->iCreateNeg(graph, constInst); in TEST_F() local
Dbasic_blocks_static.cpp253 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
284 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
685 auto *newInst = g_statG->iCreateNeg(graph, constInst); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp1155 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst) in ReplaceInst()
1228 Inst *newInst = nullptr; in RemoveOverflowCheck() local
Dgraph.cpp747 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst()
Dinst.cpp739 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst()
/arkcompiler/runtime_core/libabckit/tests/regression/issue_IC78XV/c_api/replace_call_site_ohmurl/
Dreplace_call_site_test.cpp211 AbckitInst *newInst = nullptr; member
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/replace_call_site/
Dreplace_call_site_test.cpp222 AbckitInst *newInst = nullptr; member
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp157 void ReplaceUsers(const abckit::Instruction &oldInst, const abckit::Instruction &newInst) in ReplaceUsers()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp383 auto newInst = graph->CreateInstIntrinsic( in PeepholeDoubleToString() local
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/inst_manipulation/
Dinst_manipulation.cpp481 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
530 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
565 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
613 auto *newInst = g_implG->gFindOrCreateConstantI64(graph, 1U); in TEST_F() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp214 void ReplaceUsers(AbckitInst *oldInst, AbckitInst *newInst) in ReplaceUsers()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dhelpers_static.cpp625 AbckitInst *newInst = graph->impl->GetLocalAllocator()->New<AbckitInst>(graph, impl); in CreateInstFromImpl() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp572 auto newInst = pack.graph->CreateInst(pack.opcode); in CreateCheckInstByPackArgs() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h3881 auto newInst = inst_.JumpTo(offset); in ProcessBranching() local