Home
last modified time | relevance | path

Searched refs:op_b (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.cc272 return NeedsTripCount(info->op_b); in NeedsTripCount()
313 if (HInductionVarAnalysis::InductionEqual(trip_expr->op_b, info->op_b)) { in GetLinear()
319 trip->op_b, in GetLinear()
326 if (HInductionVarAnalysis::InductionEqual(trip_expr->op_a, info->op_b)) { in GetLinear()
332 trip_expr->op_b, in GetLinear()
336 trip->induction_class, trip->operation, &neg, trip->op_b, nullptr, trip->type); in GetLinear()
345 GetVal(info->op_b, trip, in_body, is_min)); in GetLinear()
393 GetVal(info->op_b, trip, in_body, is_min)); in GetVal()
396 GetVal(info->op_b, trip, in_body, !is_min)); in GetVal()
399 GetVal(info->op_b, trip, in_body, !is_min)); in GetVal()
[all …]
Dinduction_var_analysis.cc315 induction = RotatePeriodicInduction(induction->op_b, induction->op_a); in ClassifyNonTrivial()
337 kPeriodic, induction->op_a, RotatePeriodicInduction(induction->op_b, last), type_); in RotatePeriodicInduction()
368 TransferAddSub(a->op_b, b->op_b, op), in TransferAddSub()
372 InductionInfo* new_b = TransferAddSub(a, b->op_b, op); in TransferAddSub()
382 InductionInfo* new_b = TransferAddSub(a->op_b, b, op); in TransferAddSub()
404 TransferMul(a, b->op_b), in TransferMul()
409 TransferMul(a->op_b, b), in TransferMul()
442 return CreateInduction(a->induction_class, TransferNeg(a->op_a), TransferNeg(a->op_b), type_); in TransferNeg()
455 return CreateInduction(kLinear, a->op_a, a->op_b, to); in TransferCnv()
616 InductionInfo* lower_expr = a->op_b; in VisitCondition()
[all …]
Dinduction_var_analysis.h105 op_b(b), in InductionInfo()
111 InductionInfo* op_b; member