Home
last modified time | relevance | path

Searched refs:getAllocatedNumVGPRBlocks (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.cpp1473 unsigned BlocksBefore = AMDGPU::IsaInfo::getAllocatedNumVGPRBlocks( in shouldRevertScheduling()
1476 unsigned BlocksAfter = AMDGPU::IsaInfo::getAllocatedNumVGPRBlocks( in shouldRevertScheduling()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.h366 unsigned getAllocatedNumVGPRBlocks(
H A DAMDGPUBaseInfo.cpp1453 unsigned getAllocatedNumVGPRBlocks(const MCSubtargetInfo *STI, in getAllocatedNumVGPRBlocks() function