• Home
  • Raw
  • Download

Lines Matching refs:split

384       LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1);  in ProcessInstruction()  local
387 AddSorted(&unhandled, split); in ProcessInstruction()
810 LiveInterval* split = Split(current, free_until[reg]); in TryAllocateFreeReg() local
811 DCHECK(split != nullptr); in TryAllocateFreeReg()
812 AddSorted(unhandled_, split); in TryAllocateFreeReg()
873 LiveInterval* split = Split(active, position); in TrySplitNonPairOrUnalignedPairIntervalAt() local
875 if (split != active) { in TrySplitNonPairOrUnalignedPairIntervalAt()
878 AddSorted(unhandled_, split); in TrySplitNonPairOrUnalignedPairIntervalAt()
1006 LiveInterval* split = SplitBetween(current, current->GetStart(), first_register_use - 1); in AllocateBlockedReg() local
1007 if (current == split) { in AllocateBlockedReg()
1013 << split->GetParent()->GetDefinedBy()->DebugName() << " " in AllocateBlockedReg()
1014 << split->GetParent()->GetDefinedBy()->GetId() in AllocateBlockedReg()
1018 AddSorted(unhandled_, split); in AllocateBlockedReg()
1030 LiveInterval* split = Split(active, current->GetStart()); in AllocateBlockedReg() local
1031 if (split != active) { in AllocateBlockedReg()
1036 AddSorted(unhandled_, split); in AllocateBlockedReg()
1055 LiveInterval* split = Split(current, next_intersection); in AllocateBlockedReg() local
1056 DCHECK_NE(split, current); in AllocateBlockedReg()
1057 AddSorted(unhandled_, split); in AllocateBlockedReg()
1061 LiveInterval* split = Split(inactive, current->GetStart()); in AllocateBlockedReg() local
1063 DCHECK_NE(split, inactive); in AllocateBlockedReg()
1072 AddSorted(unhandled_, split); in AllocateBlockedReg()