Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp1817 bool IsX86 = Name.startswith("x86."); in UpgradeIntrinsicCall() local
1818 if (IsX86) in UpgradeIntrinsicCall()
1824 if (IsX86 && Name.startswith("sse4a.movnt.")) { in UpgradeIntrinsicCall()
1850 if (IsX86 && (Name.startswith("avx.movnt.") || in UpgradeIntrinsicCall()
1875 if (IsX86 && Name == "sse2.storel.dq") { in UpgradeIntrinsicCall()
1892 if (IsX86 && (Name.startswith("sse.storeu.") || in UpgradeIntrinsicCall()
1908 if (IsX86 && Name == "avx512.mask.store.ss") { in UpgradeIntrinsicCall()
1918 if (IsX86 && (Name.startswith("avx512.mask.store"))) { in UpgradeIntrinsicCall()
1931 if (IsX86 && (Name.startswith("sse2.pcmp") || in UpgradeIntrinsicCall()
1938 } else if (IsX86 && (Name.startswith("avx512.broadcastm"))) { in UpgradeIntrinsicCall()
[all …]
/netbsd-src/external/apache2/llvm/dist/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.cpp202 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
206 if (IsX86) { in getSupportedSanitizers()
211 if (IsX86 || IsX86_64) in getSupportedSanitizers()
H A DLinux.cpp686 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
712 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()
719 if (IsX86 || IsX86_64) in getSupportedSanitizers()
721 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
H A DOpenBSD.cpp231 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
237 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DFreeBSD.cpp471 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
483 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
H A DNetBSD.cpp469 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
472 if (IsX86 || IsX86_64) { in getSupportedSanitizers()