Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp241 WavefrontSize = (GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32) ? 32 : 64; in AMDGPUTargetInfo()
340 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE__", Twine(WavefrontSize)); in getTargetDefines()
342 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
H A DAMDGPU.h38 unsigned WavefrontSize; variable
367 switch (WavefrontSize) { in getGridValue()
436 WavefrontSize = 64; in handleTargetFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h257 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp1573 const unsigned WavefrontSize = ST->getWavefrontSize(); in lowerInitExec() local
1574 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()
1586 .addImm(WavefrontSize); in lowerInitExec()
H A DSIISelLowering.cpp6037 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
6038 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()
6067 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
6068 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()