Searched refs:GetInstruction (Results 1 - 9 of 9) sorted by relevance

/art/compiler/optimizing/
H A Dgvn.cc105 HInstruction* existing = node->GetInstruction();
120 if (node->GetInstruction() == instruction) {
130 return node->GetInstruction()->GetSideEffects().MayDependOn(side_effects);
152 return !predecessor->Contains(node->GetInstruction());
207 HInstruction* GetInstruction() const { return instruction_; } function in class:art::ValueSet::Node
H A Dnodes.cc936 HInstruction* user = env_use.GetInstruction();
1101 if (input_use.GetInstruction() == replacement) {
1110 input_use.GetInstruction()->uses_,
1113 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node);
2553 if (rhs.GetInstruction() != nullptr) {
2554 os << rhs.GetInstruction()->DebugName() << ' ' << rhs.GetInstruction()->GetId();
H A Dbounds_check_elimination.cc135 HInstruction* GetInstruction() const { return instruction_; } function in class:art::ValueBound
1016 HInstruction* upper_inst = upper.GetInstruction();
1210 HInstruction* base = value.GetInstruction();
1226 if (array_length == other_array_length && base == other_value.GetInstruction()) {
H A Dnodes.h1391 HInstruction* GetInstruction() const { return instruction_; } function in class:art::HUserRecord
1699 return vregs_[index].GetInstruction();
1802 HInstruction* InputAt(size_t i) const { return InputRecordAt(i).GetInstruction(); }
1871 input_use.GetInstruction()->uses_.erase_after(before_use_node);
1872 input_use.GetInstruction()->FixUpUserRecordsAfterUseRemoval(before_use_node);
2099 DCHECK(next_user->InputRecordAt(next_index).GetInstruction() == this);
2119 DCHECK(next_user->vregs_[next_index].GetInstruction() == this);
4074 HInstruction* input = input_record.GetInstruction();
6262 HInstruction* GetInstruction() const { return instruction_; }
6297 if (move.GetInstruction()
[all...]
H A Dcode_generator.h109 HInstruction* GetInstruction() const { function in class:art::SlowPathCode
H A Dgraph_checker.cc392 HInstruction* input = input_record.GetInstruction();
H A Dssa_liveness_analysis.h190 HInstruction* GetInstruction() const { function in class:art::SafepointPosition
H A Dregister_allocator.cc1687 << "@" << safepoint_position->GetInstruction()->DebugName();
1702 << "@" << safepoint_position->GetInstruction()->DebugName();
H A Dcode_generator.cc197 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);

Completed in 60 milliseconds