Lines Matching defs:LIS
36 SILowerWWMCopies(LiveIntervals *LIS, SlotIndexes *SI, VirtRegMap *VRM)
37 : LIS(LIS), Indexes(SI), VRM(VRM) {}
44 LiveIntervals *LIS;
87 // We can't determine the liveness info if LIS isn't available. Early return
89 if (!LIS)
93 LIS->getRegUnit(*MCRegUnitIterator(MCRegister::from(AMDGPU::SCC), TRI));
94 SlotIndex Idx = LIS->getInstructionIndex(MI);
113 auto *LIS = LISWrapper ? &LISWrapper->getLIS() : nullptr;
121 SILowerWWMCopies Impl(LIS, Indexes, VRM);
128 auto *LIS = MFAM.getCachedResult<LiveIntervalsAnalysis>(MF);
132 SILowerWWMCopies Impl(LIS, Indexes, VRM);