Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DAutoUpgrade.cpp1974 bool IsX86 = Name.startswith("x86."); in UpgradeIntrinsicCall() local
1975 if (IsX86) in UpgradeIntrinsicCall()
2010 if (IsX86 && (Name.startswith("avx.movnt.") || in UpgradeIntrinsicCall()
2035 if (IsX86 && Name == "sse2.storel.dq") { in UpgradeIntrinsicCall()
2068 if (IsX86 && Name == "avx512.mask.store.ss") { in UpgradeIntrinsicCall()
2091 if (IsX86 && (Name.startswith("sse2.pcmp") || in UpgradeIntrinsicCall()
2106 } else if (IsX86 && (Name == "sse.sqrt.ss" || in UpgradeIntrinsicCall()
2176 } else if (IsX86 && Name == "avx512.kand.w") { in UpgradeIntrinsicCall()
2187 } else if (IsX86 && Name == "avx512.kor.w") { in UpgradeIntrinsicCall()
2192 } else if (IsX86 && Name == "avx512.kxor.w") { in UpgradeIntrinsicCall()
[all …]
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DContiki.cpp22 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
24 if (IsX86) in getSupportedSanitizers()
H A DSolaris.cpp225 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
229 if (IsX86) { in getSupportedSanitizers()
234 if (IsX86 || IsX86_64) in getSupportedSanitizers()
H A DLinux.cpp729 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
756 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
763 if (IsX86 || IsX86_64) in getSupportedSanitizers()
765 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
H A DFreeBSD.cpp484 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
496 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
499 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DOpenBSD.cpp267 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
273 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DNetBSD.cpp475 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
478 if (IsX86 || IsX86_64) { in getSupportedSanitizers()