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 | 1104 std::optional<bool> EnableWavefrontSize32) { in getVGPRAllocGranule() argument 1108 bool IsWave32 = EnableWavefrontSize32 ? in getVGPRAllocGranule() 1109 *EnableWavefrontSize32 : in getVGPRAllocGranule() 1122 std::optional<bool> EnableWavefrontSize32) { in getVGPREncodingGranule() argument 1126 bool IsWave32 = EnableWavefrontSize32 ? in getVGPREncodingGranule() 1127 *EnableWavefrontSize32 : in getVGPREncodingGranule() 1229 std::optional<bool> EnableWavefrontSize32) { in getEncodedNumVGPRBlocks() argument 1231 NumVGPRs, getVGPREncodingGranule(STI, EnableWavefrontSize32)) - in getEncodedNumVGPRBlocks() 1237 std::optional<bool> EnableWavefrontSize32) { in getAllocatedNumVGPRBlocks() argument 1239 NumVGPRs, getVGPRAllocGranule(STI, EnableWavefrontSize32)); in getAllocatedNumVGPRBlocks()
|
H A D | AMDGPUBaseInfo.h | 284 std::optional<bool> EnableWavefrontSize32 = std::nullopt); 292 std::optional<bool> EnableWavefrontSize32 = std::nullopt); 336 std::optional<bool> EnableWavefrontSize32 = std::nullopt); 342 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 103 mutable std::optional<bool> EnableWavefrontSize32; variable
|
H A D | AMDGPUDisassembler.cpp | 1906 AMDGPU::IsaInfo::getVGPREncodingGranule(&STI, EnableWavefrontSize32); in decodeCOMPUTE_PGM_RSRC1() 2065 if (!EnableWavefrontSize32 || !*EnableWavefrontSize32) { in decodeCOMPUTE_PGM_RSRC3() 2329 EnableWavefrontSize32 = in decodeKernelDescriptor()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1336 std::optional<bool> EnableWavefrontSize32, 5366 std::optional<bool> EnableWavefrontSize32, const MCExpr *NextFreeVGPR, in calculateGPRBlocks() argument 5419 IsaInfo::getVGPREncodingGranule(&getSTI(), EnableWavefrontSize32)); in calculateGPRBlocks() 5465 std::optional<bool> EnableWavefrontSize32; in ParseDirectiveAMDHSAKernel() local 5612 EnableWavefrontSize32 = Val; in ParseDirectiveAMDHSAKernel() 5808 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel() 5888 if (SharedVGPRCount && EnableWavefrontSize32 && *EnableWavefrontSize32) { in ParseDirectiveAMDHSAKernel()
|