Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp240 CurrentProgramInfo.NumVGPRsForWavesPerEU, in emitFunctionBodyEnd()
455 uint64_t NumVGPRsForWavesPerEU = in validateMCResourceInfo() local
464 MCConstantExpr::create(NumVGPRsForWavesPerEU, OutContext), in validateMCResourceInfo()
786 getMCExprStr(CurrentProgramInfo.NumVGPRsForWavesPerEU), in runOnMachineFunction()
1084 ProgInfo.NumVGPRsForWavesPerEU = in getSIProgramInfo()
1148 ProgInfo.VGPRBlocks = GetNumGPRBlocks(ProgInfo.NumVGPRsForWavesPerEU, in getSIProgramInfo()
1261 ProgInfo.NumSGPRsForWavesPerEU, ProgInfo.NumVGPRsForWavesPerEU, in getSIProgramInfo()
1446 MD->setNumUsedVgprs(CC, CurrentProgramInfo.NumVGPRsForWavesPerEU, Ctx); in EmitPALMetadata()
1556 MD->setFunctionNumUsedVgprs(FnName, CurrentProgramInfo.NumVGPRsForWavesPerEU); in emitPALFunctionMetadata()
H A DSIProgramInfo.h84 const MCExpr *NumVGPRsForWavesPerEU = nullptr; member
H A DSIProgramInfo.cpp75 NumVGPRsForWavesPerEU = ZeroExpr; in reset()