Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SlotIndex

1052     SlotIndex IntfIn, IntfOut;
1101 SlotIndex IntfIn, IntfOut;
1370 ArrayRef<SlotIndex> Uses = SA->getUseSlots();
1384 SlotIndex SegStart = SE->enterIntvBefore(Uses[i]);
1385 SlotIndex SegStop = SE->leaveIntvAfter(Uses[i]);
1419 ArrayRef<SlotIndex> Uses = SA->getUseSlots();
1423 SlotIndex StartIdx =
1425 SlotIndex StopIdx =
1505 ArrayRef<SlotIndex> Uses = SA->getUseSlots();
1522 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber());
1530 assert(!SlotIndex::isEarlierInstr(RMS[ri], Uses[i]));
1531 if (SlotIndex::isEarlierInstr(Uses[i+1], RMS[ri]))
1535 if (SlotIndex::isSameInstr(Uses[i+1], RMS[ri]) && i+1 == NumGaps)
1541 while (ri != re && SlotIndex::isEarlierInstr(RMS[ri], Uses[i+1]))
1629 (LiveBefore + LiveAfter)*SlotIndex::InstrDist);
1683 SlotIndex SegStart = SE->enterIntvBefore(Uses[BestBefore]);
1684 SlotIndex SegStop = SE->leaveIntvAfter(Uses[BestAfter]);