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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h24 uint32_t SGPRBlocks = 0; member in struct:llvm::SIProgramInfo
H A DAMDGPUAsmPrinter.cpp516 " SGPRBlocks: " + Twine(CurrentProgramInfo.SGPRBlocks), false);
1085 ProgInfo.SGPRBlocks = IsaInfo::getNumSGPRBlocks(
1134 S_00B848_SGPRS(ProgInfo.SGPRBlocks) |
1205 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks), 4);
1246 S_00B028_SGPRS(CurrentProgramInfo.SGPRBlocks));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1038 /// \param SGPRBlocks [out] Result SGPR block count.
1044 unsigned &SGPRBlocks);
3804 unsigned &VGPRBlocks, unsigned &SGPRBlocks) {
3835 SGPRBlocks = IsaInfo::getNumSGPRBlocks(&getSTI(), NumSGPRs);
4097 unsigned SGPRBlocks; local
4101 SGPRBlocks))
4111 SGPRBlocks))
4115 SGPRBlocks);
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 72 milliseconds