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

References

lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  370     return Waitcnt(std::min(VmCnt, Other.VmCnt), std::min(ExpCnt, Other.ExpCnt),
  370     return Waitcnt(std::min(VmCnt, Other.VmCnt), std::min(ExpCnt, Other.ExpCnt),
  371                    std::min(LgkmCnt, Other.LgkmCnt),
  372                    std::min(VsCnt, Other.VsCnt));