Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1021 bool hasPermLane64() const { return getGeneration() >= GFX11; } in hasPermLane64() function
H A DAMDGPUAtomicOptimizer.cpp432 if (ST->hasPermLane64()) { in buildReduction()