Home
last modified time | relevance | path

Searched refs:VGPRBlocks (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp25 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getComputePGMRSrc1()
47 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getPGMRSrc1()
H A DSIProgramInfo.h29 uint32_t VGPRBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp553 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()
860 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks( in getSIProgramInfo()
996 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1326 unsigned &VGPRBlocks, unsigned &SGPRBlocks);
5199 SMRange SGPRRange, unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
5228 VGPRBlocks = in calculateGPRBlocks()
5572 unsigned VGPRBlocks; in ParseDirectiveAMDHSAKernel() local
5577 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
5582 VGPRBlocks)) in ParseDirectiveAMDHSAKernel()
5585 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks); in ParseDirectiveAMDHSAKernel()
5629 if (SharedVGPRCount * 2 + VGPRBlocks > 63) { in ParseDirectiveAMDHSAKernel()