Home
last modified time | relevance | path

Searched defs:DynamicVGPRBlockSize (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp451 const unsigned DynamicVGPRBlockSize = in tryMaximizeOccupancy() local
495 unsigned DynamicVGPRBlockSize = MFI->getDynamicVGPRBlockSize(); in scheduleLegacyMaxOccupancy() local
590 unsigned DynamicVGPRBlockSize = MFI->getDynamicVGPRBlockSize(); in scheduleILP() local
H A DGCNSubtarget.cpp409 unsigned DynamicVGPRBlockSize = AMDGPU::getDynamicVGPRBlockSize(F); in computeOccupancy() local
526 unsigned DynamicVGPRBlockSize = AMDGPU::getDynamicVGPRBlockSize(F); in getMaxNumVGPRs() local
H A DGCNRegPressure.cpp98 unsigned DynamicVGPRBlockSize = in less() local
234 unsigned DynamicVGPRBlockSize) { in print()
386 unsigned DynamicVGPRBlockSize = in GCNRPTarget() local
395 unsigned DynamicVGPRBlockSize = in setRegLimits() local
H A DGCNSchedStrategy.cpp111 unsigned DynamicVGPRBlockSize = MFI.getDynamicVGPRBlockSize(); in initialize() local
1280 unsigned DynamicVGPRBlockSize = DAG.MFI.getDynamicVGPRBlockSize(); in checkScheduling() local
1714 unsigned DynamicVGPRBlockSize = in canIncreaseOccupancyOrReduceSpill() local
H A DGCNSubtarget.h1570 unsigned getVGPRAllocGranule(unsigned DynamicVGPRBlockSize) const { in getVGPRAllocGranule()
1591 unsigned getAddressableNumVGPRs(unsigned DynamicVGPRBlockSize) const { in getAddressableNumVGPRs()
1598 unsigned DynamicVGPRBlockSize) const { in getMinNumVGPRs()
1606 unsigned DynamicVGPRBlockSize) const { in getMaxNumVGPRs()
H A DAMDGPUAsmPrinter.cpp1412 unsigned DynamicVGPRBlockSize) { in EmitPALMetadataCommon()
H A DAMDGPUPromoteAlloca.cpp177 unsigned DynamicVGPRBlockSize = AMDGPU::getDynamicVGPRBlockSize(F); in getMaxVGPRs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1296 unsigned DynamicVGPRBlockSize, in getVGPRAllocGranule()
1350 unsigned DynamicVGPRBlockSize) { in getAddressableNumVGPRs()
1365 unsigned DynamicVGPRBlockSize) { in getNumWavesPerEUWithNumVGPRs()
1408 unsigned DynamicVGPRBlockSize) { in getMinNumVGPRs()
1435 unsigned DynamicVGPRBlockSize) { in getMaxNumVGPRs()
1455 unsigned DynamicVGPRBlockSize, in getAllocatedNumVGPRBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUMCExpr.cpp318 unsigned DynamicVGPRBlockSize, const GCNSubtarget &STM, MCContext &Ctx) { in createOccupancy()