HomeSort by relevance Sort by last modified time
    Searched refs:HasVGPRIndexMode (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 346 bool HasVGPRIndexMode;
764 bool hasVGPRIndexMode() const {
765 return HasVGPRIndexMode;
769 return !hasMovrel() || (UserEnable && hasVGPRIndexMode());
AMDGPUSubtarget.cpp 118 if (!HasMovrel && !HasVGPRIndexMode)
189 HasVGPRIndexMode(false),

Completed in 64 milliseconds