Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h59 uint32_t NumVGPRsForWavesPerEU = 0; member
H A DAMDGPUAsmPrinter.cpp265 CurrentProgramInfo.NumVGPRsForWavesPerEU, in emitFunctionBodyEnd()
557 Twine(CurrentProgramInfo.NumVGPRsForWavesPerEU), false); in runOnMachineFunction()
1146 ProgInfo.NumVGPRsForWavesPerEU = std::max( in getSIProgramInfo()
1191 &STM, ProgInfo.NumVGPRsForWavesPerEU); in getSIProgramInfo()
1268 ProgInfo.NumVGPRsForWavesPerEU); in getSIProgramInfo()
1339 MD->setNumUsedVgprs(CC, CurrentProgramInfo.NumVGPRsForWavesPerEU); in EmitPALMetadata()