Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1037 std::optional<bool> EnableWavefrontSize32) { in getVGPRAllocGranule() argument
1041 bool IsWave32 = EnableWavefrontSize32 ? in getVGPRAllocGranule()
1042 *EnableWavefrontSize32 : in getVGPRAllocGranule()
1055 std::optional<bool> EnableWavefrontSize32) { in getVGPREncodingGranule() argument
1059 bool IsWave32 = EnableWavefrontSize32 ? in getVGPREncodingGranule()
1060 *EnableWavefrontSize32 : in getVGPREncodingGranule()
1127 std::optional<bool> EnableWavefrontSize32) { in getNumVGPRBlocks() argument
1129 getVGPREncodingGranule(STI, EnableWavefrontSize32)); in getNumVGPRBlocks()
1131 return NumVGPRs / getVGPREncodingGranule(STI, EnableWavefrontSize32) - 1; in getNumVGPRBlocks()
H A DAMDGPUBaseInfo.h271 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
279 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
307 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h102 mutable std::optional<bool> EnableWavefrontSize32; variable
H A DAMDGPUDisassembler.cpp1881 AMDGPU::IsaInfo::getVGPREncodingGranule(&STI, EnableWavefrontSize32); in decodeCOMPUTE_PGM_RSRC1()
2048 if (!EnableWavefrontSize32 || !*EnableWavefrontSize32) { in decodeCOMPUTE_PGM_RSRC3()
2276 EnableWavefrontSize32 = in decodeKernelDescriptor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1323 std::optional<bool> EnableWavefrontSize32,
5197 bool XNACKUsed, std::optional<bool> EnableWavefrontSize32, in calculateGPRBlocks() argument
5229 IsaInfo::getNumVGPRBlocks(&getSTI(), NumVGPRs, EnableWavefrontSize32); in calculateGPRBlocks()
5269 std::optional<bool> EnableWavefrontSize32; in ParseDirectiveAMDHSAKernel() local
5391 EnableWavefrontSize32 = Val; in ParseDirectiveAMDHSAKernel()
5576 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel()
5625 if (SharedVGPRCount && EnableWavefrontSize32 && *EnableWavefrontSize32) { in ParseDirectiveAMDHSAKernel()