Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp304 assert(ST->hasPermLaneX16()); in buildReduction()
363 assert(ST->hasPermLaneX16()); in buildScan()
540 if (!NeedResult && ST->hasPermLaneX16()) { in optimizeAtomic()
H A DGCNSubtarget.h866 bool hasPermLaneX16() const { return getGeneration() >= GFX10; } in hasPermLaneX16() function