Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp24 return S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getComputePGMRSrc1()
35 uint64_t Reg = S_00B848_VGPRS(VGPRBlocks) | S_00B848_SGPRS(SGPRBlocks) | in getPGMRSrc1()
H A DSIProgramInfo.h27 uint32_t VGPRBlocks = 0; member
H A DAMDGPUAsmPrinter.cpp529 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()
782 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks( in getSIProgramInfo()
896 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1206 SMRange SGPRRange, unsigned &VGPRBlocks,
4487 unsigned &VGPRBlocks, unsigned &SGPRBlocks) { in calculateGPRBlocks() argument
4516 VGPRBlocks = in calculateGPRBlocks()
4805 unsigned VGPRBlocks; in ParseDirectiveAMDHSAKernel() local
4810 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
4815 VGPRBlocks)) in ParseDirectiveAMDHSAKernel()
4818 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks); in ParseDirectiveAMDHSAKernel()