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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIProgramInfo.cpp 24 return S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) |
35 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) |
SIProgramInfo.h 27 uint32_t VGPRBlocks = 0;
AMDGPUAsmPrinter.cpp 550 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false);
1190 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks(
1304 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) |
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 1200 /// \param VGPRBlocks [out] Result VGPR block count.
1206 SMRange SGPRRange, unsigned &VGPRBlocks,
4448 unsigned &VGPRBlocks, unsigned &SGPRBlocks) {
4477 VGPRBlocks =
4766 unsigned VGPRBlocks;
4771 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks,
4776 VGPRBlocks))
4779 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks);

Completed in 21 milliseconds