Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp386 if (!ST.hasVGPRIndexMode()) in runOnMachineFunction()
H A DGCNSubtarget.h821 bool hasVGPRIndexMode() const { in hasVGPRIndexMode() function
H A DAMDGPUSubtarget.cpp593 return !hasMovrel() || (EnableVGPRIndexMode && hasVGPRIndexMode()); in useVGPRIndexMode()
H A DAMDGPU.td1667 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,