LLVM: include/llvm/CodeGen/MachineInstr.h File Reference (original) (raw)
#include "[llvm/ADT/ArrayRef.h](ArrayRef%5F8h%5Fsource.html)"#include "[llvm/ADT/DenseMapInfo.h](DenseMapInfo%5F8h%5Fsource.html)"#include "[llvm/ADT/PointerSumType.h](PointerSumType%5F8h%5Fsource.html)"#include "[llvm/ADT/ilist.h](ilist%5F8h%5Fsource.html)"#include "[llvm/ADT/ilist_node.h](ilist%5F%5Fnode%5F8h%5Fsource.html)"#include "[llvm/ADT/iterator_range.h](iterator%5F%5Frange%5F8h%5Fsource.html)"#include "[llvm/Analysis/MemoryLocation.h](MemoryLocation%5F8h%5Fsource.html)"#include "[llvm/CodeGen/MachineMemOperand.h](MachineMemOperand%5F8h%5Fsource.html)"#include "[llvm/CodeGen/MachineOperand.h](MachineOperand%5F8h%5Fsource.html)"#include "[llvm/CodeGen/TargetOpcodes.h](TargetOpcodes%5F8h%5Fsource.html)"#include "[llvm/IR/DebugLoc.h](DebugLoc%5F8h%5Fsource.html)"#include "[llvm/IR/InlineAsm.h](InlineAsm%5F8h%5Fsource.html)"#include "[llvm/MC/MCInstrDesc.h](MCInstrDesc%5F8h%5Fsource.html)"#include "[llvm/MC/MCSymbol.h](MCSymbol%5F8h%5Fsource.html)"#include "[llvm/Support/ArrayRecycler.h](ArrayRecycler%5F8h%5Fsource.html)"#include "[llvm/Support/Compiler.h](Compiler%5F8h%5Fsource.html)"#include "[llvm/Support/MathExtras.h](MathExtras%5F8h%5Fsource.html)"#include "[llvm/Support/TrailingObjects.h](TrailingObjects%5F8h%5Fsource.html)"#include <algorithm>#include <cassert>#include <cstdint>#include <utility>
Go to the source code of this file.
| Classes | |
|---|---|
| class | llvm::MachineInstr |
| Representation of each machine instruction. More... | |
| struct | llvm::MachineInstrExpressionTrait |
| Special DenseMapInfo traits to compare MachineInstr* by value of the instruction rather than by pointer value. More... |
| Namespaces | |
|---|---|
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. |
| Macros | |
|---|---|
| #define | LLVM_MI_NUMOPERANDS_BITS 24 |
| #define | LLVM_MI_FLAGS_BITS 24 |
| #define | LLVM_MI_ASMPRINTERFLAGS_BITS 8 |
| Functions | |
|---|---|
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const MachineInstr &MI) |
Macro Definition Documentation
◆ LLVM_MI_ASMPRINTERFLAGS_BITS
#define LLVM_MI_ASMPRINTERFLAGS_BITS 8
Definition at line 139 of file MachineInstr.h.
◆ LLVM_MI_FLAGS_BITS
#define LLVM_MI_FLAGS_BITS 24
Definition at line 138 of file MachineInstr.h.
◆ LLVM_MI_NUMOPERANDS_BITS
#define LLVM_MI_NUMOPERANDS_BITS 24
Definition at line 137 of file MachineInstr.h.