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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIProgramInfo.h 59 uint32_t NumVGPRsForWavesPerEU = 0;
AMDGPUAsmPrinter.cpp 265 CurrentProgramInfo.NumVGPRsForWavesPerEU,
556 " NumVGPRsForWavesPerEU: " +
557 Twine(CurrentProgramInfo.NumVGPRsForWavesPerEU), false);
1146 ProgInfo.NumVGPRsForWavesPerEU = std::max(
1191 &STM, ProgInfo.NumVGPRsForWavesPerEU);
1268 ProgInfo.NumVGPRsForWavesPerEU);
1339 MD->setNumUsedVgprs(CC, CurrentProgramInfo.NumVGPRsForWavesPerEU);

Completed in 21 milliseconds