Lines Matching refs:getInstructionIndex
470 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in adjustCopiesBackFrom()
645 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in removeCopyByCommutingDef()
695 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI); in removeCopyByCommutingDef()
749 SlotIndex UseIdx = LIS->getInstructionIndex(UseMI).getRegSlot(true); in removeCopyByCommutingDef()
882 SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI); in reMaterializeTrivialDef()
1028 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef()
1052 SlotIndex NewMIIdx = LIS->getInstructionIndex(NewMI); in reMaterializeTrivialDef()
1096 SlotIndex Idx = LIS->getInstructionIndex(CopyMI); in eliminateUndefCopy()
1139 SlotIndex UseIdx = LIS->getInstructionIndex(&MI); in eliminateUndefCopy()
1189 Reads = DstInt->liveAt(LIS->getInstructionIndex(UseMI)); in updateRegDefsUses()
1213 : LIS->getInstructionIndex(UseMI); in updateRegDefsUses()
1244 dbgs() << LIS->getInstructionIndex(UseMI) << "\t"; in updateRegDefsUses()
1270 DEBUG(dbgs() << LIS->getInstructionIndex(CopyMI) << '\t' << *CopyMI); in joinCopy()
1317 const SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI); in joinCopy()
1510 const SlotIndex CopyRegIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); in joinReservedPhysReg()
1511 const SlotIndex DestRegIdx = LIS->getInstructionIndex(DestMI).getRegSlot(); in joinReservedPhysReg()