Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.cpp370 GCNSubtarget::getOccupancyWithNumVGPRs(unsigned NumVGPRs, in getOccupancyWithNumVGPRs() function in GCNSubtarget
417 unsigned VGPROcc = getOccupancyWithNumVGPRs(NumVGPRs, DynamicVGPRBlockSize); in computeOccupancy()
H A DGCNRegPressure.cpp104 MaxOccupancy, ST.getOccupancyWithNumVGPRs(getVGPRNum(ST.hasGFX90AInsts()), in less()
110 ST.getOccupancyWithNumVGPRs(O.getVGPRNum(ST.hasGFX90AInsts()), in less()
240 << ST->getOccupancyWithNumVGPRs(RP.getVGPRNum(ST->hasGFX90AInsts()), in print()
H A DGCNRegPressure.h75 ST.getOccupancyWithNumVGPRs(getVGPRNum(ST.hasGFX90AInsts()), in getOccupancy()
H A DGCNSubtarget.h1412 unsigned getOccupancyWithNumVGPRs(unsigned VGPRs,
H A DSIInsertWaitcnts.cpp2948 ST->getOccupancyWithNumVGPRs( in run()