Home
last modified time | relevance | path

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

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