Searched refs:VGPRBlocks (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h23 uint32_t VGPRBlocks = 0; member in struct:llvm::SIProgramInfo
H A DAMDGPUAsmPrinter.cpp518 " VGPRBlocks: " + Twine(CurrentProgramInfo.VGPRBlocks), false);
1087 ProgInfo.VGPRBlocks = IsaInfo::getNumVGPRBlocks(
1133 S_00B848_VGPRS(ProgInfo.VGPRBlocks) |
1204 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) |
1245 MD->setRsrc1(CC, S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) |
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1037 /// \param VGPRBlocks [out] Result VGPR block count.
1043 SMRange SGPRRange, unsigned &VGPRBlocks,
3804 unsigned &VGPRBlocks, unsigned &SGPRBlocks) {
3833 VGPRBlocks =
4096 unsigned VGPRBlocks; local
4100 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks,
4105 VGPRBlocks))
4108 COMPUTE_PGM_RSRC1_GRANULATED_WORKITEM_VGPR_COUNT, VGPRBlocks);
3800 calculateGPRBlocks( const FeatureBitset &Features, bool VCCUsed, bool FlatScrUsed, bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, SMRange VGPRRange, unsigned NextFreeSGPR, SMRange SGPRRange, unsigned &VGPRBlocks, unsigned &SGPRBlocks) argument

Completed in 134 milliseconds