LLVM
17.0.0git
|
#include "../WebAssemblySubtarget.h"
#include "llvm/BinaryFormat/Wasm.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/Support/DataTypes.h"
#include <memory>
#include "WebAssemblyGenRegisterInfo.inc"
#include "WebAssemblyGenInstrInfo.inc"
Go to the source code of this file.
Namespaces | |
llvm | |
This is an optimization pass for GlobalISel generic memory operations. | |
llvm::WebAssembly | |
llvm::WebAssemblyII | |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_MC_HELPER_DECLS |
#define | WASM_LOAD_STORE(NAME) |
Variables | |
static const unsigned | llvm::WebAssembly::Nop = 0x01 |
Instruction opcodes emitted via means other than CodeGen. More... | |
static const unsigned | llvm::WebAssembly::End = 0x0b |
This file provides WebAssembly-specific target descriptions.
Definition in file WebAssemblyMCTargetDesc.h.
#define GET_INSTRINFO_ENUM |
Definition at line 126 of file WebAssemblyMCTargetDesc.h.
#define GET_INSTRINFO_MC_HELPER_DECLS |
Definition at line 127 of file WebAssemblyMCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 121 of file WebAssemblyMCTargetDesc.h.
#define WASM_LOAD_STORE | ( | NAME | ) |