Home
last modified time | relevance | path

Searched refs:ScratchBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp896 ProgInfo.ScratchBlocks = divideCeil( in getSIProgramInfo()
917 ProgInfo.ScratchBlocks > 0 || ProgInfo.DynamicCallStack; in getSIProgramInfo()
987 ? S_00B860_WAVESIZE_GFX12Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
989 ? S_00B860_WAVESIZE_GFX11(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
990 : S_00B860_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
1001 ? S_0286E8_WAVESIZE_GFX12Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
1003 ? S_0286E8_WAVESIZE_GFX11(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
1004 : S_0286E8_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
1051 if (CurrentProgramInfo.ScratchBlocks > 0) in EmitPALMetadata()
H A DSIProgramInfo.h44 uint32_t ScratchBlocks = 0; member