Home
last modified time | relevance | path

Searched defs:insts (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_peeling.cpp102 auto insts = header->AllInsts(); in HeaderHasInlinedCalls() local
Dlowering.cpp837 InstructionsCapture<2U> insts {}; in LowerMultiplyAddSub() local
884 InstructionsCapture<2U> insts {}; in LowerNegateMultiply() local
922 InstructionsCapture<2U> insts {}; in LowerLogicWithInvertedOperand() local
982 InstructionsCapture<2U> insts {}; in LowerBinaryOperationWithShiftedOperand() local
1030 InstructionsCapture<2U> insts {}; in LowerUnaryOperationWithShiftedOperand() local
Dlse.cpp290 bool ProcessBackedges(PhiInst *phi, Loop *loop, Inst *cand, InstVector *insts) in ProcessBackedges()
341 void LoopDoElimination(Inst *cand, Loop *loop, PhiInst *phi, InstVector *insts) in LoopDoElimination()
577 …void TryLoopDoElimination(Inst *cand, Loop *loop, InstVector *insts, bool hasLoads, bool hasStores) in TryLoopDoElimination()
Dchecks_elimination.cpp513 InstVector insts(GetGraph()->GetLocalAllocator()->Adapter()); in InitItemForNewIndex() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dsavestate_optimization_tests.cpp118 ArenaVector<Inst *> insts(GetGraph()->GetLocalAllocator()->Adapter()); in TEST_F() local
Dencoders_test.cpp76 …veLoad(size_t dataSize, ssize_t offset, bool getAddress, std::initializer_list<const char *> insts) in TestPcRelativeLoad()
/arkcompiler/runtime_core/compiler/tests/
Dencoders_test.cpp72 std::initializer_list<const char *> insts) in TestPcRelativeLoad()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h167 void AddInstruction(T inst, Ts... insts) in AddInstruction()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dinstruction.rb96 def add_inputs(insts) argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/
Dinterop_intrinsic_optimization.cpp1068 void InteropIntrinsicOptimization::DoRedundancyElimination(Inst *scopeStart, InstVector &insts) in DoRedundancyElimination()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.cpp180 void BasicBlock::AppendInsts(std::initializer_list<Inst *> &&insts) in AppendInsts()