Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DGCNSchedStrategy.cpp361 WavesAfter >= MFI.getMinAllowedOccupancy()) { in schedule()
363 << MFI.getMinAllowedOccupancy() << " waves\n"); in schedule()
DGCNIterativeScheduler.cpp493 auto TgtOcc = MFI->getMinAllowedOccupancy(); in scheduleLegacyMaxOccupancy()
581 auto TgtOcc = MFI->getMinAllowedOccupancy(); in scheduleILP()
DSIMachineFunctionInfo.h637 unsigned getMinAllowedOccupancy() const { in getMinAllowedOccupancy() function
DSIFormMemoryClauses.cpp244 if (Occupancy >= MFI->getMinAllowedOccupancy() && in checkPressure()