HomeSort by: relevance | last modified time | path
    Searched refs:ScratchBlocks (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIProgramInfo.h 41 uint32_t ScratchBlocks = 0;
AMDGPUAsmPrinter.cpp 1225 ProgInfo.ScratchBlocks =
1243 S_00B84C_SCRATCH_EN(ProgInfo.ScratchBlocks > 0) |
1298 OutStreamer->emitInt32(S_00B860_WAVESIZE(CurrentProgramInfo.ScratchBlocks));
1308 S_0286E8_WAVESIZE(CurrentProgramInfo.ScratchBlocks), 4);
1345 if (CurrentProgramInfo.ScratchBlocks > 0)

Completed in 16 milliseconds