Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp694 Optional<bool> EnableWavefrontSize32) { in getVGPRAllocGranule() argument
698 bool IsWave32 = EnableWavefrontSize32 ? in getVGPRAllocGranule()
699 *EnableWavefrontSize32 : in getVGPRAllocGranule()
709 Optional<bool> EnableWavefrontSize32) { in getVGPREncodingGranule() argument
713 bool IsWave32 = EnableWavefrontSize32 ? in getVGPREncodingGranule()
714 *EnableWavefrontSize32 : in getVGPREncodingGranule()
755 Optional<bool> EnableWavefrontSize32) { in getNumVGPRBlocks() argument
757 getVGPREncodingGranule(STI, EnableWavefrontSize32)); in getNumVGPRBlocks()
759 return NumVGPRs / getVGPREncodingGranule(STI, EnableWavefrontSize32) - 1; in getNumVGPRBlocks()
H A DAMDGPUBaseInfo.h241 Optional<bool> EnableWavefrontSize32 = None);
248 Optional<bool> EnableWavefrontSize32 = None);
270 Optional<bool> EnableWavefrontSize32 = None);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1204 Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR,
4446 bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, in calculateGPRBlocks() argument
4478 IsaInfo::getNumVGPRBlocks(&getSTI(), NumVGPRs, EnableWavefrontSize32); in calculateGPRBlocks()
4509 Optional<bool> EnableWavefrontSize32; in ParseDirectiveAMDHSAKernel() local
4608 EnableWavefrontSize32 = Val; in ParseDirectiveAMDHSAKernel()
4770 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel()