Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h102 mutable std::optional<bool> EnableWavefrontSize32; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1127 *EnableWavefrontSize32 : in getNumVGPRBlocks() argument
1037 getVGPRAllocGranule(const MCSubtargetInfo * STI,std::optional<bool> EnableWavefrontSize32) getVGPRAllocGranule() argument
1055 getVGPREncodingGranule(const MCSubtargetInfo * STI,std::optional<bool> EnableWavefrontSize32) getVGPREncodingGranule() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp5197 calculateGPRBlocks(const FeatureBitset & Features,bool VCCUsed,bool FlatScrUsed,bool XNACKUsed,std::optional<bool> EnableWavefrontSize32,unsigned NextFreeVGPR,SMRange VGPRRange,unsigned NextFreeSGPR,SMRange SGPRRange,unsigned & VGPRBlocks,unsigned & SGPRBlocks) calculateGPRBlocks() argument
5269 std::optional<bool> EnableWavefrontSize32; ParseDirectiveAMDHSAKernel() local