|
LLVM
3.7.0
|
#include "MCTargetDesc/AArch64AddressingModes.h"#include "MCTargetDesc/AArch64MCExpr.h"#include "MCTargetDesc/AArch64TargetStreamer.h"#include "Utils/AArch64BaseInfo.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/ADT/Twine.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCParser/MCAsmLexer.h"#include "llvm/MC/MCParser/MCAsmParser.h"#include "llvm/MC/MCParser/MCParsedAsmOperand.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCTargetAsmParser.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/SourceMgr.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"#include <cstdio>#include "AArch64GenAsmMatcher.inc"Go to the source code of this file.
Macros | |
| #define | GET_OPERAND_DIAGNOSTIC_TYPES |
| #define | SYS_ALIAS(op1, Cn, Cm, op2) |
Auto-generated Match Functions | |
{ | |
| #define | GET_ASSEMBLER_HEADER |
Auto-generated Match Functions | |
| #define | GET_REGISTER_MATCHER |
| #define | GET_SUBTARGET_FEATURE_NAME |
| #define | GET_MATCHER_IMPLEMENTATION |
| static unsigned | MatchRegisterName (StringRef Name) |
| static unsigned | matchVectorRegName (StringRef Name) |
| } More... | |
| static bool | isValidVectorKind (StringRef Name) |
| static void | parseValidVectorKind (StringRef Name, unsigned &NumElements, char &ElementKind) |
| static const char * | getSubtargetFeatureName (uint64_t Val) |
| void | LLVMInitializeAArch64AsmParser () |
| Force static initialization. More... | |
| #define GET_ASSEMBLER_HEADER |
Definition at line 93 of file AArch64AsmParser.cpp.
| #define GET_MATCHER_IMPLEMENTATION |
Definition at line 4335 of file AArch64AsmParser.cpp.
| #define GET_OPERAND_DIAGNOSTIC_TYPES |
Definition at line 115 of file AArch64AsmParser.cpp.
| #define GET_REGISTER_MATCHER |
Definition at line 4333 of file AArch64AsmParser.cpp.
| #define GET_SUBTARGET_FEATURE_NAME |
Definition at line 4334 of file AArch64AsmParser.cpp.
| #define SYS_ALIAS | ( | op1, | |
| Cn, | |||
| Cm, | |||
| op2 | |||
| ) |
|
static |
Definition at line 1834 of file AArch64AsmParser.cpp.
| void LLVMInitializeAArch64AsmParser | ( | ) |
Force static initialization.
Definition at line 4327 of file AArch64AsmParser.cpp.
References llvm::TheAArch64beTarget, llvm::TheAArch64leTarget, llvm::TheARM64Target, X, and Y.
}
Definition at line 1797 of file AArch64AsmParser.cpp.
|
static |
Definition at line 1855 of file AArch64AsmParser.cpp.
1.8.6