Home
last modified time | relevance | path

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

/art/compiler/optimizing/
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.cc436 const HInstruction* instruction = node->GetInstruction(); in DumpAsDotNode()
459 const HInstruction* predecessor_instruction = predecessor->GetInstruction(); in DumpAsDotNode()
464 const HInstruction* predecessor_instruction = predecessor->GetInstruction(); in DumpAsDotNode()
485 const HInstruction* instruction = node->GetInstruction(); in DumpAsDotGraph()
510 const HInstruction* instruction = prev_select_->GetInstruction(); in SelectMaterializedCondition()
674 Schedule(scheduling_node->GetInstruction()); in Schedule()
Dscheduler.h200 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function
355 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.h1622 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function
1639 return record.GetInstruction(); in operator()
1642 return record.GetInstruction(); in operator()
1963 return vregs_[index].GetInstruction(); in GetInstructionAt()
2084 HInstruction* InputAt(size_t i) const { return InputRecordAt(i).GetInstruction(); } in InputAt()
2185 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfInput()
2186 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfInput()
2192 input_use.GetInstruction()->uses_.erase_after(before_use_node); in RemoveAsUserOfAllInputs()
2193 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node); in RemoveAsUserOfAllInputs()
2503 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this); in FixUpUserRecordsAfterUseRemoval()
[all …]
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 <<()
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.cc369 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path); in GenerateSlowPaths()