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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h 40 unsigned int SmVersion;
72 bool hasAtomAddF64() const { return SmVersion >= 60; }
73 bool hasAtomScope() const { return SmVersion >= 60; }
74 bool hasAtomBitwise64() const { return SmVersion >= 32; }
75 bool hasAtomMinMax64() const { return SmVersion >= 32; }
76 bool hasLDG() const { return SmVersion >= 32; }
77 inline bool hasHWROT32() const { return SmVersion >= 32; }
79 bool hasFP16Math() const { return SmVersion >= 53; }
81 unsigned int getSmVersion() const { return SmVersion; }
  /external/llvm/lib/Target/NVPTX/
NVPTXSubtarget.h 40 unsigned int SmVersion;
72 bool hasBrkPt() const { return SmVersion >= 11; }
73 bool hasAtomRedG32() const { return SmVersion >= 11; }
74 bool hasAtomRedS32() const { return SmVersion >= 12; }
75 bool hasAtomRedG64() const { return SmVersion >= 12; }
76 bool hasAtomRedS64() const { return SmVersion >= 20; }
77 bool hasAtomRedGen32() const { return SmVersion >= 20; }
78 bool hasAtomRedGen64() const { return SmVersion >= 20; }
79 bool hasAtomAddF32() const { return SmVersion >= 20; }
80 bool hasVote() const { return SmVersion >= 12;
    [all...]

Completed in 266 milliseconds