Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1150 bool hasLdsDirect() const { return getGeneration() >= GFX11; } in hasLdsDirect() function
H A DGCNHazardRecognizer.cpp1097 if (ST.hasLdsDirect()) { in fixHazards()