Home
last modified time | relevance | path

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

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