Lines Matching defs:SI
294 LaneBitmask llvm::getLiveLaneMask(unsigned Reg, SlotIndex SI,
297 return getLiveLaneMask(LIS.getInterval(Reg), SI, MRI);
300 LaneBitmask llvm::getLiveLaneMask(const LiveInterval &LI, SlotIndex SI,
305 if (S.liveAt(SI)) {
309 } else if (LI.liveAt(SI)) {
315 GCNRPTracker::LiveRegSet llvm::getLiveRegs(SlotIndex SI,
323 auto LiveMask = getLiveLaneMask(Reg, SI, LIS, MRI);
440 SlotIndex SI = NextMI == MBBEnd
443 assert(SI.isValid());
458 if (!S.liveAt(SI)) {
471 } else if (!LI.liveAt(SI)) {
552 const auto &SI = LIS.getInstructionIndex(*LastTrackedMI).getBaseIndex();
553 const auto LISLR = llvm::getLiveRegs(SI, LIS, *MRI);