Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UseIdx

839   SlotIndex UseIdx = LIS.getInstructionIndex(MI).getRegSlot(true);
840 VNInfo *ParentVNI = VirtReg.getVNInfoAt(UseIdx.getBaseIndex());
849 DEBUG(dbgs() << UseIdx << '\t' << *MI);
861 if (!Edit->canRematerializeAt(RM, UseIdx, false)) {
863 DEBUG(dbgs() << "\tcannot remat for " << UseIdx << '\t' << *MI);
874 DEBUG(dbgs() << "\tcannot remat tied reg: " << UseIdx << '\t' << *MI);
905 DEBUG(dbgs() << "\t " << UseIdx << '\t' << *MI);
908 NewLI.addRange(LiveRange(DefIdx, UseIdx.getRegSlot(), DefVNI));