LLVM 22.0.0git
MachineInstr.h File Reference
#include "llvm/ADT/ArrayRef.h"
#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/Compiler.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_ostreamllvm::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.