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

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

Completed in 15 milliseconds