reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AMDGPU/SIInsertWaitcnts.cpp
 1312     const uint32_t OtherEvents = Other.PendingEvents & WaitEventMaskForInst[T];
 1315     if (Other.MixedPendingEvents[T] ||
 1322     const uint32_t OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T];
 1322     const uint32_t OtherPending = Other.ScoreUBs[T] - Other.ScoreLBs[T];
 1325     M.OtherLB = Other.ScoreLBs[T];
 1327     M.OtherShift = ScoreUBs[T] - Other.ScoreUBs[T] + M.MyShift;
 1335     StrictDom |= mergeScore(M, LastFlat[T], Other.LastFlat[T]);
 1338     for (int J = 0, E = std::max(getMaxVGPR(), Other.getMaxVGPR()) + 1; J != E;
 1340       RegStrictDom |= mergeScore(M, VgprScores[T][J], Other.VgprScores[T][J]);
 1344       for (int J = 0, E = std::max(getMaxSGPR(), Other.getMaxSGPR()) + 1;
 1346         RegStrictDom |= mergeScore(M, SgprScores[J], Other.SgprScores[J]);
 1354   VgprUB = std::max(getMaxVGPR(), Other.getMaxVGPR());
 1355   SgprUB = std::max(getMaxSGPR(), Other.getMaxSGPR());