Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp234 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64; in AMDGPUTargetInfo()
321 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE__", Twine(WavefrontSize)); in getTargetDefines()
323 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
H A DAMDGPU.h38 unsigned WavefrontSize; variable
371 switch (WavefrontSize) { in getGridValue()
438 WavefrontSize = 64; in handleTargetFeatures()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp760 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local
761 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()
775 .addImm(WavefrontSize); in lowerInitExec()
H A DSIISelLowering.cpp5803 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
5804 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()
5833 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
5834 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h250 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()