Lines Matching refs:SI
176 GCNRPTracker::LiveRegSet getLiveRegs(SlotIndex SI, const LiveIntervals &LIS,
187 void reset(const MachineRegisterInfo &MRI, SlotIndex SI) { in reset() argument
188 reset(MRI, llvm::getLiveRegs(SI, LIS, MRI)); in reset()
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); in getLiveRegMap() local
286 Indexes.push_back(After ? SI.getDeadSlot() : SI.getBaseIndex()); in getLiveRegMap()
302 for (auto SI : LiveIdxs) in getLiveRegMap() local
303 LiveRegMap[SII.getInstructionFromIndex(SI)][Reg] = in getLiveRegMap()
310 for (auto SI : SRLiveIdxs) in getLiveRegMap() local
311 LiveRegMap[SII.getInstructionFromIndex(SI)][Reg] |= S.LaneMask; in getLiveRegMap()