Home
last modified time | relevance | path

Searched refs:IsAArch64 (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp347 bool IsAArch64 = TargetTriple.getArch() == llvm::Triple::aarch64; in getShadowMapping() local
379 else if (IsAArch64) in getShadowMapping()
393 Mapping.OrShadowOffset = !IsAArch64 && !IsPPC64 in getShadowMapping()
DDataFlowSanitizer.cpp431 bool IsAArch64 = TargetTriple.getArch() == llvm::Triple::aarch64 || in doInitialization() local
448 else if (IsAArch64) in doInitialization()
/external/clang/lib/Driver/
DToolChains.cpp4132 const bool IsAArch64 = getTriple().getArch() == llvm::Triple::aarch64 || in getSupportedSanitizers() local
4139 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
4141 if (IsX86_64 || IsMIPS64 || IsAArch64) in getSupportedSanitizers()
4143 if (IsX86_64 || IsMIPS64 || IsAArch64 || IsPowerPC64) in getSupportedSanitizers()
4145 if (IsX86_64 || IsMIPS64 || IsPowerPC64 || IsAArch64) in getSupportedSanitizers()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8099 bool IsAArch64; member
8114 SetCCInfo.IsAArch64 = false; in isSetCC()
8126 SetCCInfo.IsAArch64 = true; in isSetCC()
8178 EVT CmpVT = InfoAndKind.IsAArch64 in performSetccAddFolding()
8187 if (InfoAndKind.IsAArch64) { in performSetccAddFolding()