Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h41 uint32_t ScratchBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp900 ProgInfo.ScratchBlocks = divideCeil( in getSIProgramInfo()
920 const bool EnablePrivateSegment = ProgInfo.ScratchBlocks > 0; in getSIProgramInfo()
980 ? S_00B860_WAVESIZE_GFX11Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
981 : S_00B860_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
992 ? S_0286E8_WAVESIZE_GFX11Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
993 : S_0286E8_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
1039 if (CurrentProgramInfo.ScratchBlocks > 0) in EmitPALMetadata()