Searched refs:IsX86 (Results 1 – 6 of 6) sorted by relevance
333 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local336 if (IsSparc || IsX86) { in getSupportedSanitizers()
291 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local294 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
795 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local824 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()834 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
482 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local494 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()
535 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local538 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
4540 bool IsX86 = Name.consume_front("x86."); in UpgradeIntrinsicCall() local4548 if (!IsX86 && Name == "stackprotectorcheck") { in UpgradeIntrinsicCall()4552 } else if (IsX86) { in UpgradeIntrinsicCall()