Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h187 unsigned Occupancy; variable
634 return Occupancy; in getOccupancy()
639 return Occupancy; in getMinAllowedOccupancy()
640 return (Occupancy < 4) ? Occupancy : 4; in getMinAllowedOccupancy()
646 if (Occupancy > Limit) in limitOccupancy()
647 Occupancy = Limit; in limitOccupancy()
651 if (Occupancy < Limit) in increaseOccupancy()
652 Occupancy = Limit; in increaseOccupancy()
DSIFormMemoryClauses.cpp243 unsigned Occupancy = MaxPressure.getOccupancy(*ST); in checkPressure() local
244 if (Occupancy >= MFI->getMinAllowedOccupancy() && in checkPressure()
247 LastRecordedOccupancy = Occupancy; in checkPressure()
DSIMachineFunctionInfo.cpp55 Occupancy = getMaxWavesPerEU(); in SIMachineFunctionInfo()
DSIRegisterInfo.cpp1538 unsigned Occupancy = ST.getOccupancyWithLocalMemSize(MFI->getLDSSize(), in getRegPressureLimit() local
1544 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF)); in getRegPressureLimit()
1546 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF)); in getRegPressureLimit()