Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.h44 unsigned WavefrontSize; variable
378 switch (WavefrontSize) { in getGridValue()
445 WavefrontSize = 64; in handleTargetFeatures()
H A DAMDGPU.cpp402 WavefrontSize = GPUFeatures & llvm::AMDGPU::FEATURE_WAVE32 ? 32 : 64; in AMDGPUTargetInfo()
485 Builder.defineMacro("__AMDGCN_WAVEFRONT_SIZE", Twine(WavefrontSize)); in getTargetDefines()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp748 const unsigned WavefrontSize = ST.getWavefrontSize(); in lowerInitExec() local
749 const unsigned Mask = (WavefrontSize << 1) - 1; in lowerInitExec()
763 .addImm(WavefrontSize); in lowerInitExec()
H A DSIISelLowering.cpp4947 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerICMPIntrinsic() local
4948 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerICMPIntrinsic()
4978 unsigned WavefrontSize = TLI.getSubtarget()->getWavefrontSize(); in lowerFCMPIntrinsic() local
4979 EVT CCVT = EVT::getIntegerVT(*DAG.getContext(), WavefrontSize); in lowerFCMPIntrinsic()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h256 constexpr char WavefrontSize[] = "WavefrontSize"; variable
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAMDGPUMetadata.cpp145 YIO.mapRequired(Kernel::CodeProps::Key::WavefrontSize, in mapping()
/openbsd-src/gnu/llvm/llvm/docs/
H A DAMDGPUUsage.rst3030 "WavefrontSize" integer Required Wavefront size. Must