Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h38 uint32_t ScratchBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp961 ProgInfo.ScratchBlocks = in getSIProgramInfo()
984 S_00B84C_SCRATCH_EN(ProgInfo.ScratchBlocks > 0) | in getSIProgramInfo()
1026 OutStreamer->EmitIntValue(S_00B860_WAVESIZE(CurrentProgramInfo.ScratchBlocks), 4); in EmitProgramInfoSI()
1036 S_0286E8_WAVESIZE(CurrentProgramInfo.ScratchBlocks), 4); in EmitProgramInfoSI()
1109 if (CurrentProgramInfo.ScratchBlocks > 0) in EmitPALMetadata()