Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis.cc657 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferAddSub()
669 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type); in TransferAddSub()
679 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferAddSub()
703 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferNeg()
730 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type); in TransferMul()
738 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type); in TransferMul()
755 return CreateInduction(kLinear, kNop, a->op_a, a->op_b, a->fetch, to); in TransferConversion()
916 c->fetch, in SolveOp()
1506 info1->fetch == info2->fetch && in InductionEqual()
1515 std::string HInductionVarAnalysis::FetchToString(HInstruction* fetch) { in FetchToString() argument
[all …]
Dinduction_var_range.cc357 HInstruction* fetch, in Replace() argument
363 ReplaceInduction(induction_analysis_->LookupInfo(lp, instruction), fetch, replacement); in Replace()
365 ReplaceInduction(induction_analysis_->LookupInfo(lp, GetLoopControl(lp)), fetch, replacement); in Replace()
397 *offset = info->op_b->fetch; in IsUnitStride()
475 if (IsInt64AndGet(info->fetch, value)) { in IsConstant()
539 return info->fetch->GetBlock()->GetLoopInformation() != nullptr; in HasFetchInLoop()
676 IsInt64AndGet(info->fetch, &f) && f >= 1) { in GetGeometric()
698 instruction == trip->op_a->fetch) { in GetFetch()
800 return GetFetch(context, loop, info->fetch, trip, is_min); in GetVal()
1223 if (IsInt64AndGet(info->fetch, &f) && in GenerateLastValueGeometric()
[all …]
Dinduction_var_analysis.h114 fetch(f), in InductionInfo()
120 HInstruction* fetch; member
310 static std::string FetchToString(HInstruction* fetch);
Dinduction_var_range.h134 void Replace(HInstruction* instruction, HInstruction* fetch, HInstruction* replacement);
373 HInstruction* fetch,
Dinduction_var_range_test.cc156 HInductionVarAnalysis::InductionInfo* CreateFetch(HInstruction* fetch) { in CreateFetch() argument
157 return iva_->CreateInvariantFetch(fetch); in CreateFetch()
/art/runtime/interpreter/mterp/x86_64ng/
Dcontrol_flow.S32 movswq 2(rPC), rINSTq # fetch signed displacement
/art/runtime/interpreter/mterp/x86ng/
Dcontrol_flow.S32 movswl 2(rPC), rINST # fetch signed displacement