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.cpp389 if (!ST.hasVGPRIndexMode()) in runOnMachineFunction()
H A DGCNSubtarget.h994 bool hasVGPRIndexMode() const { in hasVGPRIndexMode() function
H A DAMDGPUSubtarget.cpp686 return !hasMovrel() || (EnableVGPRIndexMode && hasVGPRIndexMode()); in useVGPRIndexMode()
H A DAMDGPU.td2141 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,