Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp386 if (!ST.hasVGPRIndexMode()) in runOnMachineFunction()
H A DGCNSubtarget.h845 bool hasVGPRIndexMode() const { in hasVGPRIndexMode() function
H A DAMDGPUSubtarget.cpp618 return !hasMovrel() || (EnableVGPRIndexMode && hasVGPRIndexMode()); in useVGPRIndexMode()
H A DAMDGPU.td1728 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,