Home
last modified time | relevance | path

Searched refs:getOccupancyWithNumVGPRs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp145 ST.getOccupancyWithNumVGPRs(getVGPRNum())); in less()
149 ST.getOccupancyWithNumVGPRs(O.getVGPRNum())); in less()
188 if (ST) OS << "(O" << ST->getOccupancyWithNumVGPRs(getVGPRNum()) << ')'; in print()
DGCNRegPressure.h56 ST.getOccupancyWithNumVGPRs(getVGPRNum())); in getOccupancy()
DAMDGPUSubtarget.cpp599 unsigned GCNSubtarget::getOccupancyWithNumVGPRs(unsigned VGPRs) const { in getOccupancyWithNumVGPRs() function in GCNSubtarget
635 Occupancy = std::min(Occupancy, getOccupancyWithNumVGPRs(NumVGPRs)); in computeOccupancy()
DAMDGPUSubtarget.h1068 unsigned getOccupancyWithNumVGPRs(unsigned VGPRs) const;