Searched refs:GetInstruction (Results 1 – 11 of 11) sorted by relevance
104 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
436 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()
200 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function355 Visit(node->GetInstruction()); in CalculateLatency()
442 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()
136 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function in art::ValueBound1052 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()
1622 HInstruction* GetInstruction() const { return instruction_; } in GetInstruction() function1639 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 …]
1121 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 <<()
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
369 MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path); in GenerateSlowPaths()