Home
last modified time | relevance | path

Searched refs:IsNVVM (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp4186 bool IsNVVM = Name.consume_front("nvvm."); in UpgradeIntrinsicCall() local
4194 } else if (IsNVVM && (Name == "abs.i" || Name == "abs.ll")) { in UpgradeIntrinsicCall()
4200 } else if (IsNVVM && (Name.starts_with("atomic.load.add.f32.p") || in UpgradeIntrinsicCall()
4206 } else if (IsNVVM && Name.consume_front("max.") && in UpgradeIntrinsicCall()
4215 } else if (IsNVVM && Name.consume_front("min.") && in UpgradeIntrinsicCall()
4224 } else if (IsNVVM && Name == "clz.ll") { in UpgradeIntrinsicCall()
4232 } else if (IsNVVM && Name == "popc.ll") { in UpgradeIntrinsicCall()
4241 } else if (IsNVVM) { in UpgradeIntrinsicCall()