Searched refs:GetInstruction (Results 1 – 11 of 11) sorted by relevance
286 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()
104 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
211 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function423 Visit(node->GetInstruction()); in CalculateLatency()
443 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()
136 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function in art::ValueBound1153 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()
1120 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 <<()
1693 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function1710 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 …]
393 << "@" << safepoint_position->GetInstruction()->DebugName() in ConnectSiblings()394 << '(' << safepoint_position->GetInstruction()->GetId() << ')'; in ConnectSiblings()
125 HInstruction* GetInstruction() const { in GetInstruction() function
262 HInstruction* GetInstruction() const { in GetInstruction() function
363 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path); in GenerateSlowPaths()