LLVM 17.0.0git
|
This file provides WebAssembly-specific target descriptions. More...
#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 | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::WebAssembly |
namespace | llvm::WebAssemblyII |
Macros | |
#define | GET_REGINFO_ENUM |
#define | GET_INSTRINFO_ENUM |
#define | GET_INSTRINFO_MC_HELPER_DECLS |
#define | WASM_LOAD_STORE(NAME) |
Variables | |
cl::opt< bool > | llvm::WebAssembly::WasmEnableEmEH |
cl::opt< bool > | llvm::WebAssembly::WasmEnableEmSjLj |
cl::opt< bool > | llvm::WebAssembly::WasmEnableEH |
cl::opt< bool > | llvm::WebAssembly::WasmEnableSjLj |
static const unsigned | llvm::WebAssembly::Nop = 0x01 |
Instruction opcodes emitted via means other than CodeGen. | |
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 133 of file WebAssemblyMCTargetDesc.h.
#define GET_INSTRINFO_MC_HELPER_DECLS |
Definition at line 134 of file WebAssemblyMCTargetDesc.h.
#define GET_REGINFO_ENUM |
Definition at line 128 of file WebAssemblyMCTargetDesc.h.
#define WASM_LOAD_STORE | ( | NAME | ) |