Searched refs:IsX86 (Results 1 – 6 of 6) sorted by relevance
336 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local339 if (IsX86) { in getSupportedSanitizers()
300 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local303 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
784 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local812 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()820 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()
487 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local499 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()
534 const bool IsX86 = getTriple().getArch() == llvm::Triple::x86; in getSupportedSanitizers() local537 if (IsX86 || IsX86_64) { in getSupportedSanitizers()
4185 bool IsX86 = Name.consume_front("x86."); in UpgradeIntrinsicCall() local4192 if (!IsX86 && Name == "stackprotectorcheck") { in UpgradeIntrinsicCall()4269 } else if (IsX86) { in UpgradeIntrinsicCall()