Searched defs:insts (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | loop_peeling.cpp | 102 auto insts = header->AllInsts(); in HeaderHasInlinedCalls() local
|
| D | lowering.cpp | 837 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
|
| D | lse.cpp | 290 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()
|
| D | checks_elimination.cpp | 513 InstVector insts(GetGraph()->GetLocalAllocator()->Adapter()); in InitItemForNewIndex() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | savestate_optimization_tests.cpp | 118 ArenaVector<Inst *> insts(GetGraph()->GetLocalAllocator()->Adapter()); in TEST_F() local
|
| D | encoders_test.cpp | 76 …veLoad(size_t dataSize, ssize_t offset, bool getAddress, std::initializer_list<const char *> insts) in TestPcRelativeLoad()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | encoders_test.cpp | 72 std::initializer_list<const char *> insts) in TestPcRelativeLoad()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 167 void AddInstruction(T inst, Ts... insts) in AddInstruction()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | instruction.rb | 96 def add_inputs(insts) argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 1068 void InteropIntrinsicOptimization::DoRedundancyElimination(Inst *scopeStart, InstVector &insts) in DoRedundancyElimination()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | basicblock.cpp | 180 void BasicBlock::AppendInsts(std::initializer_list<Inst *> &&insts) in AppendInsts()
|