HomeSort by relevance Sort by last modified time
    Searched refs:op_b (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
induction_var_range.cc 382 info->op_b->operation == HInductionVarAnalysis::kFetch &&
387 if (IsConstant(info->op_b, kExact, &off_value) && off_value == 0) {
390 *offset = info->op_b->fetch;
408 if (!GenerateCode(trip->op_b, nullptr, graph, block, &taken_test, false, false)) {
484 HInductionVarAnalysis::InductionInfo* lower = trip->op_b->op_a;
485 HInductionVarAnalysis::InductionInfo* upper = trip->op_b->op_b;
499 return HasFetchInLoop(info->op_a) || HasFetchInLoop(info->op_b);
512 return NeedsTripCount(info->op_b, stride_value);
554 // Test original trip's negative operand (trip_expr->op_b) against offset of induction
    [all...]
induction_var_analysis.cc 373 induction = RotatePeriodicInduction(induction->op_b, induction->op_a);
402 RotatePeriodicInduction(induction->op_b, last),
439 InductionInfo* new_b = TransferAddSub(a->op_b, b->op_b, op);
446 InductionInfo* new_b = TransferAddSub(a, b->op_b, op);
458 InductionInfo* new_b = TransferAddSub(a->op_b, b, op);
481 InductionInfo* new_b = TransferNeg(a->op_b);
504 InductionInfo* new_b = TransferMul(a, b->op_b);
512 InductionInfo* new_b = TransferMul(a->op_b, b);
531 return CreateInduction(kLinear, kNop, a->op_a, a->op_b, a->fetch, to)
    [all...]
induction_var_analysis.h 110 op_b(b),
116 InductionInfo* op_b; member in struct:art::HInductionVarAnalysis::InductionInfo

Completed in 96 milliseconds