Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp367 if (!ST.hasVGPRIndexMode()) in runOnMachineFunction()
H A DGCNSubtarget.h796 bool hasVGPRIndexMode() const { in hasVGPRIndexMode() function
H A DAMDGPUSubtarget.cpp660 return !hasMovrel() || (EnableVGPRIndexMode && hasVGPRIndexMode()); in useVGPRIndexMode()
H A DAMDGPU.td1390 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,