HomeSort by: relevance | last modified time | path
    Searched refs:HasVGPRIndexMode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 122 bool HasVGPRIndexMode;
796 bool hasVGPRIndexMode() const {
797 return HasVGPRIndexMode;
AMDGPUSubtarget.cpp 157 if (!HasMovrel && !HasVGPRIndexMode)
248 HasVGPRIndexMode(false),
660 return !hasMovrel() || (EnableVGPRIndexMode && hasVGPRIndexMode());

Completed in 67 milliseconds