Searched refs:GPRCount (Results 1 – 1 of 1) sorted by relevance
47 static unsigned getWFCountLimitedByGPR(unsigned GPRCount) { in getWFCountLimitedByGPR() argument48 assert (GPRCount && "GPRCount cannot be 0"); in getWFCountLimitedByGPR()49 return 248 / GPRCount; in getWFCountLimitedByGPR()