Lines Matching refs:fetch
366 HInstruction* fetch, in Replace() argument
372 ReplaceInduction(induction_analysis_->LookupInfo(lp, instruction), fetch, replacement); in Replace()
374 ReplaceInduction(induction_analysis_->LookupInfo(lp, GetLoopControl(lp)), fetch, replacement); in Replace()
406 *offset = info->op_b->fetch; in IsUnitStride()
484 if (IsInt64AndGet(info->fetch, value)) { in IsConstant()
548 return info->fetch->GetBlock()->GetLoopInformation() != nullptr; in HasFetchInLoop()
685 IsInt64AndGet(info->fetch, &f) && f >= 1) { in GetGeometric()
707 instruction == trip->op_a->fetch) { in GetFetch()
809 return GetFetch(context, loop, info->fetch, trip, is_min); in GetVal()
1252 if (IsInt64AndGet(info->fetch, &f) && in GenerateLastValueGeometric()
1546 *result = info->fetch; // already in HIR in GenerateCode()
1790 HInstruction* fetch, in ReplaceInduction() argument
1795 info->fetch == fetch) { in ReplaceInduction()
1796 info->fetch = replacement; in ReplaceInduction()
1798 ReplaceInduction(info->op_a, fetch, replacement); in ReplaceInduction()
1799 ReplaceInduction(info->op_b, fetch, replacement); in ReplaceInduction()