Searched refs:SmVersion (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXSubtarget.h | 37 unsigned int SmVersion; variable 46 bool hasBrkPt() const { return SmVersion >= 11; } in hasBrkPt() 47 bool hasAtomRedG32() const { return SmVersion >= 11; } in hasAtomRedG32() 48 bool hasAtomRedS32() const { return SmVersion >= 12; } in hasAtomRedS32() 49 bool hasAtomRedG64() const { return SmVersion >= 12; } in hasAtomRedG64() 50 bool hasAtomRedS64() const { return SmVersion >= 20; } in hasAtomRedS64() 51 bool hasAtomRedGen32() const { return SmVersion >= 20; } in hasAtomRedGen32() 52 bool hasAtomRedGen64() const { return SmVersion >= 20; } in hasAtomRedGen64() 53 bool hasAtomAddF32() const { return SmVersion >= 20; } in hasAtomAddF32() 54 bool hasVote() const { return SmVersion >= 12; } in hasVote() [all …]
|
D | NVPTX.td | 29 def SM10 : SubtargetFeature<"sm_10", "SmVersion", "10", 31 def SM11 : SubtargetFeature<"sm_11", "SmVersion", "11", 33 def SM12 : SubtargetFeature<"sm_12", "SmVersion", "12", 35 def SM13 : SubtargetFeature<"sm_13", "SmVersion", "13", 37 def SM20 : SubtargetFeature<"sm_20", "SmVersion", "20", 39 def SM21 : SubtargetFeature<"sm_21", "SmVersion", "21", 41 def SM30 : SubtargetFeature<"sm_30", "SmVersion", "30", 43 def SM35 : SubtargetFeature<"sm_35", "SmVersion", "35",
|
D | NVPTXSubtarget.cpp | 40 SmVersion(10) { in NVPTXSubtarget()
|