Searched refs:SmVersion (Results 1 – 5 of 5) sorted by relevance
44 unsigned int SmVersion;76 bool hasAtomAddF64() const { return SmVersion >= 60; } in hasHWROT32() 77 bool hasAtomScope() const { return SmVersion >= 60; }78 bool hasAtomBitwise64() const { return SmVersion >= 32; } in hasFP16Math() 79 bool hasAtomMinMax64() const { return SmVersion >= 32; } in hasBF16Math() 80 bool hasLDG() const { return SmVersion >= 32; }81 inline bool hasHWROT32() const { return SmVersion >= 32; } in hasMaskOperator() 83 bool hasFP16Math() const { return SmVersion >= 53; } in getSmVersion() 84 bool hasBF16Math() const { return SmVersion >= 80; } in getTargetName() 87 bool hasNoReturn() const { return SmVersion >39 unsigned int SmVersion; global() variable [all...]
58 unsigned int SmVersion; member in __anon08042f610111::NVVMReflect60 explicit NVVMReflect(unsigned int Sm) : FunctionPass(ID), SmVersion(Sm) { in NVVMReflect()68 FunctionPass *llvm::createNVVMReflectPass(unsigned int SmVersion) { in createNVVMReflectPass() argument69 return new NVVMReflect(SmVersion); in createNVVMReflectPass()81 static bool runNVVMReflect(Function &F, unsigned SmVersion) { in runNVVMReflect() argument177 ReflectVal = SmVersion * 10; in runNVVMReflect()222 return runNVVMReflect(F, SmVersion); in runOnFunction()229 return runNVVMReflect(F, SmVersion) ? PreservedAnalyses::none() in run()
44 FunctionPass *createNVVMReflectPass(unsigned int SmVersion);61 NVVMReflectPass(unsigned SmVersion) : SmVersion(SmVersion) {} in NVVMReflectPass()65 unsigned SmVersion;
39 // Re-map SM version numbers, SmVersion carries the regular SMs which do in initializeSubtargetDependencies() 42 SmVersion = getSmVersion(); in initializeSubtargetDependencies() 56 FullSmVersion(200), SmVersion(getSmVersion()), TM(TM), in hasImageHandles() 63 return (SmVersion >= 30);
5866 unsigned int SmVersion) { in PerformSETCCCombine() argument5875 if (A.getValueType() == MVT::v2bf16 && SmVersion < 90) in PerformSETCCCombine()