LLVM 19.0.0git
Classes | Namespaces | Macros | Functions
MachineInstr.h File Reference
#include "llvm/ADT/DenseMapInfo.h"
#include "llvm/ADT/PointerSumType.h"
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/Analysis/MemoryLocation.h"
#include "llvm/CodeGen/MachineMemOperand.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/TargetOpcodes.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/InlineAsm.h"
#include "llvm/MC/MCInstrDesc.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/ArrayRecycler.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/TrailingObjects.h"
#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 129 of file MachineInstr.h.

◆ LLVM_MI_FLAGS_BITS

#define LLVM_MI_FLAGS_BITS   24

Definition at line 128 of file MachineInstr.h.

◆ LLVM_MI_NUMOPERANDS_BITS

#define LLVM_MI_NUMOPERANDS_BITS   24

Definition at line 127 of file MachineInstr.h.