Home
last modified time | relevance | path

Searched defs:newInst (Results 1 – 12 of 12) 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
507 auto newInst = LowerNegateMultiply(inst); in VisitNeg() local
519 …auto newInst = graph->CreateInstLoadArrayI(DataType::ANY, inst->GetPc(), inst->GetInput(0).GetInst… in VisitLoadFromConstantPool() local
582 …::SetInputsAndInsertInstruction(OperandsCapture<MAX_OPERANDS> &operands, Inst *inst, Inst *newInst) in SetInputsAndInsertInstruction()
611 Inst *newInst; in LowerShift() local
771 Inst *newInst; in LowerAddSub() local
802 Inst *newInst; in LowerMulDivMod() local
876 Inst *newInst = isSub ? graph->CreateInstMSub(inst) : graph->CreateInstMAdd(inst); in LowerMultiplyAddSub() local
[all …]
Dadjust_arefs.cpp190 Inst *newInst; in InsertPointerArithmetic() local
Descape.cpp1260 for (auto newInst : pendingInsts) { in HandleMaterializationSite() local
Dpeepholes.cpp1619 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/static_core/compiler/optimizer/ir/
Dbasicblock.cpp1144 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst) in ReplaceInst()
1217 Inst *newInst = nullptr; in RemoveOverflowCheck() local
Dinst.cpp717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst()
Dgraph.cpp736 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp304 auto newInst = graph->CreateInstIntrinsic( in PeepholeDoubleToString() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.cpp567 auto newInst = pack.graph->CreateInst(pack.opcode); in CreateCheckInstByPackArgs() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h4032 auto newInst = inst_.JumpTo(offset); in ProcessBranching() local