Home
last modified time | relevance | path

Searched refs:GetRange (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Drange_analysis.cpp31 RangeInfo RangeAnalysis::GetRange(GateRef gate) const in GetRange() function in panda::ecmascript::kungfu::RangeAnalysis
84 range = range.Union(GetRange(valueIn)); in VisitPhi()
112 auto range = GetRange(acc_.GetValueIn(gate, 0)); in VisitTypedUnaryOp()
170 auto value = GetRange(acc_.GetValueIn(gate, 0)); in VisitIndexCheck()
212 auto left = GetRange(acc_.GetValueIn(gate, 0)); in GetRangeOfCalculate()
213 auto right = GetRange(acc_.GetValueIn(gate, 1)); in GetRangeOfCalculate()
235 auto value = GetRange(acc_.GetValueIn(gate, 0)); in GetRangeOfShift()
236 auto shift = GetRange(acc_.GetValueIn(gate, 1)); in GetRangeOfShift()
257 return GetRange(value); in TryGetRangeOfBranch()
261 auto range = GetRange(valu in TryGetRangeOfBranch()
[all...]
H A Dnumber_speculative_lowering.cpp305 UpdateRange(result, GetRange(gate)); in VisitNumberCalculate()
340 UpdateRange(result, GetRange(gate)); in VisitNumberShift()
352 UpdateRange(result, GetRange(gate)); in VisitNumberLogical()
388 if (GetRange(right).MaybeZero()) { in VisitNumberMod()
391 bool isNegativeZero = (GetRange(left) % GetRange(right)).MaybeZero() && GetRange(left).MaybeNegative(); in VisitNumberMod()
396 UpdateRange(result, GetRange(gate)); in VisitNumberMod()
421 UpdateRange(result, GetRange(gate)); in VisitNumberMonocular()
436 UpdateRange(result, GetRange(gat in VisitNumberNot()
900 RangeInfo NumberSpeculativeLowering::GetRange(GateRef gate) const GetRange() function in panda::ecmascript::kungfu::NumberSpeculativeLowering
[all...]
H A Dconstant_folding.h47 RangeInfo GetRange(GateRef gate) const;
H A Drange_analysis.h55 RangeInfo GetRange(GateRef gate) const;
H A Dnumber_speculative_lowering.h107 RangeInfo GetRange(GateRef gate) const;
/arkcompiler/runtime_core/libpandabase/tests/
H A Dbit_table_test.cpp258 auto range = table.GetRange(0, 6); in TEST_F()
274 for (auto &v : table.GetRange(0, 6)) { in TEST_F()
340 auto range = table.GetRange(0, 0); in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbit_table_test.cpp234 void GetRange(BitTable<TestAccessor> table, std::array<std::array<uint32_t, 2U>, 10U> values) in GetRange() function in ark::test::TestAccessor
320 GetRange(table, values); in TEST_F()
352 auto range = table.GetRange(0U, 0U); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcg_option.h481 static Range &GetRange() in GetRange() function in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcg_option.cpp125 SetRange(opts::cg::range, "--range", GetRange()); in SolveOptions()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dbit_table.h349 auto GetRange(int start, int end) in GetRange() function in panda::BitTable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dbit_table.h370 auto GetRange(int start, int end) in GetRange() function in ark::BitTable

Completed in 8 milliseconds