Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h41 uint32_t ScratchBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp817 ProgInfo.ScratchBlocks = in getSIProgramInfo()
835 S_00B84C_SCRATCH_EN(ProgInfo.ScratchBlocks > 0) | in getSIProgramInfo()
890 OutStreamer->emitInt32(S_00B860_WAVESIZE(CurrentProgramInfo.ScratchBlocks)); in EmitProgramInfoSI()
900 S_0286E8_WAVESIZE(CurrentProgramInfo.ScratchBlocks), 4); in EmitProgramInfoSI()
937 if (CurrentProgramInfo.ScratchBlocks > 0) in EmitPALMetadata()