Home
last modified time | relevance | path

Searched refs:GetInstruction (Results 1 – 11 of 11) sorted by relevance

/art/compiler/optimizing/
Dscheduler.cc286 for (HInstruction* instruction : node->GetInstruction()->GetInputs()) { in AddCrossIterationDependencies()
317 HInstruction* instruction = instruction_node->GetInstruction(); in AddDependencies()
420 const HInstruction* instruction = node->GetInstruction(); in DumpAsDotNode()
443 const HInstruction* predecessor_instruction = predecessor->GetInstruction(); in DumpAsDotNode()
448 const HInstruction* predecessor_instruction = predecessor->GetInstruction(); in DumpAsDotNode()
469 const HInstruction* instruction = node->GetInstruction(); in DumpAsDotGraph()
494 const HInstruction* instruction = prev_select_->GetInstruction(); in SelectMaterializedCondition()
658 Schedule(scheduling_node->GetInstruction()); in Schedule()
Dgvn.cc104 HInstruction* existing = node->GetInstruction(); in Lookup()
119 if (node->GetInstruction() == instruction) { in Contains()
129 return node->GetInstruction()->GetSideEffects().MayDependOn(side_effects); in Kill()
151 return !predecessor->Contains(node->GetInstruction()); in IntersectWith()
192 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function in art::ValueSet::Node
Dscheduler.h211 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function
423 Visit(node->GetInstruction()); in CalculateLatency()
Dgraph_checker.cc442 HInstruction* input = input_record.GetInstruction(); in VisitInstruction()
811 if (input_records[0].GetInstruction() == phi) { in VisitPhi()
819 HInstruction* input = input_records[i].GetInstruction(); in VisitPhi()
875 HInstruction* input = input_records[i].GetInstruction(); in VisitPhi()
Dbounds_check_elimination.cc136 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function in art::ValueBound
1052 HInstruction* upper_inst = upper.GetInstruction(); in VisitSub()
1312 HInstruction* base = value.GetInstruction(); in AddComparesWithDeoptimization()
1328 if (array_length == other_array_length && base == other_value.GetInstruction()) { in AddComparesWithDeoptimization()
1431 HInstruction* base = value.GetInstruction(); in TransformLoopForDynamicBCE()
1446 if (array_length == other_array_length && base == other_value.GetInstruction()) { in TransformLoopForDynamicBCE()
Dnodes.cc1121 HInstruction* user = env_use.GetInstruction(); in RemoveAsUserOfInput()
1129 HInstruction* orig_instr = env_use_record.GetInstruction(); in ReplaceInput()
1138 env_use_record.GetInstruction()->env_uses_, in ReplaceInput()
1335 if (input_use.GetInstruction() == replacement) { in ReplaceInput()
1344 input_use.GetInstruction()->uses_, in ReplaceInput()
1347 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in ReplaceInput()
3134 if (rhs.GetInstruction() != nullptr) { in operator <<()
3135 os << rhs.GetInstruction()->DebugName() << ' ' << rhs.GetInstruction()->GetId(); in operator <<()
Dnodes.h1637 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function
1654 return record.GetInstruction(); in operator()
1657 return record.GetInstruction(); in operator()
1978 return vregs_[index].GetInstruction(); in GetInstructionAt()
2099 HInstruction* InputAt(size_t i) const { return InputRecordAt(i).GetInstruction(); } in InputAt()
2201 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfInput()
2202 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfInput()
2208 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfAllInputs()
2209 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfAllInputs()
2519 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this); in FixUpUserRecordsAfterUseRemoval()
[all …]
Dregister_allocation_resolver.cc393 << "@" << safepoint_position->GetInstruction()->DebugName() in ConnectSiblings()
394 << '(' << safepoint_position->GetInstruction()->GetId() << ')'; in ConnectSiblings()
Dcode_generator.h125 HInstruction* GetInstruction() const { in GetInstruction() function
Dssa_liveness_analysis.h262 HInstruction* GetInstruction() const { in GetInstruction() function
Dcode_generator.cc362 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path); in GenerateSlowPaths()