Home
last modified time | relevance | path

Searched refs:hasVGPRIndexMode (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp453 if (!ST.hasVGPRIndexMode()) in run()
H A DGCNSubtarget.cpp359 return hasVGPRIndexMode() && (!hasMovrel() || EnableVGPRIndexMode); in useVGPRIndexMode()
H A DGCNSubtarget.h1039 bool hasVGPRIndexMode() const { in hasVGPRIndexMode() function
H A DAMDGPU.td2543 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,