Searched defs:AArch64 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1 //==-- AArch64ISelLowering.h - AArch64 DAG Lowering Interface ----*- C++ -*-==//
10 // This file defines the interfaces that AArch64 uses to lower LLVM code into a
18 #include "AArch64.h"
378 return AArch64::X0;
386 return AArch64::X1;
581 namespace AArch64 { namespace in namespace:llvm
584 } // end namespace AArch64
H A DAArch64RegisterBankInfo.h10 /// This file declares the targeting of the RegisterBankInfo class for AArch64.
23 namespace AArch64 { namespace in namespace:llvm
30 } // End AArch64 namespace.
H A DAArch64ISelLowering.cpp1 //===-- AArch64ISelLowering.cpp - AArch64 DAG Lowering Implementation ----===//
45 cl::desc("Allow AArch64 SLI/SRI formation"),
53 cl::desc("Allow AArch64 Local Dynamic TLS code generation"),
63 // AArch64 doesn't have comparisons which set GPRs or setcc instructions, so
71 addRegisterClass(MVT::i32, &AArch64::GPR32allRegClass);
72 addRegisterClass(MVT::i64, &AArch64::GPR64allRegClass);
75 addRegisterClass(MVT::f16, &AArch64::FPR16RegClass);
76 addRegisterClass(MVT::f32, &AArch64::FPR32RegClass);
77 addRegisterClass(MVT::f64, &AArch64::FPR64RegClass);
78 addRegisterClass(MVT::f128, &AArch64
8244 AArch64SetCCInfo AArch64; member in union:SetCCInfo
[all...]
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64FixupKinds.h1 //===-- AArch64FixupKinds.h - AArch64 Specific Fixup Entries ----*- C++ -*-===//
16 namespace AArch64 { namespace in namespace:llvm
73 } // end namespace AArch64
/external/llvm/include/llvm/Support/
H A DTargetParser.h146 namespace AArch64 { namespace in namespace:llvm
198 } // namespace AArch64
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTargetParser.h146 namespace AArch64 { namespace in namespace:llvm
206 } // namespace AArch64
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h45 /// \brief AArch64 builtins
46 namespace AArch64 { namespace in namespace:clang

Completed in 625 milliseconds