Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp256 WavefrontSize = (GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32) ? 32 : 64; in AMDGPUTargetInfo()
357 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE__", Twine(WavefrontSize), in getTargetDefines()
360 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize), in getTargetDefines()
H A DAMDGPU.h38 unsigned WavefrontSize; variable
380 switch (WavefrontSize) { in getGridValue()
449 WavefrontSize = 64; in handleTargetFeatures()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/
H A DUtility.h147 uint32_t WavefrontSize = KInvalidValue; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h258 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.cpp1641 const unsigned WavefrontSize = ST->getWavefrontSize(); in lowerInitExec() local
1642 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()
1654 .addImm(WavefrontSize); in lowerInitExec()
H A DSIISelLowering.cpp6381 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
6382 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()
6411 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
6412 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/
H A DUtility.cpp284 KernelData.WavefrontSize = V.second.getUInt(); in extractKernelData()