Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h775 bool hasVGPRIndexMode() const { in hasVGPRIndexMode() function
780 return !hasMovrel() || (UserEnable && hasVGPRIndexMode()); in useVGPRIndexMode()
H A DAMDGPU.td765 def HasVGPRIndexMode : Predicate<"Subtarget->hasVGPRIndexMode()">,