Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DAutoUpgrade.cpp198 bool IsX86 = Name.startswith("x86."); in UpgradeIntrinsicFunction1() local
199 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 …]
/external/clang/lib/Driver/
DToolChains.cpp3541 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
3552 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
4669 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local
4692 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp369 bool IsX86 = TargetTriple.getArch() == llvm::Triple::x86; in getShadowMapping() local
391 Mapping.Offset = IsX86 ? kIOSSimShadowOffset32 : kIOSShadowOffset32; in getShadowMapping()