Home
last modified time | relevance | path

Searched refs:EnableWavefrontSize32 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1297 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 DAMDGPUBaseInfo.h302 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 DAMDGPUDisassembler.h87 mutable std::optional<bool> EnableWavefrontSize32; variable
H A DAMDGPUDisassembler.cpp2166 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 DAMDGPUAsmParser.cpp1389 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()