Searched refs:IsNVVM (Results 1 – 2 of 2) sorted by relevance
1686 bool IsNVVM = Name.startswith("nvvm."); in UpgradeIntrinsicCall() local1687 if (IsNVVM) in UpgradeIntrinsicCall()3446 } else if (IsNVVM && (Name == "abs.i" || Name == "abs.ll")) { in UpgradeIntrinsicCall()3452 } else if (IsNVVM && (Name.startswith("atomic.load.add.f32.p") || in UpgradeIntrinsicCall()3458 } else if (IsNVVM && (Name == "max.i" || Name == "max.ll" || in UpgradeIntrinsicCall()3466 } else if (IsNVVM && (Name == "min.i" || Name == "min.ll" || in UpgradeIntrinsicCall()3474 } else if (IsNVVM && Name == "clz.ll") { in UpgradeIntrinsicCall()3482 } else if (IsNVVM && Name == "popc.ll") { in UpgradeIntrinsicCall()3491 } else if (IsNVVM && Name == "h2f") { in UpgradeIntrinsicCall()
1795 bool IsNVVM = Name.startswith("nvvm."); in UpgradeIntrinsicCall() local1796 if (IsNVVM) in UpgradeIntrinsicCall()3575 } else if (IsNVVM && (Name == "abs.i" || Name == "abs.ll")) { in UpgradeIntrinsicCall()3581 } else if (IsNVVM && (Name.startswith("atomic.load.add.f32.p") || in UpgradeIntrinsicCall()3587 } else if (IsNVVM && (Name == "max.i" || Name == "max.ll" || in UpgradeIntrinsicCall()3595 } else if (IsNVVM && (Name == "min.i" || Name == "min.ll" || in UpgradeIntrinsicCall()3603 } else if (IsNVVM && Name == "clz.ll") { in UpgradeIntrinsicCall()3611 } else if (IsNVVM && Name == "popc.ll") { in UpgradeIntrinsicCall()3620 } else if (IsNVVM && Name == "h2f") { in UpgradeIntrinsicCall()