Searched refs:GPRCount (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp53 unsigned getWFCountLimitedByGPR(unsigned GPRCount) { argument
54 assert (GPRCount && "GPRCount cannot be 0");
55 return 248 / GPRCount;

Completed in 49 milliseconds