Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h797 bool hasInstPrefetch() const { return getGeneration() >= GFX10; } in hasInstPrefetch() function
H A DSIISelLowering.cpp12680 if (!ML || DisableLoopAlignment || !getSubtarget()->hasInstPrefetch() || in getPrefLoopAlignment()