Home
last modified time | relevance | path

Searched refs:IsX86 (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAutoUpgrade.cpp1414 bool IsX86 = Name.startswith("x86."); in UpgradeIntrinsicCall() local
1415 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 …]
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp494 bool IsX86 = TargetTriple.getArch() == Triple::x86; in getShadowMapping() local
522 Mapping.Offset = IsX86 ? kIOSSimShadowOffset32 : kIOSShadowOffset32; in getShadowMapping()