LLVM 18.0.0git
|
#include <memory>
#include <string>
#include "X86GenRegisterInfo.inc"
#include "X86GenInstrInfo.inc"
#include "X86GenSubtargetInfo.inc"
#include "X86GenMnemonicTables.inc"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::DWARFFlavour |
Flavour of dwarf regnumbers. | |
namespace | llvm::N86 |
Native X86 register numbers. | |
namespace | llvm::X86_MC |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_MC_HELPER_DECLS |
#define | GET_SUBTARGETINFO_ENUM |
#define | GET_X86_MNEMONIC_TABLES_H |
Enumerations | |
enum | { llvm::DWARFFlavour::X86_64 = 0 , llvm::DWARFFlavour::X86_32_DarwinEH = 1 , llvm::DWARFFlavour::X86_32_Generic = 2 } |
enum | { llvm::N86::EAX = 0 , llvm::N86::ECX = 1 , llvm::N86::EDX = 2 , llvm::N86::EBX = 3 , llvm::N86::ESP = 4 , llvm::N86::EBP = 5 , llvm::N86::ESI = 6 , llvm::N86::EDI = 7 } |
#define GET_INSTRINFO_ENUM |
Definition at line 156 of file X86MCTargetDesc.h.
#define GET_INSTRINFO_MC_HELPER_DECLS |
Definition at line 157 of file X86MCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 151 of file X86MCTargetDesc.h.
#define GET_SUBTARGETINFO_ENUM |
Definition at line 160 of file X86MCTargetDesc.h.
#define GET_X86_MNEMONIC_TABLES_H |
Definition at line 163 of file X86MCTargetDesc.h.