LLVM 20.0.0git
|
#include "MCTargetDesc/AArch64MCTargetDesc.h"
#include "llvm/ADT/BitmaskEnum.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/TargetParser/SubtargetFeature.h"
#include "AArch64GenSystemOperands.inc"
Go to the source code of this file.
Classes | |
struct | llvm::SysAlias |
struct | llvm::SysAliasReg |
struct | llvm::SysAliasImm |
struct | llvm::AArch64SVCR::SVCR |
struct | llvm::AArch64AT::AT |
struct | llvm::AArch64DB::DB |
struct | llvm::AArch64DBnXS::DBnXS |
struct | llvm::AArch64DC::DC |
struct | llvm::AArch64IC::IC |
struct | llvm::AArch64ISB::ISB |
struct | llvm::AArch64TSB::TSB |
struct | llvm::AArch64PRFM::PRFM |
struct | llvm::AArch64SVEPRFM::SVEPRFM |
struct | llvm::AArch64RPRFM::RPRFM |
struct | llvm::AArch64SVEPredPattern::SVEPREDPAT |
struct | llvm::AArch64SVEVecLenSpecifier::SVEVECLENSPECIFIER |
struct | llvm::AArch64ExactFPImm::ExactFPImm |
struct | llvm::AArch64PState::PStateImm0_15 |
struct | llvm::AArch64PState::PStateImm0_1 |
struct | llvm::AArch64PSBHint::PSB |
struct | llvm::AArch64PHint::PHint |
struct | llvm::AArch64BTIHint::BTI |
struct | llvm::AArch64SysReg::SysReg |
struct | llvm::AArch64TLBI::TLBI |
struct | llvm::AArch64PRCTX::PRCTX |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::AArch64CC |
namespace | llvm::AArch64SVCR |
namespace | llvm::AArch64AT |
namespace | llvm::AArch64DB |
namespace | llvm::AArch64DBnXS |
namespace | llvm::AArch64DC |
namespace | llvm::AArch64IC |
namespace | llvm::AArch64ISB |
namespace | llvm::AArch64TSB |
namespace | llvm::AArch64PRFM |
namespace | llvm::AArch64SVEPRFM |
namespace | llvm::AArch64RPRFM |
namespace | llvm::AArch64SVEPredPattern |
namespace | llvm::AArch64SVEVecLenSpecifier |
namespace | llvm::AArch64ExactFPImm |
namespace | llvm::AArch64PState |
namespace | llvm::AArch64PSBHint |
namespace | llvm::AArch64PHint |
namespace | llvm::AArch64BTIHint |
namespace | llvm::AArch64SME |
namespace | llvm::AArch64SE |
namespace | llvm::AArch64Layout |
namespace | llvm::AArch64SysReg |
namespace | llvm::AArch64TLBI |
namespace | llvm::AArch64PRCTX |
namespace | llvm::AArch64II |
namespace | llvm::AArch64PACKey |
namespace | llvm::AArch64 |
Macros | |
#define | GET_SVCR_DECL |
#define | GET_AT_DECL |
#define | GET_DB_DECL |
#define | GET_DBNXS_DECL |
#define | GET_DC_DECL |
#define | GET_IC_DECL |
#define | GET_ISB_DECL |
#define | GET_TSB_DECL |
#define | GET_PRFM_DECL |
#define | GET_SVEPRFM_DECL |
#define | GET_RPRFM_DECL |
#define | GET_SVEPREDPAT_DECL |
#define | GET_SVEVECLENSPECIFIER_DECL |
#define | GET_EXACTFPIMM_DECL |
#define | GET_PSTATEIMM0_15_DECL |
#define | GET_PSTATEIMM0_1_DECL |
#define | GET_PSB_DECL |
#define | GET_PHINT_DECL |
#define | GET_BTI_DECL |
#define | GET_SYSREG_DECL |
#define | GET_TLBITable_DECL |
#define | GET_PRCTX_DECL |
Functions | |
static MCRegister | llvm::getWRegFromXReg (MCRegister Reg) |
static MCRegister | llvm::getXRegFromWReg (MCRegister Reg) |
static MCRegister | llvm::getXRegFromXRegTuple (MCRegister RegTuple) |
static MCRegister | llvm::getBRegFromDReg (MCRegister Reg) |
static MCRegister | llvm::getDRegFromBReg (MCRegister Reg) |
static bool | llvm::atomicBarrierDroppedOnZero (unsigned Opcode) |
static const char * | llvm::AArch64CC::getCondCodeName (CondCode Code) |
static CondCode | llvm::AArch64CC::getInvertedCondCode (CondCode Code) |
static unsigned | llvm::AArch64CC::getNZCVToSatisfyCondCode (CondCode Code) |
Given a condition code, return NZCV flags that would satisfy that condition. | |
unsigned | llvm::getNumElementsFromSVEPredPattern (unsigned Pattern) |
Return the number of active elements for VL1 to VL256 predicate pattern, zero for all other patterns. | |
std::optional< unsigned > | llvm::getSVEPredPatternFromNumElements (unsigned MinNumElts) |
Return specific VL predicate pattern based on the number of elements. | |
llvm::LLVM_DECLARE_ENUM_AS_BITMASK (TailFoldingOpts,(long) TailFoldingOpts::Reverse) | |
const PHint * | llvm::AArch64PHint::lookupPHintByName (StringRef) |
const PHint * | llvm::AArch64PHint::lookupPHintByEncoding (uint16_t) |
static const char * | llvm::AArch64VectorLayoutToString (AArch64Layout::VectorLayout Layout) |
static AArch64Layout::VectorLayout | llvm::AArch64StringToVectorLayout (StringRef LayoutStr) |
const SysReg * | llvm::AArch64SysReg::lookupSysRegByName (StringRef) |
const SysReg * | llvm::AArch64SysReg::lookupSysRegByEncoding (uint16_t) |
uint32_t | llvm::AArch64SysReg::parseGenericRegister (StringRef Name) |
std::string | llvm::AArch64SysReg::genericRegisterString (uint32_t Bits) |
static StringRef | llvm::AArch64PACKeyIDToString (AArch64PACKey::ID KeyID) |
Return 2-letter identifier string for numeric key ID. | |
static std::optional< AArch64PACKey::ID > | llvm::AArch64StringToPACKeyID (StringRef Name) |
Return numeric key ID for 2-letter identifier string. | |
Variables | |
static constexpr unsigned | llvm::AArch64::SVEBitsPerBlock = 128 |
static constexpr unsigned | llvm::AArch64::SVEMaxBitsPerVector = 2048 |
#define GET_AT_DECL |
Definition at line 382 of file AArch64BaseInfo.h.
#define GET_BTI_DECL |
Definition at line 609 of file AArch64BaseInfo.h.
#define GET_DB_DECL |
Definition at line 390 of file AArch64BaseInfo.h.
#define GET_DBNXS_DECL |
Definition at line 398 of file AArch64BaseInfo.h.
#define GET_DC_DECL |
Definition at line 406 of file AArch64BaseInfo.h.
#define GET_EXACTFPIMM_DECL |
Definition at line 559 of file AArch64BaseInfo.h.
#define GET_IC_DECL |
Definition at line 414 of file AArch64BaseInfo.h.
#define GET_ISB_DECL |
Definition at line 422 of file AArch64BaseInfo.h.
#define GET_PHINT_DECL |
Definition at line 598 of file AArch64BaseInfo.h.
#define GET_PRCTX_DECL |
Definition at line 738 of file AArch64BaseInfo.h.
#define GET_PRFM_DECL |
Definition at line 438 of file AArch64BaseInfo.h.
#define GET_PSB_DECL |
Definition at line 581 of file AArch64BaseInfo.h.
#define GET_PSTATEIMM0_15_DECL |
Definition at line 567 of file AArch64BaseInfo.h.
#define GET_PSTATEIMM0_1_DECL |
Definition at line 573 of file AArch64BaseInfo.h.
#define GET_RPRFM_DECL |
Definition at line 454 of file AArch64BaseInfo.h.
#define GET_SVCR_DECL |
Definition at line 374 of file AArch64BaseInfo.h.
#define GET_SVEPREDPAT_DECL |
Definition at line 463 of file AArch64BaseInfo.h.
#define GET_SVEPRFM_DECL |
Definition at line 446 of file AArch64BaseInfo.h.
#define GET_SVEVECLENSPECIFIER_DECL |
Definition at line 472 of file AArch64BaseInfo.h.
#define GET_SYSREG_DECL |
Definition at line 716 of file AArch64BaseInfo.h.
#define GET_TLBITable_DECL |
Definition at line 730 of file AArch64BaseInfo.h.
#define GET_TSB_DECL |
Definition at line 430 of file AArch64BaseInfo.h.