Home
last modified time | relevance | path

Searched defs:upper (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp41 ArrayBoundsCheckElimination::Bound::Bound(int lower, GateRef lowerGate, int upper, GateRef upperGat… in Bound()
230 int upper = bound->Upper(); in DoBinaryArithmeticOp() local
277 int upper = bound->Upper(); in DoUnaryArithmeticOp() local
607 …ckElimination::CheckLoop(GateRef array, GateRef lowerGate, int lower, GateRef upperGate, int upper) in CheckLoop()
667 …GateRef lengthMetaData, GateRef lowerGate, int lower, GateRef upperGate, int upper, bool isTypedAr… in LoopInvariantMotionForIndexCheck()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp961Inst *upper, BoundsRange upperRange, int64_t maxAdd, ConditionCode cc, in NeedUpperDeoptimization()
996Inst *upper, int64_t maxAdd, Inst *insertDeoptAfter, in TryInsertDeoptimizationForLargeStep()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp1056 …eAccordingCC(ConditionCode cc, BoundsRange &lowerRange, BoundsRange &upperRange, const Inst *upper) in MoveRangeAccordingCC()
1074 auto *upper = loopInfoValue.test; in ProcessIndexPhi() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp1612 std::string upper(item); in GetSpecialTimeZoneMap() local
Djs_stable_array.cpp1235 int64_t upper = static_cast<int64_t>(len) - lower - 1; in FastReverse() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_shared_typedarray.cpp1024 int64_t upper = len - lower - 1; in Reverse() local
Dbuiltins_typedarray.cpp1154 int64_t upper = len - lower - 1; in Reverse() local
Dbuiltins_array.cpp2020 int64_t upper = len - lower - 1; in Reverse() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp1896 GateRef upper = GetValueFromMutantTaggedArray(elements, *j); in FastReverse() local
1902 GateRef upper = GetValueFromTaggedArray(elements, *j); in FastReverse() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp5880 uint32 upper; in Run() local