Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.cpp183 bool IsWave32Capable = false; in initFeatureMap() local
194 IsWave32Capable = true; in initFeatureMap()
216 IsWave32Capable = true; in initFeatureMap()
243 IsWave32Capable = true; in initFeatureMap()
343 (IsWave32Capable || IsNullCPU) && Features.count("wavefrontsize32"); in initFeatureMap()
358 IsWave32Capable ? "wavefrontsize32" : "wavefrontsize64"; in initFeatureMap()