|
LLVM 23.0.0git
|
This file implements the targeting of the InstructionSelector class for WebAssembly. More...
#include "GISel/WebAssemblyRegisterBankInfo.h"#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"#include "WebAssemblyRegisterInfo.h"#include "WebAssemblySubtarget.h"#include "WebAssemblyTargetMachine.h"#include "llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h"#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"#include "llvm/CodeGen/GlobalISel/Utils.h"#include "llvm/CodeGen/MachineOperand.h"#include "llvm/CodeGen/TargetLowering.h"#include "llvm/IR/IntrinsicsWebAssembly.h"#include "WebAssemblyGenGlobalISel.inc"Go to the source code of this file.
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
| #define | DEBUG_TYPE "wasm-isel" |
| #define | GET_GLOBALISEL_PREDICATE_BITSET |
| #define | GET_GLOBALISEL_PREDICATES_DECL |
| #define | GET_GLOBALISEL_TEMPORARIES_DECL |
| #define | GET_GLOBALISEL_IMPL |
| #define | GET_GLOBALISEL_PREDICATES_INIT |
| #define | GET_GLOBALISEL_TEMPORARIES_INIT |
Functions | |
| InstructionSelector * | llvm::createWebAssemblyInstructionSelector (const WebAssemblyTargetMachine &TM, const WebAssemblySubtarget &Subtarget, const WebAssemblyRegisterBankInfo &RBI) |
This file implements the targeting of the InstructionSelector class for WebAssembly.
Definition in file WebAssemblyInstructionSelector.cpp.
| #define DEBUG_TYPE "wasm-isel" |
Definition at line 27 of file WebAssemblyInstructionSelector.cpp.
| #define GET_GLOBALISEL_IMPL |
Definition at line 67 of file WebAssemblyInstructionSelector.cpp.
| #define GET_GLOBALISEL_PREDICATE_BITSET |
Definition at line 33 of file WebAssemblyInstructionSelector.cpp.
| #define GET_GLOBALISEL_PREDICATES_DECL |
Definition at line 56 of file WebAssemblyInstructionSelector.cpp.
| #define GET_GLOBALISEL_PREDICATES_INIT |
| #define GET_GLOBALISEL_TEMPORARIES_DECL |
Definition at line 60 of file WebAssemblyInstructionSelector.cpp.
| #define GET_GLOBALISEL_TEMPORARIES_INIT |