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()
659 Schedule(scheduling_node->GetInstruction()); in Schedule()
Dgvn.cc104 HInstruction* existing = node->GetInstruction(); in Lookup()
119 if (node->GetInstruction() == instruction) { in Contains()
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.cc443 HInstruction* input = input_record.GetInstruction(); in VisitInstruction()
812 if (input_records[0].GetInstruction() == phi) { in VisitPhi()
820 HInstruction* input = input_records[i].GetInstruction(); in VisitPhi()
876 HInstruction* input = input_records[i].GetInstruction(); in VisitPhi()
Dbounds_check_elimination.cc136 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function in art::ValueBound
1153 HInstruction* upper_inst = upper.GetInstruction(); in VisitSub()
1413 HInstruction* base = value.GetInstruction(); in AddComparesWithDeoptimization()
1429 if (array_length == other_array_length && base == other_value.GetInstruction()) { in AddComparesWithDeoptimization()
1532 HInstruction* base = value.GetInstruction(); in TransformLoopForDynamicBCE()
1547 if (array_length == other_array_length && base == other_value.GetInstruction()) { in TransformLoopForDynamicBCE()
Dnodes.cc1120 HInstruction* user = env_use.GetInstruction(); in RemoveAsUserOfInput()
1128 HInstruction* orig_instr = env_use_record.GetInstruction(); in ReplaceInput()
1137 env_use_record.GetInstruction()->env_uses_, in ReplaceInput()
1334 if (input_use.GetInstruction() == replacement) { in ReplaceInput()
1343 input_use.GetInstruction()->uses_, in ReplaceInput()
1346 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in ReplaceInput()
3070 if (rhs.GetInstruction() != nullptr) { in operator <<()
3071 os << rhs.GetInstruction()->DebugName() << ' ' << rhs.GetInstruction()->GetId(); in operator <<()
Dnodes.h1693 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function
1710 return record.GetInstruction(); in operator()
1713 return record.GetInstruction(); in operator()
2034 return vregs_[index].GetInstruction(); in GetInstructionAt()
2155 HInstruction* InputAt(size_t i) const { return InputRecordAt(i).GetInstruction(); } in InputAt()
2257 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfInput()
2258 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfInput()
2264 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfAllInputs()
2265 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfAllInputs()
2575 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.cc363 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path); in GenerateSlowPaths()