Searched defs:upper (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | array_bounds_check_elimination.cpp | 41 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/analysis/ |
| D | bounds_analysis.cpp | 1080 …eAccordingCC(ConditionCode cc, BoundsRange &lowerRange, BoundsRange &upperRange, const Inst *upper) in MoveRangeAccordingCC() 1098 auto *upper = loopInfoValue.test; in ProcessIndexPhi() local
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 207 def upper(self) -> str: member in ANIFuncLike 231 def upper(self) -> str: member in ANIScope
|
| /arkcompiler/jsvm/interface/kits/ |
| D | jsvm_types.h | 583 uint64_t upper; member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_date_time_format.cpp | 1614 std::string upper(item); in GetSpecialTimeZoneMap() local
|
| D | js_stable_array.cpp | 1395 int64_t upper = static_cast<int64_t>(len) - lower - 1; in FastReverse() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 1031 auto *upper = insts.second; in NeedUpperDeoptimization() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 2117 GateRef upper = GetValueFromMutantTaggedArray(elements, *j); in FastReverse() local 2123 GateRef upper = GetValueFromTaggedArray(glue, elements, *j); in FastReverse() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_typedarray.cpp | 1051 int64_t upper = len - lower - 1; in Reverse() local
|
| D | builtins_typedarray.cpp | 1127 int64_t upper = len - lower - 1; in Reverse() local
|
| D | builtins_shared_array.cpp | 2753 uint32_t upper = len - lower - 1; in FastReverse() local
|
| D | builtins_array.cpp | 2008 int64_t upper = len - lower - 1; in Reverse() local
|