Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp367 if (!ST.hasVGPRIndexMode()) in runOnMachineFunction()
H A DGCNSubtarget.h803 bool hasVGPRIndexMode() const { in hasVGPRIndexMode() function
H A DAMDGPUSubtarget.cpp763 return !hasMovrel() || (EnableVGPRIndexMode && hasVGPRIndexMode()); in useVGPRIndexMode()
H A DAMDGPU.td1432 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,