LLVM 17.0.0git
|
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Bitfields.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/SymbolTableListTraits.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/AtomicOrdering.h"
#include <cstdint>
#include <utility>
#include "llvm/IR/Instruction.def"
Go to the source code of this file.
Classes | |
struct | llvm::ilist_alloc_traits< Instruction > |
class | llvm::Instruction |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | FIRST_TERM_INST(N) TermOpsBegin = N, |
#define | HANDLE_TERM_INST(N, OPC, CLASS) OPC = N, |
#define | LAST_TERM_INST(N) TermOpsEnd = N+1 |
#define | FIRST_UNARY_INST(N) UnaryOpsBegin = N, |
#define | HANDLE_UNARY_INST(N, OPC, CLASS) OPC = N, |
#define | LAST_UNARY_INST(N) UnaryOpsEnd = N+1 |
#define | FIRST_BINARY_INST(N) BinaryOpsBegin = N, |
#define | HANDLE_BINARY_INST(N, OPC, CLASS) OPC = N, |
#define | LAST_BINARY_INST(N) BinaryOpsEnd = N+1 |
#define | FIRST_MEMORY_INST(N) MemoryOpsBegin = N, |
#define | HANDLE_MEMORY_INST(N, OPC, CLASS) OPC = N, |
#define | LAST_MEMORY_INST(N) MemoryOpsEnd = N+1 |
#define | FIRST_CAST_INST(N) CastOpsBegin = N, |
#define | HANDLE_CAST_INST(N, OPC, CLASS) OPC = N, |
#define | LAST_CAST_INST(N) CastOpsEnd = N+1 |
#define | FIRST_FUNCLETPAD_INST(N) FuncletPadOpsBegin = N, |
#define | HANDLE_FUNCLETPAD_INST(N, OPC, CLASS) OPC = N, |
#define | LAST_FUNCLETPAD_INST(N) FuncletPadOpsEnd = N+1 |
#define | FIRST_OTHER_INST(N) OtherOpsBegin = N, |
#define | HANDLE_OTHER_INST(N, OPC, CLASS) OPC = N, |
#define | LAST_OTHER_INST(N) OtherOpsEnd = N+1 |
Definition at line 836 of file Instruction.h.
Definition at line 850 of file Instruction.h.
Definition at line 857 of file Instruction.h.
Definition at line 843 of file Instruction.h.
Definition at line 864 of file Instruction.h.
Definition at line 822 of file Instruction.h.
Definition at line 829 of file Instruction.h.
Definition at line 837 of file Instruction.h.
Definition at line 851 of file Instruction.h.
Definition at line 858 of file Instruction.h.
Definition at line 844 of file Instruction.h.
Definition at line 865 of file Instruction.h.
Definition at line 823 of file Instruction.h.
Definition at line 830 of file Instruction.h.
Definition at line 838 of file Instruction.h.
Definition at line 852 of file Instruction.h.
Definition at line 859 of file Instruction.h.
Definition at line 845 of file Instruction.h.
Definition at line 866 of file Instruction.h.
Definition at line 824 of file Instruction.h.
Definition at line 831 of file Instruction.h.