Searched refs:EnableWavefrontSize32 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.cpp | 1297 std::optional<bool> EnableWavefrontSize32) { in getVGPRAllocGranule() argument 1309 bool IsWave32 = EnableWavefrontSize32 in getVGPRAllocGranule() 1310 ? *EnableWavefrontSize32 in getVGPRAllocGranule() 1323 std::optional<bool> EnableWavefrontSize32) { in getVGPREncodingGranule() argument 1327 bool IsWave32 = EnableWavefrontSize32 in getVGPREncodingGranule() 1328 ? *EnableWavefrontSize32 in getVGPREncodingGranule() 1447 std::optional<bool> EnableWavefrontSize32) { in getEncodedNumVGPRBlocks() argument 1449 NumVGPRs, getVGPREncodingGranule(STI, EnableWavefrontSize32)) - in getEncodedNumVGPRBlocks() 1456 std::optional<bool> EnableWavefrontSize32) { in getAllocatedNumVGPRBlocks() argument 1459 getVGPRAllocGranule(STI, DynamicVGPRBlockSize, EnableWavefrontSize32)); in getAllocatedNumVGPRBlocks()
|
| H A D | AMDGPUBaseInfo.h | 302 std::optional<bool> EnableWavefrontSize32 = std::nullopt); 310 std::optional<bool> EnableWavefrontSize32 = std::nullopt); 362 std::optional<bool> EnableWavefrontSize32 = std::nullopt); 369 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
| H A D | AMDGPUDisassembler.h | 87 mutable std::optional<bool> EnableWavefrontSize32; variable
|
| H A D | AMDGPUDisassembler.cpp | 2166 AMDGPU::IsaInfo::getVGPREncodingGranule(&STI, EnableWavefrontSize32); in decodeCOMPUTE_PGM_RSRC1() 2325 if (!EnableWavefrontSize32 || !*EnableWavefrontSize32) { in decodeCOMPUTE_PGM_RSRC3() 2589 EnableWavefrontSize32 = in decodeKernelDescriptor()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 1389 std::optional<bool> EnableWavefrontSize32, 5728 std::optional<bool> EnableWavefrontSize32, const MCExpr *NextFreeVGPR, in calculateGPRBlocks() argument 5781 IsaInfo::getVGPREncodingGranule(&getSTI(), EnableWavefrontSize32)); in calculateGPRBlocks() 5827 std::optional<bool> EnableWavefrontSize32; in ParseDirectiveAMDHSAKernel() local 5974 EnableWavefrontSize32 = Val; in ParseDirectiveAMDHSAKernel() 6193 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel() 6270 if (SharedVGPRCount && EnableWavefrontSize32 && *EnableWavefrontSize32) { in ParseDirectiveAMDHSAKernel()
|