Searched defs:newInst (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | lowering.cpp | 28 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 …]
|
| D | adjust_arefs.cpp | 190 Inst *newInst; in InsertPointerArithmetic() local
|
| D | escape.cpp | 1260 for (auto newInst : pendingInsts) { in HandleMaterializationSite() local
|
| D | peepholes.cpp | 1619 auto newInst = graph->CreateInst(newOpc); in CreateAndInsertInst() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 258 …compiler::LoadConstArrayInst *newInst = GetGraph()->CreateInstLoadConstArray(REFERENCE, start_inst… in InsertLoadConstArrayInsts() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 908 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/ |
| D | basicblock.cpp | 1144 void BasicBlock::ReplaceInst(Inst *oldInst, Inst *newInst) in ReplaceInst() 1217 Inst *newInst = nullptr; in RemoveOverflowCheck() local
|
| D | inst.cpp | 717 void CatchPhiInst::ReplaceThrowableInst(const Inst *oldInst, const Inst *newInst) in ReplaceThrowableInst()
|
| D | graph.cpp | 736 void Graph::ReplaceThrowableInst(Inst *oldInst, Inst *newInst) in ReplaceThrowableInst()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 304 auto newInst = graph->CreateInstIntrinsic( in PeepholeDoubleToString() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | inst_generator.cpp | 567 auto newInst = pack.graph->CreateInst(pack.opcode); in CreateCheckInstByPackArgs() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 4032 auto newInst = inst_.JumpTo(offset); in ProcessBranching() local
|