Home
last modified time | relevance | path

Searched refs:WavefrontSize (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h79 unsigned WavefrontSize; variable
191 return WavefrontSize; in getWavefrontSize()
437 return Log2_32(WavefrontSize); in getWavefrontSizeLog2()
H A DAMDGPUFeatures.td44 "WavefrontSize",
H A DAMDGPUSubtarget.cpp147 WavefrontSize(0) in AMDGPUSubtarget()
H A DSIInstrInfo.cpp1037 unsigned WavefrontSize = ST.getWavefrontSize(); in calculateLDSSpillAddress() local
1051 WorkGroupSize > WavefrontSize) { in calculateLDSSpillAddress()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h236 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAMDGPUMetadata.cpp139 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()