HomeSort by relevance Sort by last modified time
    Searched refs:SGPRBlocks (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.h 28 SGPRBlocks(0),
48 uint32_t SGPRBlocks;
AMDGPUAsmPrinter.cpp 450 ProgInfo.SGPRBlocks = (ProgInfo.NumSGPR - 1) / 8;
495 S_00B848_SGPRS(ProgInfo.SGPRBlocks) |
555 S_00B028_SGPRS(KernelInfo.SGPRBlocks), 4);

Completed in 461 milliseconds