Lines Matching refs:HInstruction

32 void RegisterAllocationResolver::Resolve(ArrayRef<HInstruction* const> safepoints,  in Resolve()
59 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Resolve()
147 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Resolve()
187 HInstruction* phi = inst_it.Current(); in Resolve()
191 HInstruction* input = phi->InputAt(i); in Resolve()
207 HInstruction* at = liveness_.GetTempUser(temp); in Resolve()
234 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in UpdateSafepointLiveRegisters()
275 ArrayRef<HInstruction* const> safepoints) { in CalculateMaximumSafepointSpillSize()
279 for (HInstruction* instruction : safepoints) { in CalculateMaximumSafepointSpillSize()
412 HInstruction* instruction) { in IsMaterializableEntryBlockInstructionOfGraphWithIrreducibleLoop()
437 HInstruction* defined_by = parent->GetDefinedBy(); in ConnectSplitSiblings()
511 HInstruction* instruction, in AddMove()
524 void RegisterAllocationResolver::AddInputMoveFor(HInstruction* input, in AddInputMoveFor()
525 HInstruction* user, in AddInputMoveFor()
532 HInstruction* previous = user->GetPrevious(); in AddInputMoveFor()
556 HInstruction* instruction, in InsertParallelMoveAt()
562 HInstruction* at = liveness_.GetInstructionFromPosition(position / 2); in InsertParallelMoveAt()
606 HInstruction* previous = at->GetPrevious(); in InsertParallelMoveAt()
628 HInstruction* instruction, in InsertParallelMoveAtExitOf()
635 HInstruction* last = block->GetLastInstruction(); in InsertParallelMoveAtExitOf()
641 HInstruction* previous = last->GetPrevious(); in InsertParallelMoveAtExitOf()
658 HInstruction* instruction, in InsertParallelMoveAtEntryOf()
664 HInstruction* first = block->GetFirstInstruction(); in InsertParallelMoveAtEntryOf()
677 void RegisterAllocationResolver::InsertMoveAfter(HInstruction* instruction, in InsertMoveAfter()