HomeSort by: relevance | last modified time | path
    Searched defs:Occupancy (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIProgramInfo.h 61 // Final occupancy.
62 uint32_t Occupancy = 0;
SIFormMemoryClauses.cpp 197 unsigned Occupancy = MaxPressure.getOccupancy(*ST);
208 if (Occupancy >= MFI->getMinAllowedOccupancy() &&
211 LastRecordedOccupancy = Occupancy;
243 // Check register def/use conflicts, occupancy limits and collect def/use maps.
SIMachineFunctionInfo.h 284 unsigned Occupancy = 0;
326 YamlIO.mapOptional("occupancy", MFI.Occupancy, 0);
433 // Current recorded maximum possible occupancy.
434 unsigned Occupancy;
928 return Occupancy;
933 return Occupancy;
934 return (Occupancy < 4) ? Occupancy : 4;
940 if (Occupancy > Limit
    [all...]
SIRegisterInfo.cpp 2282 unsigned Occupancy = ST.getOccupancyWithLocalMemSize(MFI->getLDSSize(),
2290 return std::min(ST.getMaxNumVGPRs(Occupancy), ST.getMaxNumVGPRs(MF));
2293 return std::min(ST.getMaxNumSGPRs(Occupancy, true), ST.getMaxNumSGPRs(MF));

Completed in 49 milliseconds