Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 14 of 14) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination.cc291 ValueRange(ScopedArenaAllocator* allocator, ValueBound lower, ValueBound upper) in ValueRange() argument
292 : allocator_(allocator), lower_(lower), upper_(upper) {} in ValueRange()
338 ValueBound lower = lower_.Add(constant, &overflow, &underflow); in Add() local
350 return new (allocator_) ValueRange(allocator_, lower, upper); in Add()
413 ValueBound lower = ValueBound::NarrowLowerBound(bound_, range->GetLower()); in Narrow() local
414 if (!lower.IsConstant() || lower.GetConstant() == std::numeric_limits<int32_t>::min()) { in Narrow()
455 return new (GetAllocator()) ValueRange(GetAllocator(), lower, range->GetUpper()); in Narrow()
734 ValueBound lower = bound; in HandleIf() local
749 lower = right_range->GetLower(); in HandleIf()
752 lower = ValueBound::Min(); in HandleIf()
[all …]
Dinduction_var_range_test.cc85 void BuildLoop(int32_t lower, HInstruction* upper, int32_t stride) { in BuildLoop() argument
105 phi->AddInput(graph_->GetIntConstant(lower)); // i = l in BuildLoop()
1114 HInstruction* lower = nullptr; in TEST_F() local
1126 range_.GenerateRange(increment_->GetBlock(), phi, graph_, loop_preheader_, &lower, &upper); in TEST_F()
1129 ASSERT_TRUE(lower != nullptr); in TEST_F()
1130 ASSERT_TRUE(lower->IsAdd()); in TEST_F()
1131 ExpectInt(0, lower->InputAt(0)); in TEST_F()
1132 ExpectInt(0, lower->InputAt(1)); in TEST_F()
1198 HInstruction* lower = nullptr; in TEST_F() local
1210 range_.GenerateRange(increment_->GetBlock(), phi, graph_, loop_preheader_, &lower, &upper); in TEST_F()
[all …]
Dinduction_var_range.cc268 /*out*/HInstruction** lower, in GenerateRange() argument
278 lower, in GenerateRange()
534 HInductionVarAnalysis::InductionInfo* lower = trip->op_b->op_a; in IsWellBehavedTripCount() local
538 (!HasFetchInLoop(lower) || range.IsConstant(context, loop, lower, kAtLeast, &not_used)) && in IsWellBehavedTripCount()
1050 /*out*/HInstruction** lower, in GenerateRangeOrLastValue() argument
1076 lower = nullptr; in GenerateRangeOrLastValue()
1082 context, loop, info, trip, graph, block, /*is_min=*/true, lower, needs_taken_test); in GenerateRangeOrLastValue()
1085 return GenerateLastValuePolynomial(context, loop, info, trip, graph, block, lower); in GenerateRangeOrLastValue()
1087 return GenerateLastValueGeometric(context, loop, info, trip, graph, block, lower); in GenerateRangeOrLastValue()
1089 return GenerateLastValueWrapAround(context, loop, info, trip, graph, block, lower); in GenerateRangeOrLastValue()
[all …]
Dinduction_var_range.h105 /*out*/ HInstruction** lower,
314 /*out*/ HInstruction** lower,
/art/tools/
Dbisect_profile.py109 if len(answer) >= 1 and answer[0].lower() == "y":
111 elif len(answer) >= 1 and answer[0].lower() == "n":
176 if result[0].lower() != "y":
181 if cont[0].lower() != "y":
188 if result[0].lower() == "y":
Drun-libcore-tests.py452 cmd.append("--vm-arg -Xusejit:{}".format(str(args.jit).lower()))
/art/runtime/interpreter/mterp/
Dgen_mterp.py36 opcodes.append("op_" + match.group(2).lower())
/art/imgdiag/
Ddirty_image_objects.md63 by the sort\_key values. I.e., dirty entries with sort\_key==N will have lower
/art/test/449-checker-bce/src/
DMain.java1784 final int lower = start; in $noinline$testSetZeroToRange() local
1792 (lower < 0) || (lower >= array.length) || (upper >= array.length); in $noinline$testSetZeroToRange()
/art/test/594-checker-irreducible-linorder/smali/
DIrreducibleLoop.smali101 # a lower liveness than the phi use.
/art/tools/runtime_memusage/
Dsymbol_trace_info.py105 cat_file_name = cat_name.lower() + "cat_output"
/art/runtime/
Dmutator_gc_coord.md160 deadlock: Since we always wait on a lower-level lock, the holder of the
164 is itself holding the mutator lock, and can only be blocked on lower-level
188 participating in GC checkpoints. Waiting while holding a lower-level lock like
/art/tools/common/
Dcommon.py338 env.update({'ANDROID_LOG_TAGS':'*:' + log_severity.symbol.lower()})
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt7222 Ljava/util/concurrent/ConcurrentSkipListMap$KeySet;->lower(Ljava/lang/Object;)Ljava/lang/Object;