Searched refs:IsX86 (Results 1 – 5 of 5) sorted by relevance
198 bool IsX86 = Name.startswith("x86."); in UpgradeIntrinsicFunction1() local199 if (IsX86) in UpgradeIntrinsicFunction1()202 if (IsX86 && in UpgradeIntrinsicFunction1()308 if (IsX86 && Name.startswith("sse41.ptest")) { in UpgradeIntrinsicFunction1()318 if (IsX86 && Name == "sse41.insertps") in UpgradeIntrinsicFunction1()321 if (IsX86 && Name == "sse41.dppd") in UpgradeIntrinsicFunction1()324 if (IsX86 && Name == "sse41.dpps") in UpgradeIntrinsicFunction1()327 if (IsX86 && Name == "sse41.mpsadbw") in UpgradeIntrinsicFunction1()330 if (IsX86 && Name == "avx.dp.ps.256") in UpgradeIntrinsicFunction1()333 if (IsX86 && Name == "avx2.mpsadbw") in UpgradeIntrinsicFunction1()[all …]
1414 bool IsX86 = Name.startswith("x86."); in UpgradeIntrinsicCall() local1415 if (IsX86) in UpgradeIntrinsicCall()1421 if (IsX86 && Name.startswith("sse4a.movnt.")) { in UpgradeIntrinsicCall()1447 if (IsX86 && (Name.startswith("avx.movnt.") || in UpgradeIntrinsicCall()1472 if (IsX86 && Name == "sse2.storel.dq") { in UpgradeIntrinsicCall()1489 if (IsX86 && (Name.startswith("sse.storeu.") || in UpgradeIntrinsicCall()1505 if (IsX86 && Name == "avx512.mask.store.ss") { in UpgradeIntrinsicCall()1515 if (IsX86 && (Name.startswith("avx512.mask.store"))) { in UpgradeIntrinsicCall()1528 if (IsX86 && (Name.startswith("sse2.pcmp") || in UpgradeIntrinsicCall()1535 } else if (IsX86 && (Name.startswith("avx512.broadcastm"))) { in UpgradeIntrinsicCall()[all …]
3541 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local3552 if (IsX86 || IsX86_64) { in getSupportedSanitizers()4669 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local4692 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
369 bool IsX86 = TargetTriple.getArch() == llvm::Triple::x86; in getShadowMapping() local391 Mapping.Offset = IsX86 ? kIOSSimShadowOffset32 : kIOSShadowOffset32; in getShadowMapping()
494 bool IsX86 = TargetTriple.getArch() == Triple::x86; in getShadowMapping() local522 Mapping.Offset = IsX86 ? kIOSSimShadowOffset32 : kIOSShadowOffset32; in getShadowMapping()