HomeSort by relevance Sort by last modified time
    Searched refs:aarch64 (Results 1 - 25 of 32) sorted by null

1 2

  /external/llvm/lib/Target/AArch64/TargetInfo/
AArch64TargetInfo.cpp 1 //===-- AArch64TargetInfo.cpp - AArch64 Target Implementation -------------===//
14 #include "AArch64.h"
22 RegisterTarget<Triple::aarch64, /*HasJIT=*/true>
23 X(TheAArch64Target, "aarch64", "AArch64 (ARM 64-bit target)");
  /external/llvm/lib/Support/
Triple.cpp 22 case aarch64: return "aarch64";
58 case aarch64: return "aarch64";
163 .Case("aarch64", aarch64)
228 .Case("aarch64", Triple::aarch64)
693 case llvm::Triple::aarch64:
724 case Triple::aarch64
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 49 aarch64, // AArch64: aarch64 enumerator in enum:llvm::Triple::ArchType
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 66 SupportedArchs.push_back(Triple::aarch64);
MCJITTestBase.h 157 SupportedArchs.push_back(Triple::aarch64);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 169 if (Arch == Triple::aarch64)
RuntimeDyld.cpp 358 if (Arch == Triple::aarch64) {
RuntimeDyldELF.cpp 322 // AArch64 code is emitted with .rela relocations. The data already in any
332 // AArch64 code is emitted with .rela relocations. The data already in any
345 // AArch64 code is emitted with .rela relocations. The data already in any
357 // AArch64 code is emitted with .rela relocations. The data already in any
369 // AArch64 code is emitted with .rela relocations. The data already in any
758 case Triple::aarch64:
861 if (Arch == Triple::aarch64 &&
864 // This is an AArch64 branch relocation, need to use a stub function.
865 DEBUG(dbgs() << "\t\tThis is an AArch64 branch relocation.");
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
ToolChains.h 416 return (getTriple().getArch() == llvm::Triple::aarch64 ||
Tools.cpp 545 case llvm::Triple::aarch64:
    [all...]
  /ndk/build/tools/
prebuilt-common.sh 1017 aarch64-linux-androideabi-*)
1019 ABI="aarch64"
1020 ABI_CONFIGURE_TARGET="aarch64-linux-androideabi"
1022 # --disable-libgomp because libgomp/configure tries to link when we don't have crt*.o for aarch64 yet.
1023 # --disable-gold because gold doesn't support aarch64 yet
    [all...]
  /external/bison/build-aux/
config.sub 258 | aarch64 | aarch64_be \
372 | aarch64-* | aarch64_be-* \
    [all...]
config.guess 871 aarch64:Linux:*:*)
    [all...]
  /external/chromium_org/third_party/opus/src/
config.sub 252 | aarch64 | aarch64_be \
364 | aarch64-* | aarch64_be-* \
    [all...]
config.guess 864 aarch64:Linux:*:*)
    [all...]
  /external/icu4c/
config.sub 252 | aarch64 | aarch64_be \
364 | aarch64-* | aarch64_be-* \
    [all...]
config.guess 864 aarch64:Linux:*:*)
    [all...]
  /external/llvm/autoconf/
config.sub 254 | aarch64 \
363 | aarch64-* \
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 275 } else if (T.getArch() == Triple::aarch64) {
  /external/llvm/projects/sample/autoconf/
config.sub 255 | aarch64 \
363 | aarch64-* \
    [all...]
  /external/openfst/
config.sub 252 | aarch64 | aarch64_be \
364 | aarch64-* | aarch64_be-* \
    [all...]
config.guess 864 aarch64:Linux:*:*)
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]

Completed in 1361 milliseconds

1 2