Searched refs:EnableWavefrontSize32 (Results 1 – 3 of 3) sorted by relevance
1021 std::optional<bool> EnableWavefrontSize32) { in getVGPRAllocGranule() argument1025 bool IsWave32 = EnableWavefrontSize32 ? in getVGPRAllocGranule()1026 *EnableWavefrontSize32 : in getVGPRAllocGranule()1039 std::optional<bool> EnableWavefrontSize32) { in getVGPREncodingGranule() argument1043 bool IsWave32 = EnableWavefrontSize32 ? in getVGPREncodingGranule()1044 *EnableWavefrontSize32 : in getVGPREncodingGranule()1111 std::optional<bool> EnableWavefrontSize32) { in getNumVGPRBlocks() argument1113 getVGPREncodingGranule(STI, EnableWavefrontSize32)); in getNumVGPRBlocks()1115 return NumVGPRs / getVGPREncodingGranule(STI, EnableWavefrontSize32) - 1; in getNumVGPRBlocks()
275 std::optional<bool> EnableWavefrontSize32 = std::nullopt);283 std::optional<bool> EnableWavefrontSize32 = std::nullopt);311 std::optional<bool> EnableWavefrontSize32 = std::nullopt);
1285 std::optional<bool> EnableWavefrontSize32,4913 bool XNACKUsed, std::optional<bool> EnableWavefrontSize32, in calculateGPRBlocks() argument4945 IsaInfo::getNumVGPRBlocks(&getSTI(), NumVGPRs, EnableWavefrontSize32); in calculateGPRBlocks()4983 std::optional<bool> EnableWavefrontSize32; in ParseDirectiveAMDHSAKernel() local5083 EnableWavefrontSize32 = Val; in ParseDirectiveAMDHSAKernel()5255 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel()5299 if (SharedVGPRCount && EnableWavefrontSize32) { in ParseDirectiveAMDHSAKernel()