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

/openbsd-current/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.h44 unsigned WavefrontSize; member in class:clang::targets::final
378 switch (WavefrontSize) {
445 WavefrontSize = 64;
H A DAMDGPU.cpp402 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64;
485 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize));
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h256 constexpr char WavefrontSize[] = "WavefrontSize"; member in namespace:llvm::AMDGPU::HSAMD::AccessQualifier::AddressSpaceQualifier::ValueKind::ValueType::Kernel::CodeProps::Key
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp748 const unsigned WavefrontSize = ST.getWavefrontSize(); local
749 const unsigned Mask = (WavefrontSize << 1) - 1;
763 .addImm(WavefrontSize);
H A DSIISelLowering.cpp4947 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); local
4948 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize);
4978 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); local
4979 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAMDGPUMetadata.cpp145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize,

Completed in 151 milliseconds