Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/Targets/
H A DAMDGPU.cpp346 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64; in AMDGPUTargetInfo()
421 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
H A DAMDGPU.h44 unsigned WavefrontSize; variable
418 WavefrontSize = 64; in handleTargetFeatures()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp683 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local
684 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()
696 .addImm(WavefrontSize); in lowerInitExec()
H A DSIISelLowering.cpp4768 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
4769 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()
4799 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
4800 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h251 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp144 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()