Searched refs:IsX86_64 (Results 1 – 9 of 9) sorted by relevance
796 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local822 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsLoongArch64) in getSupportedSanitizers()824 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsArmArch || IsPowerPC64 || in getSupportedSanitizers()827 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64 || IsSystemZ || in getSupportedSanitizers()830 if (IsX86_64 || IsAArch64) in getSupportedSanitizers()832 if (IsX86_64 || IsSystemZ || IsPowerPC64) in getSupportedSanitizers()834 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsX86 || IsMIPS || IsArmArch || in getSupportedSanitizers()837 if (IsX86_64 || IsAArch64 || IsRISCV64) { in getSupportedSanitizers()840 if (IsX86_64 || IsAArch64) { in getSupportedSanitizers()843 if (IsX86_64) in getSupportedSanitizers()
483 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local490 if (IsAArch64 || IsX86_64 || IsMIPS64) { in getSupportedSanitizers()494 if (IsAArch64 || IsX86 || IsX86_64) { in getSupportedSanitizers()499 if (IsAArch64 || IsX86_64) { in getSupportedSanitizers()
203 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local209 if (IsX86_64) in getSupportedSanitizers()
292 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local294 if (IsX86 || IsX86_64) { in getSupportedSanitizers()299 if (IsX86_64) { in getSupportedSanitizers()
536 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local538 if (IsX86 || IsX86_64) { in getSupportedSanitizers()547 if (IsX86_64) { in getSupportedSanitizers()
702 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local717 if (IsX86_64 || IsAArch64 || IsRISCV64) { in getSupportedSanitizers()
3749 const bool IsX86_64 = getTriple().getArch() == llvm::Triple::x86_64; in getSupportedSanitizers() local3768 if ((IsX86_64 || IsAArch64) && in getSupportedSanitizers()3774 if ((IsX86_64 || IsAArch64) && isTargetMacOSBased()) { in getSupportedSanitizers()3778 if (IsX86_64) in getSupportedSanitizers()
638 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in initializeModule() local643 PointerTagShift = IsX86_64 ? 57 : 56; in initializeModule()644 TagMaskByte = IsX86_64 ? 0x3F : 0xFF; in initializeModule()
491 bool IsX86_64 = TargetTriple.getArch() == Triple::x86_64; in getShadowMapping() local555 else if (IsLinux && IsX86_64) { in getShadowMapping()561 } else if (IsWindows && IsX86_64) { in getShadowMapping()578 else if (IsHaiku && IsX86_64) in getShadowMapping()