Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h41 uint32_t ScratchBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp892 ProgInfo.ScratchBlocks = divideCeil( in getSIProgramInfo()
913 ProgInfo.ScratchBlocks > 0 || ProgInfo.DynamicCallStack; in getSIProgramInfo()
973 ? S_00B860_WAVESIZE_GFX11Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
974 : S_00B860_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
985 ? S_0286E8_WAVESIZE_GFX11Plus(CurrentProgramInfo.ScratchBlocks) in EmitProgramInfoSI()
986 : S_0286E8_WAVESIZE_PreGFX11(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
1032 if (CurrentProgramInfo.ScratchBlocks > 0) in EmitPALMetadata()