Lines Matching defs:SI
176 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, const LiveIntervals &LIS,
187 void reset(const MachineRegisterInfo &MRI, SlotIndex SI) {
188 reset(MRI, llvm::getLiveRegs(SI, LIS, MRI));
263 SlotIndex SI,
267 LaneBitmask getLiveLaneMask(const LiveInterval &LI, SlotIndex SI,
270 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, const LiveIntervals &LIS,
285 auto SI = SII.getInstructionIndex(*I);
286 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex());
302 for (auto SI : LiveIdxs)
303 LiveRegMap[SII.getInstructionFromIndex(SI)][Reg] =
310 for (auto SI : SRLiveIdxs)
311 LiveRegMap[SII.getInstructionFromIndex(SI)][Reg] |= S.LaneMask;