Searched defs:boundsCheck (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_inlining_expansion.cpp | 42 BoundsCheckInst *boundsCheck = in ExpandIntrinsicEscompatArrayGet() local 81 …auto *boundsCheck = GetGraph()->CreateInstBoundsCheck(DataType::INT32, bcAddr, actualLength, index… in ExpandIntrinsicEscompatArraySet() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | liveness_analyzer_test.cpp | 360 auto boundsCheck = livenessAnalyzer->GetInstLifeIntervals(&INS(5U)); in TEST_F() local
|
| D | inst_generator.cpp | 706 auto boundsCheck = static_cast<FixedInputsInst3 *>(inst); in GenerateBoundaryCheckOperation() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/ |
| D | ir_build_intrinsics_ets.cpp | 322 auto *boundsCheck = in BuildTypedArrayDeoptimizeIfOutOfRange() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 961 …auto boundsCheck = graph_->CreateInstBoundsCheck(DataType::INT32, pc, arrayLength, nullptr, saveSt… in BuildChecksBeforeArray() local 1610 auto boundsCheck = graph_->CreateInstBoundsCheck(DataType::INT32, bcAddr, stringLength, in TryBuildStringCharAtIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 1195 for (auto boundsCheck : boundChecks) { in HoistLoopInvariantBoundsChecks() local 1290 for (auto boundsCheck : instsToDelete) { in FindSaveState() local
|