Lines Matching refs:SmVersion
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()
55 bool hasDouble() const { return SmVersion >= 13; } in hasDouble()
56 bool reqPTX20() const { return SmVersion >= 20; } in reqPTX20()
57 bool hasF32FTZ() const { return SmVersion >= 20; } in hasF32FTZ()
58 bool hasFMAF32() const { return SmVersion >= 20; } in hasFMAF32()
59 bool hasFMAF64() const { return SmVersion >= 13; } in hasFMAF64()
60 bool hasLDG() const { return SmVersion >= 32; } in hasLDG()
61 bool hasLDU() const { return SmVersion >= 20; } in hasLDU()
62 bool hasGenericLdSt() const { return SmVersion >= 20; } in hasGenericLdSt()
68 inline bool hasROT64() const { return SmVersion >= 20; } in hasROT64()
73 unsigned int getSmVersion() const { return SmVersion; } in getSmVersion()