Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h1347 bool hasLegacyGeometry() const { return getGeneration() < GFX11; } in hasLegacyGeometry() function
H A DSIInsertWaitcnts.cpp1660 ST->hasLegacyGeometry() && in generateWaitcntInstBefore()