Lines Matching refs:BestIdx
561 unsigned BestIdx = 0; in buildCopy() local
572 BestIdx = Idx; in buildCopy()
584 BestIdx = Idx; in buildCopy()
589 if (BestIdx == 0) in buildCopy()
593 BestIdx, DestLI, Late, SlotIndex()); in buildCopy()
597 LaneBitmask LanesLeft = LaneMask & ~(TRI.getSubRegIndexLaneMask(BestIdx)); in buildCopy()
599 unsigned BestIdx = 0; in buildCopy() local
605 BestIdx = Idx; in buildCopy()
615 BestIdx = Idx; in buildCopy()
619 if (BestIdx == 0) in buildCopy()
622 buildSingleSubRegCopy(FromReg, ToReg, MBB, InsertBefore, BestIdx, in buildCopy()
624 LanesLeft &= ~TRI.getSubRegIndexLaneMask(BestIdx); in buildCopy()