Searched defs:lenArray (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 408 auto lenArray = inst->GetInput(0).GetInst(); in VisitBoundsCheck() local 558 Loop *ChecksElimination::GetLoopForBoundsCheck(BasicBlock *block, Inst *lenArray, Inst *index) in GetLoopForBoundsCheck() 600 auto *lenArray = helpers.first; in PushNewBoundsCheck() local 976 Inst *ChecksElimination::InsertNewLenArray(Inst *lenArray, Inst *ss) in InsertNewLenArray() 1030 auto *lenArray = insts.first; in NeedUpperDeoptimization() local 1095 bool ChecksElimination::TryInsertDeoptimization(LoopInfo loopInfo, Inst *lenArray, int64_t maxAdd, … in TryInsertDeoptimization() 1140 bool ChecksElimination::TryInsertUpperDeoptimization(LoopInfo loopInfo, Inst *lenArray, BoundsRange… in TryInsertUpperDeoptimization() 1182 void ChecksElimination::HoistLoopInvariantBoundsChecks(Inst *lenArray, GroupedBoundsChecks *indexBo… in HoistLoopInvariantBoundsChecks() 1202 Inst *lenArray) in ProcessingGroupBoundsCheck()
|
| D | reserve_string_builder_buffer.cpp | 256 auto lenArray = graph->CreateInstLenArray(DataType::INT32, ctorCall->GetPc(), arg); in CreateStringBuilderConstructorArgumentLength() local
|
| D | peepholes.cpp | 2841 bool Peepholes::OptimizeLenArrayForMultiArray(Inst *lenArray, Inst *inst, size_t indexSize) in OptimizeLenArrayForMultiArray()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | checks_elimination_test.cpp | 262 Graph *PhiTestInput(int32_t index, int32_t lenArray, int32_t mod) in PhiTestInput() 306 Graph *PhiTestOutput1(int32_t index, int32_t lenArray, int32_t mod) in PhiTestOutput1() 352 void PhiTest(int32_t index, int32_t lenArray, int32_t mod) in PhiTest()
|
| D | liveness_analyzer_test.cpp | 359 auto lenArray = livenessAnalyzer->GetInstLifeIntervals(&INS(4U)); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_peephole.cpp | 105 Inst *lenArray = inst; in GetStringFromLength() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 1114 auto lenArray = upperRange.GetLenArray(); in ProcessIndexPhi() local 1174 auto *lenArray = bri->FindBoundsRange(initPhi->GetBasicBlock(), initPhi).GetLenArray(); in ProcessInitPhi() local
|