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

  /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...]
NVPTXSubtarget.cpp 49 : NVPTXGenSubtargetInfo(TT, CPU, FS), PTXVersion(0), SmVersion(20), TM(TM),
57 return (SmVersion >= 30);
NVVMIntrRange.cpp 41 NVVMIntrRange(unsigned int SmVersion) : FunctionPass(ID) {
46 MaxGridSize.x = SmVersion >= 30 ? 0x7fffffff : 0xffff;
57 FunctionPass *llvm::createNVVMIntrRangePass(unsigned int SmVersion) {
58 return new NVVMIntrRange(SmVersion);
NVPTX.h 50 FunctionPass *createNVVMIntrRangePass(unsigned int SmVersion);

Completed in 50 milliseconds