Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
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()
DAMDGPUBaseInfo.h241 Optional<bool> EnableWavefrontSize32 = None);
248 Optional<bool> EnableWavefrontSize32 = None);
270 Optional<bool> EnableWavefrontSize32 = None);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1204 Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR,
4485 bool XNACKUsed, Optional<bool> EnableWavefrontSize32, unsigned NextFreeVGPR, in calculateGPRBlocks() argument
4517 IsaInfo::getNumVGPRBlocks(&getSTI(), NumVGPRs, EnableWavefrontSize32); in calculateGPRBlocks()
4548 Optional<bool> EnableWavefrontSize32; in ParseDirectiveAMDHSAKernel() local
4647 EnableWavefrontSize32 = Val; in ParseDirectiveAMDHSAKernel()
4809 EnableWavefrontSize32, NextFreeVGPR, in ParseDirectiveAMDHSAKernel()