Searched refs:EnableWavefrontSize32 (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 828 Optional<bool> EnableWavefrontSize32) { in getVGPRAllocGranule() argument 832 bool IsWave32 = EnableWavefrontSize32 ? in getVGPRAllocGranule() 833 *EnableWavefrontSize32 : in getVGPRAllocGranule() 843 Optional<bool> EnableWavefrontSize32) { in getVGPREncodingGranule() argument 847 bool IsWave32 = EnableWavefrontSize32 ? in getVGPREncodingGranule() 848 *EnableWavefrontSize32 : in getVGPREncodingGranule() 898 Optional<bool> EnableWavefrontSize32) { in getNumVGPRBlocks() argument 900 getVGPREncodingGranule(STI, EnableWavefrontSize32)); in getNumVGPRBlocks() 902 return NumVGPRs / getVGPREncodingGranule(STI, EnableWavefrontSize32) - 1; in getNumVGPRBlocks()
|
| H A D | AMDGPUBaseInfo.h | 261 Optional<bool> EnableWavefrontSize32 = None); 268 Optional<bool> EnableWavefrontSize32 = None); 290 Optional<bool> EnableWavefrontSize32 = None);
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1278 Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, 4833 bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, in calculateGPRBlocks() argument 4865 IsaInfo::getNumVGPRBlocks(&getSTI(), NumVGPRs, EnableWavefrontSize32); in calculateGPRBlocks() 4903 Optional<bool> EnableWavefrontSize32; in ParseDirectiveAMDHSAKernel() local 5003 EnableWavefrontSize32 = Val; in ParseDirectiveAMDHSAKernel() 5175 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel() 5219 if (SharedVGPRCount && EnableWavefrontSize32) { in ParseDirectiveAMDHSAKernel()
|