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

/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/clang/include/clang/Basic/
H A DTargetBuiltins.h44 /// \brief AArch64 builtins
45 namespace AArch64 { namespace in namespace:clang
/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
460 namespace AArch64 { namespace in namespace:llvm
463 } // end namespace AArch64
H A DAArch64ISelLowering.cpp1 //===-- AArch64ISelLowering.cpp - AArch64 DAG Lowering Implementation ----===//
59 cl::desc("Allow AArch64 (or (shift)(shift))->extract"),
64 cl::desc("Allow AArch64 SLI/SRI formation"),
68 // AArch64 Lowering public interface.
81 // AArch64 doesn't have comparisons which set GPRs or setcc instructions, so
89 addRegisterClass(MVT::i32, &AArch64::GPR32allRegClass);
90 addRegisterClass(MVT::i64, &AArch64::GPR64allRegClass);
93 addRegisterClass(MVT::f16, &AArch64::FPR16RegClass);
94 addRegisterClass(MVT::f32, &AArch64::FPR32RegClass);
95 addRegisterClass(MVT::f64, &AArch64
6822 AArch64SetCCInfo AArch64; member in union:SetCCInfo
[all...]

Completed in 110 milliseconds