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.h1066 bool hasPermLane64() const { return getGeneration() >= GFX11; } in hasPermLane64() function
H A DAMDGPUAtomicOptimizer.cpp413 if (ST.hasPermLane64()) { in buildReduction()