Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SlotIndex

435   SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
449 SlotIndex CopyUseIdx = CopyIdx.getRegSlot(true);
482 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start;
573 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot();
631 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI);
683 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true);
703 SlotIndex DefIdx = UseIdx.getRegSlot();
746 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI);
875 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI);
903 SlotIndex Idx = LIS->getInstructionIndex(CopyMI);
928 SlotIndex Idx = LIS->getInstructionIndex(MI);
1379 SmallVectorImpl<std::pair<SlotIndex, unsigned> >&);
1405 void pruneValues(JoinVals &Other, SmallVectorImpl<SlotIndex> &EndPoints);
1520 assert(SlotIndex::isSameInstr(VNI->def, OtherVNI->def) && "Broken LRQ");
1555 assert(!SlotIndex::isSameInstr(VNI->def, V.OtherVNI->def) && "Broken LRQ");
1729 SmallVectorImpl<std::pair<SlotIndex, unsigned> > &TaintExtent) {
1732 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB);
1740 SlotIndex End = OtherI->end;
1802 SmallVector<std::pair<SlotIndex, unsigned>, 8> TaintExtent;
1817 assert(!SlotIndex::isSameInstr(VNI->def, TaintExtent.front().first) &&
1870 SmallVectorImpl<SlotIndex> &EndPoints) {
1872 SlotIndex Def = LI.getValNumInfo(i)->def;
1928 SlotIndex Def = LI.getValNumInfo(i)->def;
1991 SmallVector<SlotIndex, 8> EndPoints;