Searched refs:fetch (Results 1 – 7 of 7) sorted by relevance
/art/runtime/interpreter/mterp/x86/ |
D | zcmp.S | 11 movswl 2(rPC), rINST # fetch signed displacement
|
/art/runtime/interpreter/mterp/x86_64/ |
D | zcmp.S | 11 movswq 2(rPC), rINSTq # fetch signed displacement
|
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 578 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferAddSub() 590 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type_); in TransferAddSub() 600 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferAddSub() 620 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferNeg() 643 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type_); in TransferMul() 651 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferMul() 668 return CreateInduction(kLinear, kNop, a->op_a, a->op_b, a->fetch, to); in TransferConversion() 814 c->fetch, in SolveOp() 1371 info1->fetch == info2->fetch && in InductionEqual() 1380 std::string HInductionVarAnalysis::FetchToString(HInstruction* fetch) { in FetchToString() argument [all …]
|
D | induction_var_analysis.h | 111 fetch(f), in InductionInfo() 117 HInstruction* fetch; member 255 static std::string FetchToString(HInstruction* fetch);
|
D | induction_var_range.h | 133 void Replace(HInstruction* instruction, HInstruction* fetch, HInstruction* replacement); 321 HInstruction* fetch,
|
D | induction_var_range_test.cc | 152 HInductionVarAnalysis::InductionInfo* CreateFetch(HInstruction* fetch) { in CreateFetch() argument 153 return iva_->CreateInvariantFetch(fetch); in CreateFetch()
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_x86_64.S | 1473 movswq 2(rPC), rINSTq # fetch signed displacement 1497 movswq 2(rPC), rINSTq # fetch signed displacement 1521 movswq 2(rPC), rINSTq # fetch signed displacement 1545 movswq 2(rPC), rINSTq # fetch signed displacement 1569 movswq 2(rPC), rINSTq # fetch signed displacement 1593 movswq 2(rPC), rINSTq # fetch signed displacement
|