Searched refs:fetch (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 657 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 …]
|
D | induction_var_range.cc | 357 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 …]
|
D | induction_var_analysis.h | 114 fetch(f), in InductionInfo() 120 HInstruction* fetch; member 310 static std::string FetchToString(HInstruction* fetch);
|
D | induction_var_range.h | 134 void Replace(HInstruction* instruction, HInstruction* fetch, HInstruction* replacement); 373 HInstruction* fetch,
|
D | induction_var_range_test.cc | 156 HInductionVarAnalysis::InductionInfo* CreateFetch(HInstruction* fetch) { in CreateFetch() argument 157 return iva_->CreateInvariantFetch(fetch); in CreateFetch()
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | control_flow.S | 32 movswq 2(rPC), rINSTq # fetch signed displacement
|
/art/runtime/interpreter/mterp/x86ng/ |
D | control_flow.S | 32 movswl 2(rPC), rINST # fetch signed displacement
|