Searched defs:SmVersion (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h40 unsigned int SmVersion; member in class:llvm::NVPTXSubtarget
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 >
[all...]

Completed in 182 milliseconds