Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp1820 bool IsNVVM = Name.startswith("nvvm."); in UpgradeIntrinsicCall() local
1821 if (IsNVVM) in UpgradeIntrinsicCall()
3597 } else if (IsNVVM && (Name == "abs.i" || Name == "abs.ll")) { in UpgradeIntrinsicCall()
3603 } else if (IsNVVM && (Name.startswith("atomic.load.add.f32.p") || in UpgradeIntrinsicCall()
3609 } else if (IsNVVM && (Name == "max.i" || Name == "max.ll" || in UpgradeIntrinsicCall()
3617 } else if (IsNVVM && (Name == "min.i" || Name == "min.ll" || in UpgradeIntrinsicCall()
3625 } else if (IsNVVM && Name == "clz.ll") { in UpgradeIntrinsicCall()
3633 } else if (IsNVVM && Name == "popc.ll") { in UpgradeIntrinsicCall()
3642 } else if (IsNVVM && Name == "h2f") { in UpgradeIntrinsicCall()